Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php90 private $mapCacheID = '';
264 // side effect: set the mapCacheID
265 $this->mapCacheID = md5($this->serializeParams());
282 . substr($this->mapCacheID, 0, 2) . "/" . substr($this->mapCacheID, 2, 2)
283 . "/" . substr($this->mapCacheID, 4);
161 private $mapCacheID = ''; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap