diff --git a/classesphp/mapa_openlayers.php b/classesphp/mapa_openlayers.php index 163ac02..9ee08d6 100644 --- a/classesphp/mapa_openlayers.php +++ b/classesphp/mapa_openlayers.php @@ -129,7 +129,9 @@ if(!isset($_GET["telaR"])){//no caso de projecoes remotas, o mapfile nao e alter $l->setmetadata("gml_include_items","all"); $l->setmetadata("WMS_INCLUDE_ITEMS","all"); $l->setmetadata("WFS_INCLUDE_ITEMS","all"); + $l->setmetadata("ows_enable_request","*"); $l->set("dump",MS_TRUE); + $l->setmetadata("ows_srs","AUTO"); } } } -- libgit2 0.21.2