Home
last modified time | relevance | path

Searched refs:geojson (Results 1 – 5 of 5) sorted by relevance

/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']]];
59 * @param string $geojson media link
71 string $geojson,
98 $geojson = $this->mediaIdToPath($geojson);
111 $geojson,
87 getMap(float $lat, float $lon, int $zoom, string $size, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $apikey = '') global() argument
/plugin/geophp/
H A Dcomposer.lock63 "geojson",
/plugin/openlayersmap/
H A DStaticMap.php115 * @param string $geojson
134 string $geojson,
153 $this->geojsonFileName = $geojson;
218 $g = geoPHP::load(file_get_contents($this->geojsonFileName), 'geojson');
771 * Draw geojson on the map.
205 __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
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/ol3/
H A Dscript.js1 …he data source."}},source_geojson:{type:{required:!0,type:"enum",values:{geojson:{doc:"A GeoJSON d… class in AnonymousFunction600b995a0400.i.source_geojson.type.values