Lines Matching refs:maptype
83 private string $maptype; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
110 * @param string $maptype
133 string $maptype, argument
149 $this->maptype = $this->tileDefaultSrc;
150 if (array_key_exists($maptype, $this->tileInfo)) {
151 $this->maptype = $maptype;
284 $this->maptype,
295 …$this->mapCacheFile = $this->mapCacheBaseDir . "/" . $this->maptype . "/" . $this->zoom . "/cache_"
391 $this->tileInfo [$this->maptype] ['url']
848 if ($this->maptype === 'openstreetmap') {
851 $mapAuthor = $this->tileInfo [$this->maptype] ['txt'];
852 … $iconImg = imagecreatefrompng($logoBaseDir . $this->tileInfo [$this->maptype] ['logo']);