Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php42 private $tileInfo = [
147 if (array_key_exists($maptype, $this->tileInfo)) {
377 $this->tileInfo [$this->maptype] ['url']
787 $logoImg = imagecreatefrompng($logoBaseDir . $this->tileInfo ['openstreetmap'] ['logo']);
806 $this->tileInfo ['openstreetmap'] ['txt'],
814 $this->tileInfo ['openstreetmap'] ['txt'],
823 $mapAuthor = $this->tileInfo [$this->maptype] ['txt'];
824 $iconImg = imagecreatefrompng($logoBaseDir . $this->tileInfo [$this->maptype] ['logo']);
40 private $tileInfo = array( global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap