Commit 51230e27ee082ede43ed3cc0d3d53b3918fa8299
1 parent
292027bf
Exists in
master
and in
7 other branches
Acrescentado o metadata TEMALOCAL na geração de centróides
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
classesphp/classe_analise.php
... | ... | @@ -1303,6 +1303,7 @@ $locaplic - Localização do I3geo. |
1303 | 1303 | $novolayer->set("data",$nomeshp.".shp"); |
1304 | 1304 | $novolayer->setmetadata("DOWNLOAD","SIM"); |
1305 | 1305 | $novolayer->set("template","none.htm"); |
1306 | + $novolayer->setmetadata("TEMALOCAL","SIM"); | |
1306 | 1307 | //limpa selecao |
1307 | 1308 | if (file_exists(($this->arquivo)."qy")) |
1308 | 1309 | {unlink (($this->arquivo)."qy");} | ... | ... |