diff --git a/ogc.php b/ogc.php index ef8fdfc..a2a9bf1 100644 --- a/ogc.php +++ b/ogc.php @@ -152,6 +152,9 @@ if(!isset($tema) && isset($layers)){ if(!isset($tema) && isset($LAYERS)){ $tema = $LAYERS; } +if(!isset($tema) && isset($LAYER)){ + $tema = $LAYER; +} if(!isset($tema) && isset($temas)){ $tema = $temas; } -- libgit2 0.21.2