Commit 60e46c5d0df7aadf42a03be18424cd982121f00a

Authored by Edmar Moretti
1 parent 25f9836a

atualização do i3geo

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
ferramentas/tme/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("tme",base64_decode($tme)); 43 + //$l->setmetadata("tme",base64_decode($tme));
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("tme",base64_decode($tme)); 51 + //$l->setmetadata("tme",base64_decode($tme));
52 $mapa->save($arq); 52 $mapa->save($arq);
53 removeCabecalho($arq); 53 removeCabecalho($arq);
54 } 54 }