Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php86 private $tileCacheBaseDir;
118 * @param string $tileCacheBaseDir
136 string $tileCacheBaseDir,
155 $this->tileCacheBaseDir = $tileCacheBaseDir . '/olmaptiles';
156 $this->useTileCache = $this->tileCacheBaseDir !== '';
472 return $this->tileCacheBaseDir . "/" . substr($url, strpos($url, '/') + 1);
157 private $tileCacheBaseDir; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
207 __construct(float $lat, float $lon, int $zoom, int $width, int $height, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $mediaDir, string $tileCacheBaseDir, bool $autoZoomExtent = true, string $apikey = '') global() argument