Commit 3199bfe34285c03934048324c913bde15689cf45
1 parent
7725f5a6
Exists in
master
and in
7 other branches
Seta o LAYER com STATUS ms_default em ogc.php
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
ogc.php
... | ... | @@ -496,6 +496,9 @@ else{ |
496 | 496 | if($temai3geo == false){ |
497 | 497 | $l->set("status",MS_OFF); |
498 | 498 | } |
499 | + else{ | |
500 | + $l->set("status",MS_DEFAULT); | |
501 | + } | |
499 | 502 | $l->setmetadata("ows_title",pegaNome($l)); |
500 | 503 | $l->setmetadata("ows_srs",$listaepsg); |
501 | 504 | $l->set("group",""); | ... | ... |