Home
last modified time | relevance | path

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

/plugin/openlayersmap/
DStaticMap.php89 private $useTileCache; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
156 $this->useTileCache = $this->tileCacheBaseDir !== '';
414 if ($this->useTileCache && ($cached = $this->checkTileCache($url)))
446 if ($tile && $this->useTileCache) {