Commit 60e46c5d0df7aadf42a03be18424cd982121f00a
1 parent
25f9836a
Exists in
master
and in
7 other branches
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 | 40 | $mapa = ms_newMapObj($map_file); |
41 | 41 | $l = $mapa->getlayerbyname($tema); |
42 | 42 | if($l != ""){ |
43 | - $l->setmetadata("tme",base64_decode($tme)); | |
43 | + //$l->setmetadata("tme",base64_decode($tme)); | |
44 | 44 | $mapa->save($map_file); |
45 | 45 | } |
46 | 46 | $arq = $locaplic."/temas/".$tema.".map"; |
... | ... | @@ -48,7 +48,7 @@ switch (strtoupper($funcao)) |
48 | 48 | $mapa = ms_newMapObj($arq); |
49 | 49 | $l = $mapa->getlayerbyname($tema); |
50 | 50 | if($l != ""){ |
51 | - $l->setmetadata("tme",base64_decode($tme)); | |
51 | + //$l->setmetadata("tme",base64_decode($tme)); | |
52 | 52 | $mapa->save($arq); |
53 | 53 | removeCabecalho($arq); |
54 | 54 | } | ... | ... |