Commit 8b542f7c1047b7f451020d4c17980fa5cdbbbc6d
1 parent
34df73b7
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ogc.php
@@ -78,7 +78,7 @@ if(!isset($temas) && isset($tema)) | @@ -78,7 +78,7 @@ if(!isset($temas) && isset($tema)) | ||
78 | // | 78 | // |
79 | if(isset($format) && strtolower($format) == "application/openlayers"){ | 79 | if(isset($format) && strtolower($format) == "application/openlayers"){ |
80 | if(!isset($layers)) | 80 | if(!isset($layers)) |
81 | - {$layers = $temas;} | 81 | + {$layers = $tema;} |
82 | $urln = "mashups/openlayers.php?temas=".$layers."&layers=".$layers."&mapext=".$bbox."&botoes=pan,zoombox,zoomtot,identifica"; | 82 | $urln = "mashups/openlayers.php?temas=".$layers."&layers=".$layers."&mapext=".$bbox."&botoes=pan,zoombox,zoomtot,identifica"; |
83 | if(!headers_sent()) | 83 | if(!headers_sent()) |
84 | {header("Location:".$urln);} | 84 | {header("Location:".$urln);} |