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