Home
last modified time | relevance | path

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

/plugin/openlayersmap/syntax/
H A Dolmap.php108 // choose maptype based on the specified tag
344 $maptype = 'hybrid';
347 $maptype = 'satellite';
351 $maptype = 'terrain';
355 $maptype = 'roadmap';
360 // http://maps.google.com/maps/api/staticmap?center=51.565690,5.456756&zoom=16&size=600x400&markers=icon:http://wild-water.nl/dokuwiki/lib/plugins/openlayersmap/icons/marker.png|label:1|51.565690,5.456756&markers=icon:http://wild-water.nl/dokuwiki/lib/plugins/openlayersmap/icons/marker-blue.png|51.566197,5.458966|label:2&markers=icon:http://wild-water.nl/dokuwiki/lib/plugins/openlayersmap/icons/parking.png|51.567177,5.457909|label:3&markers=icon:http://wild-water.nl/dokuwiki/lib/plugins/openlayersmap/icons/parking.png|51.566283,5.457330|label:4&markers=icon:http://wild-water.nl/dokuwiki/lib/plugins/openlayersmap/icons/parking.png|51.565630,5.457695|label:5&sensor=false&format=png&maptype=roadmap
380 $imgUrl .= "&format=png&maptype=" . $maptype;
403 $maptype = 'hyb';
407 $maptype
[all...]
/plugin/openlayersmap/helper/
H A Dstaticmap.php44 return [['name' => 'getMap', 'desc' => 'returns url to the image', 'params' => ['lat' => 'float', 'lon' => 'float', 'zoom' => 'integer', 'size' => 'string', 'maptype' => 'string', 'markers' => 'string', 'gpx' => 'string', 'kml' => 'string', 'geojson' => 'string', 'apikey' => 'string'], 'return' => ['image' => 'string']]];
54 * @param string $maptype the maptype, eg. cycle
67 string $maptype,
107 $maptype,
83 getMap(float $lat, float $lon, int $zoom, string $size, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $apikey = '') global() argument
/plugin/openlayersmap/
H A DStaticMap.php80 private $maptype;
107 * @param string $maptype
130 string $maptype,
145 // validate + set maptype
146 $this->maptype = $this->tileDefaultSrc;
147 if (array_key_exists($maptype, $this->tileInfo)) {
148 $this->maptype = $maptype;
274 [$this->zoom, $this->lat, $this->lon, $this->width, $this->height, serialize($this->markers), $this->maptype, $this->kmlFileName, $this->gpxFileName, $this->geojsonFileName]
281 $this->mapCacheFile = $this->mapCacheBaseDir . "/" . $this->maptype
151 private $maptype; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
201 __construct(float $lat, float $lon, int $zoom, int $width, int $height, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $mediaDir, string $tileCacheBaseDir, bool $autoZoomExtent = true, string $apikey = '') global() argument
[all...]
/plugin/itrackviewer/
H A Dsyntax.php184 …Key].'/widget?width='.$w_width.'&height='.$w_height.'&maptype='.$maptype.'&extended=tr…