diff --git a/ogc.php b/ogc.php index 1f111dd..f49c5fa 100755 --- a/ogc.php +++ b/ogc.php @@ -240,7 +240,6 @@ if(strtolower($OUTPUTFORMAT) == "kmz"){ header("Location:".$urln); exit; } -$ogrOutput = $_GET["ogrOutput"]; if(strtolower($OUTPUTFORMAT) == "kml" && $ogrOutput == false){ $urln = "pacotes/kmlmapserver/kmlservice.php?request=kmz&map=".$tema."&typename=".$tema; header("Location:".$urln); -- libgit2 0.21.2