diff --git a/ferramentas/upload/upload.php b/ferramentas/upload/upload.php index 3dac098..c6419f1 100644 --- a/ferramentas/upload/upload.php +++ b/ferramentas/upload/upload.php @@ -75,6 +75,7 @@ if (isset($_FILES['fileshp']['name'])) if ($tipo == 1){$novolayer->set("type",MS_LAYER_POINT);} // ponto if ($tipo == 3){$novolayer->set("type",MS_LAYER_LINE);} if ($tipo == 5){$novolayer->set("type",MS_LAYER_POLYGON);} + $novolayer->setmetadata("TEMALOCAL","SIM"); //if (($tipo != 3) and ($tipo != 8 )){$novolayer->set("type",0);} $novolayer->setfilter(""); $classe = $novolayer->getclass(0); -- libgit2 0.21.2