|
|
|
@ -322,7 +322,7 @@ class staticMapGis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function tileUrlToFilename($url) { |
|
|
|
|
return $this->tileCacheBaseDir . '/' . str_replace(['http://'], '', $url); |
|
|
|
|
return $this->tileCacheBaseDir . '/' . str_replace(['http://','https://'], '', $url); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public function checkTileCache($url) { |
|
|
|
|