Home
last modified time | relevance | path

Searched refs:gpx (Results 1 – 7 of 7) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php49 * @param string $gpx A GPX string
57 public function read($gpx, $allowedElements = null) argument
66 @$xmlObject->loadXML($gpx);
68 throw new \Exception("Invalid GPX: " . $gpx);
71 $this->parseGarminRpt = strpos($gpx, 'gpxx:rpt') > 0;
76 $this->xpath->registerNamespace('gpx', 'http://www.topografix.com/GPX/1/1');
89 $gpx = preg_replace_callback(
94 $gpx
96 $geom = $this->read($gpx, $allowedElements);
100 throw new \Exception("Cannot Read Geometry From GPX: " . $gpx);
[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']]];
57 * @param string $gpx media link
69 string $gpx,
93 // cleanup/validate gpx/kml
96 $gpx = $this->mediaIdToPath($gpx);
97 // Logger::debug('helper_plugin_openlayersmap_staticmap::getMap: gpx file:',$gpx);
109 $gpx,
85 getMap(float $lat, float $lon, int $zoom, string $size, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $apikey = '') global() argument
/plugin/itrackviewer/
H A Dsyntax.php123 } else if (isset($param['gpx']) && $param['gpx'] != 'off') {
159 …// $txt .= $this->makeQRCode('www.'.$webSpace.'.net/route/'.$param[$tourSprungKey].'/export.gpx',n…
188 …$txt .= $this->makeQRCode('www.'.$webSpace.'.net/route/'.$param[$tourSprungKey].'/export.gpx',null…
H A Daction.php41 'open' =>'<itrackviewer kml="off" mapkey="" kmlsubtitle="off" type="p" gpx="off" '.
/plugin/geophp/
H A Dcomposer.lock66 "gpx",
/plugin/openlayersmap/
H A DStaticMap.php111 * @param string $gpx
121 * Wheter or not to override zoom/lat/lon and zoom to the extent of gpx/kml and markers
132 string $gpx,
152 $this->gpxFileName = $gpx;
190 * Calculate the lat/lon/zoom values to make sure that all of the markers and gpx/kml are on the map.
212 $g = geoPHP::load(file_get_contents($this->gpxFileName), 'gpx');
760 * Draw gpx trace on the map.
766 $gpxgeom = geoPHP::load(file_get_contents($this->gpxFileName), 'gpx');
203 __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