Searched refs:geojson (Results 1 – 5 of 5) sorted by relevance
/plugin/openlayersmap/helper/ |
H A D | staticmap.php | 44 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 D | composer.lock | 63 "geojson",
|
/plugin/openlayersmap/ |
H A D | StaticMap.php | 115 * @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 D | ol.js.map |
|
/plugin/ol3/ |
H A D | script.js | 1 …he data source."}},source_geojson:{type:{required:!0,type:"enum",values:{geojson:{doc:"A GeoJSON d… class in AnonymousFunction600b995a0400.i.source_geojson.type.values
|