Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php43 private array $tileInfo = [ variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
150 if (array_key_exists($maptype, $this->tileInfo)) {
391 $this->tileInfo [$this->maptype] ['url']
815 … $logoImg = imagecreatefrompng($logoBaseDir . $this->tileInfo ['openstreetmap'] ['logo']);
834 $this->tileInfo ['openstreetmap'] ['txt'],
842 $this->tileInfo ['openstreetmap'] ['txt'],
851 $mapAuthor = $this->tileInfo [$this->maptype] ['txt'];
852 … $iconImg = imagecreatefrompng($logoBaseDir . $this->tileInfo [$this->maptype] ['logo']);