Home
last modified time | relevance | path

Searched refs:mapCacheFile (Results 1 – 1 of 1) sorted by relevance

/plugin/openlayersmap/
H A DStaticMap.php91 private $mapCacheFile = '';
280 if (!$this->mapCacheFile) {
281 $this->mapCacheFile = $this->mapCacheBaseDir . "/" . $this->maptype . "/" . $this->zoom . "/cache_"
285 return $this->mapCacheFile . "." . $this->mapCacheExtension;
162 private $mapCacheFile = ''; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap