Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php89 private string $tileCacheBaseDir; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
121 * @param string $tileCacheBaseDir
139 string $tileCacheBaseDir, argument
158 $this->tileCacheBaseDir = $tileCacheBaseDir . '/olmaptiles';
159 $this->useTileCache = $this->tileCacheBaseDir !== '';
500 return $this->tileCacheBaseDir . "/" . substr($url, strpos($url, '/') + 1);