From 1fc9979d0db179b88852fdf0eee781adcb056923 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Tue, 18 Mar 2008 11:54:50 +0000 Subject: [PATCH] Correção na geração da legenda. --- ogc.php | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/ogc.php b/ogc.php index 70e4788..7e0542a 100644 --- a/ogc.php +++ b/ogc.php @@ -117,6 +117,9 @@ foreach ($_GET as $k=>$v) {$tipo = "metadados";} if(strtolower($k) == "layers") {$tema = $v;} + if(strtolower($k) == "layer") + {$tema = $v;} + } if(isset($tema)) {$tipo = "";} -- libgit2 0.21.2