From 3ab70a5000842a15003b70d84814ad0c467b557f Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 4 Feb 2016 13:50:31 +0000 Subject: [PATCH] Correcao em getlegendgraphic --- ogc.php | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) 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