Commit e55b520831edd6f75d91a7437bdce8940f476c98

Authored by Edmar Moretti
1 parent 15bb74db
Exists in master

Correção na opção de salvar e recuperar mapa do banco de dados

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
ferramentas/carregamapa/upload.php
... ... @@ -95,6 +95,7 @@ if (isset($_FILES['i3GEOcarregamapafilemap']['name']) && strlen(basename($_FILES
95 95 $layertemp->set("status",MS_DELETE);
96 96 }
97 97 }
  98 + $map->setmetadata("CUSTOMIZACOESINIT","");
98 99 $map->save($map_file);
99 100 restauraCon($map_file,$postgis_mapa);
100 101 unlink($dirmap."/".$Arquivo);
... ...