Commit 3ab70a5000842a15003b70d84814ad0c467b557f
1 parent
c285afd9
Exists in
master
and in
7 other branches
Correcao em getlegendgraphic
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
ogc.php
... | ... | @@ -152,6 +152,9 @@ if(!isset($tema) && isset($layers)){ |
152 | 152 | if(!isset($tema) && isset($LAYERS)){ |
153 | 153 | $tema = $LAYERS; |
154 | 154 | } |
155 | +if(!isset($tema) && isset($LAYER)){ | |
156 | + $tema = $LAYER; | |
157 | +} | |
155 | 158 | if(!isset($tema) && isset($temas)){ |
156 | 159 | $tema = $temas; |
157 | 160 | } | ... | ... |