Commit 1fc9979d0db179b88852fdf0eee781adcb056923
1 parent
f32d807e
Exists in
master
and in
7 other branches
Correção na geração da legenda.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
ogc.php
@@ -117,6 +117,9 @@ foreach ($_GET as $k=>$v) | @@ -117,6 +117,9 @@ foreach ($_GET as $k=>$v) | ||
117 | {$tipo = "metadados";} | 117 | {$tipo = "metadados";} |
118 | if(strtolower($k) == "layers") | 118 | if(strtolower($k) == "layers") |
119 | {$tema = $v;} | 119 | {$tema = $v;} |
120 | + if(strtolower($k) == "layer") | ||
121 | + {$tema = $v;} | ||
122 | + | ||
120 | } | 123 | } |
121 | if(isset($tema)) | 124 | if(isset($tema)) |
122 | {$tipo = "";} | 125 | {$tipo = "";} |