Commit d108e3302d8ab3b0b14e038ffcd37d86eb15b2a6
1 parent
93b41873
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
admin/admin.db
No preview for this file type
classesphp/mapa_openlayers.php
... | ... | @@ -171,7 +171,7 @@ elseif($_GET["TIPOIMAGEM"] != "" && $_GET["TIPOIMAGEM"] != "nenhum") |
171 | 171 | |
172 | 172 | if($cache == true && $_GET["cache"] != "nao"){ |
173 | 173 | //carregaCacheImagem($cachedir,$_GET["BBOX"],$nomecache,$map_fileX,$_GET["WIDTH"],$_GET["HEIGHT"]); |
174 | - carregaCacheImagem($cachedir,$map,$tms); | |
174 | + carregaCacheImagem($cachedir,$map,$_GET["tms"]); | |
175 | 175 | } |
176 | 176 | $map_size = explode(" ",$_GET["map_size"]); |
177 | 177 | $mapa->setsize($map_size[0],$map_size[1]); | ... | ... |
classesphp/mapa_openlayers_alternativo.php
... | ... | @@ -171,7 +171,7 @@ elseif($_GET["TIPOIMAGEM"] != "" && $_GET["TIPOIMAGEM"] != "nenhum") |
171 | 171 | |
172 | 172 | if($cache == true && $_GET["cache"] != "nao"){ |
173 | 173 | //carregaCacheImagem($cachedir,$_GET["BBOX"],$nomecache,$map_fileX,$_GET["WIDTH"],$_GET["HEIGHT"]); |
174 | - carregaCacheImagem($cachedir,$map,$tms); | |
174 | + carregaCacheImagem($cachedir,$map,$_GET["tms"]); | |
175 | 175 | } |
176 | 176 | $map_size = explode(" ",$_GET["map_size"]); |
177 | 177 | $mapa->setsize($map_size[0],$map_size[1]); | ... | ... |