Commit aa6471d6b5bf228039c5d82a733a48c90a81d6b6
1 parent
d56ad2fd
Exists in
master
and in
7 other branches
Ao subir um shape file, o arquivo agora é editável
Showing
3 changed files
with
3 additions
and
2 deletions
Show diff stats
ferramentas/i3geo_tudo_compacto.js
ferramentas/i3geo_tudo_compacto.js.php
ferramentas/uploaddbf/upload.php
... | ... | @@ -121,6 +121,7 @@ if (isset($_FILES['filedbf']['name'])) |
121 | 121 | $novolayer->set("name",basename($nomeshp)); |
122 | 122 | $novolayer->setmetadata("TEMA",basename($nomeshp)); |
123 | 123 | $novolayer->setmetadata("DOWNLOAD","SIM"); |
124 | + $novolayer->setmetadata("TEMALOCAL","SIM"); | |
124 | 125 | $novolayer->set("type",MS_LAYER_POINT); |
125 | 126 | $novolayer->setfilter(""); |
126 | 127 | $classe = $novolayer->getclass(0); | ... | ... |