Commit 51230e27ee082ede43ed3cc0d3d53b3918fa8299

Authored by Edmar Moretti
1 parent 292027bf

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,6 +1303,7 @@ $locaplic - Localização do I3geo.
1303 $novolayer->set("data",$nomeshp.".shp"); 1303 $novolayer->set("data",$nomeshp.".shp");
1304 $novolayer->setmetadata("DOWNLOAD","SIM"); 1304 $novolayer->setmetadata("DOWNLOAD","SIM");
1305 $novolayer->set("template","none.htm"); 1305 $novolayer->set("template","none.htm");
  1306 + $novolayer->setmetadata("TEMALOCAL","SIM");
1306 //limpa selecao 1307 //limpa selecao
1307 if (file_exists(($this->arquivo)."qy")) 1308 if (file_exists(($this->arquivo)."qy"))
1308 {unlink (($this->arquivo)."qy");} 1309 {unlink (($this->arquivo)."qy");}