Home
last modified time | relevance | path

Searched refs:markers (Results 101 – 108 of 108) sorted by path

12345

/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']]];
55 * @param array $markers associative array of markers, array('lat'=>$lat,'lon'=>$lon,'type'=>$iconStyle),
68 array $markers,
75 // Logger::debug('helper_plugin_openlayersmap_staticmap::getMap: markers :',$markers);
108 $markers,
84 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/ol7/
H A Dol.js.map
/plugin/openlayersmap/syntax/
H A Dolmap.php360 // 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
376 $imgUrl .= "&markers=icon%3a" . $sUrl . "lib/plugins/openlayersmap/icons/" . $img . "%7c"
480 $markers = [];
485 $markers [] = ['lat' => $lat, 'lon' => $lon, 'type' => $iconStyle];
530 $markers,
541 // &markers
[all...]
/plugin/osm/
H A Dplugin.info.txt6 desc Add OpenStreetMap maps to your wiki. Syntax: <osm params>markers</osm>'
H A Dsyntax.php90 $markers = $this->_extract_markers($str_markers);
92 return array($opts, $markers);
97 list($options, $markers) = $data;
107 $renderer->doc .= "<!-- ".$json->encode($markers)." -->";
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1markers in the\n * Supporting the DCT Filters in PostScript Level 2, Technical Note #5116\n * …
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt183 record markers, start-of-line byte counts, fixed length records, and so forth.
277 markers for secondary record structure imposed by specific operating systems.
345 possible game termination markers (see below); it indicates an incomplete game
752 which also have to understand about move numbers and game termination markers.
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js19 markers = { class in AnonymousFunctionc1baaa4d0100
223 d: markers[type],

12345