Commit e21e089cb2ea4ac0f67089e60fcb50285d65eb68

Authored by Edmar Moretti
1 parent 2995389a

--no commit message

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
classesphp/mapa_openlayers.php
... ... @@ -129,7 +129,9 @@ if(!isset($_GET["telaR"])){//no caso de projecoes remotas, o mapfile nao e alter
129 129 $l->setmetadata("gml_include_items","all");
130 130 $l->setmetadata("WMS_INCLUDE_ITEMS","all");
131 131 $l->setmetadata("WFS_INCLUDE_ITEMS","all");
  132 + $l->setmetadata("ows_enable_request","*");
132 133 $l->set("dump",MS_TRUE);
  134 + $l->setmetadata("ows_srs","AUTO");
133 135 }
134 136 }
135 137 }
... ...