Home
last modified time | relevance | path

Searched refs:kml (Results 1 – 12 of 12) 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']]];
58 * @param string $kml media link
70 string $kml,
93 // cleanup/validate gpx/kml
94 $kml = $this->mediaIdToPath($kml);
95 // Logger::debug('helper_plugin_openlayersmap_staticmap::getMap: kml file:',$kml);
110 $kml,
86 getMap(float $lat, float $lon, int $zoom, string $size, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $apikey = '') global() argument
/plugin/googlemaps/
H A Dscript.js67 if (kml != 'off') {
68 var geoXml = new GGeoXml(kml);
/plugin/itrackviewer/
H A Daction.php41 'open' =>'<itrackviewer kml="off" mapkey="" kmlsubtitle="off" type="p" gpx="off" '.
H A Dsyntax.php109 if (isset($param['kml']) && $param['kml'] != 'off') {
/plugin/googlemaps3/
H A Dscript.js47 if (googlemaps3[i].kml != 'off') {
48 … const georssLayer = new google.maps.KmlLayer({url: googlemaps3[i].kml, map: googlemaps3[i].map,});
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php47 * @param string $kml A KML string
51 public function read($kml) argument
53 return $this->geomFromText($kml);
/plugin/spatialhelper/
H A Daction.php144 * Create a spatial sitemap or attach the geo/kml map to the sitemap.
155 $kml = $helper->createKMLSitemap($this->getConf('media_kml'));
169 return $kml && $rss;
346 // TODO kml, gpx, geojson...
380 $event->data ["link"] [] = ["type" => "application/vnd.google-earth.kml+xml", "rel" => "alternate",
/plugin/googlemap3/
H A Dgooglemap3.js221 if (googleMapArray[i].kml != 'off') {
222 var ctaLayer = new google.maps.KmlLayer(kml);
/plugin/geophp/
H A Dcomposer.lock67 "kml",
/plugin/openlayersmap/
H A DStaticMap.php113 * @param string $kml
121 * Wheter or not to override zoom/lat/lon and zoom to the extent of gpx/kml and markers
133 string $kml,
151 $this->kmlFileName = $kml;
190 * Calculate the lat/lon/zoom values to make sure that all of the markers and gpx/kml are on the map.
206 $g = geoPHP::load(file_get_contents($this->kmlFileName), 'kml');
613 * Draw kml trace on the map.
618 // TODO get colour from kml node (not currently supported in geoPHP)
620 $kmlgeom = geoPHP::load(file_get_contents($this->kmlFileName), 'kml');
204 __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/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …lnk:from|lnk:create|kml:polygon|kml:point|kml:interior-polygon|kml:geospatial-query-from-elements|
/plugin/openlayersmap/ol7/
H A Dol.js.map