|
|
|
@ -346,7 +346,7 @@ class staticMapGis
|
|
|
|
|
|
|
|
|
|
public function mapCacheIDToFilename() { |
|
|
|
|
if (!$this->mapCacheFile) { |
|
|
|
|
$this->mapCacheFile = $this->mapCacheBaseDir . '/' . $this->maptype . '/' . $this->zoom . '/cache_' . substr($this->mapCacheID, 0, 2) . '/' . substr($this->mapCacheID, 2, 2) . '/' . substr($this->mapCacheID, 4); |
|
|
|
|
$this->mapCacheFile = $this->mapCacheBaseDir . $this->maptype . '/' . $this->zoom . '/cache_' . substr($this->mapCacheID, 0, 2) . '/' . substr($this->mapCacheID, 2, 2) . '/' . substr($this->mapCacheID, 4); |
|
|
|
|
} |
|
|
|
|
return $this->mapCacheFile . '.' . $this->mapCacheExtension; |
|
|
|
|
} |
|
|
|
|