Home
last modified time | relevance | path

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

/plugin/openlayersmap/syntax/
Dolmap.php344 $maptype = 'hybrid';
347 $maptype = 'satellite';
351 $maptype = 'terrain';
355 $maptype = 'roadmap';
380 $imgUrl .= "&format=png&maptype=" . $maptype;
493 $maptype = 'openstreetmap';
496 $maptype = 'transport';
500 $maptype = 'landscape';
504 $maptype = 'outdoors';
508 $maptype = 'cycle';
[all …]
/plugin/openlayersmap/helper/
Dstaticmap.php54 * @param string $maptype the maptype, eg. cycle
67 string $maptype, argument
107 $maptype,
/plugin/openlayersmap/
DStaticMap.php80 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') {
[all …]
/plugin/itrackviewer/
Dsyntax.php184 …Key].'/widget?width='.$w_width.'&height='.$w_height.'&maptype='.$maptype.'&extended=tr…