Lines Matching refs:maptype
80 private $maptype; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
107 * @param string $maptype
130 string $maptype, argument
146 $this->maptype = $this->tileDefaultSrc;
147 if (array_key_exists($maptype, $this->tileInfo)) {
148 $this->maptype = $maptype;
274 …his->lon, $this->width, $this->height, serialize($this->markers), $this->maptype, $this->kmlFileNa…
281 …$this->mapCacheFile = $this->mapCacheBaseDir . "/" . $this->maptype . "/" . $this->zoom . "/cache_"
377 $this->tileInfo [$this->maptype] ['url']
820 if ($this->maptype === 'openstreetmap') {
823 $mapAuthor = $this->tileInfo [$this->maptype] ['txt'];
824 … $iconImg = imagecreatefrompng($logoBaseDir . $this->tileInfo [$this->maptype] ['logo']);