Searched refs:maptype (Results 1 – 4 of 4) sorted by relevance
| /plugin/openlayersmap/syntax/ |
| D | olmap.php | 344 $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/ |
| D | staticmap.php | 54 * @param string $maptype the maptype, eg. cycle 67 string $maptype, argument 107 $maptype,
|
| /plugin/openlayersmap/ |
| D | StaticMap.php | 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') { [all …]
|
| /plugin/itrackviewer/ |
| D | syntax.php | 184 …Key].'/widget?width='.$w_width.'&height='.$w_height.'&maptype='.$maptype.'&extended=tr…
|