Commit 1fc9979d0db179b88852fdf0eee781adcb056923

Authored by Edmar Moretti
1 parent f32d807e

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 117 {$tipo = "metadados";}
118 118 if(strtolower($k) == "layers")
119 119 {$tema = $v;}
  120 + if(strtolower($k) == "layer")
  121 + {$tema = $v;}
  122 +
120 123 }
121 124 if(isset($tema))
122 125 {$tipo = "";}
... ...