Home
last modified time | relevance | path

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

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