Commit bba73139e39a93b9a53890d6d526028ebe5c5177
1 parent
09d3bedf
Exists in
master
Correção na variável $ogrOutput que estava com a definição errada
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
ogc.php
@@ -240,7 +240,6 @@ if(strtolower($OUTPUTFORMAT) == "kmz"){ | @@ -240,7 +240,6 @@ if(strtolower($OUTPUTFORMAT) == "kmz"){ | ||
240 | header("Location:".$urln); | 240 | header("Location:".$urln); |
241 | exit; | 241 | exit; |
242 | } | 242 | } |
243 | -$ogrOutput = $_GET["ogrOutput"]; | ||
244 | if(strtolower($OUTPUTFORMAT) == "kml" && $ogrOutput == false){ | 243 | if(strtolower($OUTPUTFORMAT) == "kml" && $ogrOutput == false){ |
245 | $urln = "pacotes/kmlmapserver/kmlservice.php?request=kmz&map=".$tema."&typename=".$tema; | 244 | $urln = "pacotes/kmlmapserver/kmlservice.php?request=kmz&map=".$tema."&typename=".$tema; |
246 | header("Location:".$urln); | 245 | header("Location:".$urln); |