Commit 25f9836adafa4f4411b62dccc980236130d688d5

Authored by Edmar Moretti
1 parent 66979c9a

atualização do i3geo

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
ferramentas/animagif/manutencao.php
@@ -40,7 +40,7 @@ switch (strtoupper($funcao)) @@ -40,7 +40,7 @@ switch (strtoupper($funcao))
40 $mapa = ms_newMapObj($map_file); 40 $mapa = ms_newMapObj($map_file);
41 $l = $mapa->getlayerbyname($tema); 41 $l = $mapa->getlayerbyname($tema);
42 if($l != ""){ 42 if($l != ""){
43 - $l->setmetadata("animagif",base64_decode($animagif)); 43 + //$l->setmetadata("animagif",base64_decode($animagif));
44 $mapa->save($map_file); 44 $mapa->save($map_file);
45 } 45 }
46 $arq = $locaplic."/temas/".$tema.".map"; 46 $arq = $locaplic."/temas/".$tema.".map";
@@ -48,7 +48,7 @@ switch (strtoupper($funcao)) @@ -48,7 +48,7 @@ switch (strtoupper($funcao))
48 $mapa = ms_newMapObj($arq); 48 $mapa = ms_newMapObj($arq);
49 $l = $mapa->getlayerbyname($tema); 49 $l = $mapa->getlayerbyname($tema);
50 if($l != ""){ 50 if($l != ""){
51 - $l->setmetadata("animagif",base64_decode($animagif)); 51 + //$l->setmetadata("animagif",base64_decode($animagif));
52 $mapa->save($arq); 52 $mapa->save($arq);
53 removeCabecalho($arq); 53 removeCabecalho($arq);
54 } 54 }