Searched refs:gpx (Results 1 – 7 of 7) sorted by relevance
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
D | GPX.php | 49 * @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; 89 $gpx = preg_replace_callback( 94 $gpx 96 $geom = $this->read($gpx, $allowedElements); 100 throw new \Exception("Cannot Read Geometry From GPX: " . $gpx); 405 …$gpx = "<" . $this->nss . "trk>\n" . self::processGeometryData($geom, $this->gpxTypes->get('trkTyp… [all …]
|
/plugin/openlayersmap/helper/ |
D | staticmap.php | 57 * @param string $gpx media link 69 string $gpx, argument 96 $gpx = $this->mediaIdToPath($gpx); 109 $gpx,
|
/plugin/itrackviewer/ |
D | syntax.php | 123 } 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…
|
D | action.php | 41 'open' =>'<itrackviewer kml="off" mapkey="" kmlsubtitle="off" type="p" gpx="off" '.
|
/plugin/geophp/ |
D | composer.lock | 66 "gpx",
|
/plugin/openlayersmap/ |
D | StaticMap.php | 111 * @param string $gpx 132 string $gpx, argument 152 $this->gpxFileName = $gpx;
|
/plugin/openlayersmap/ol/ |
D | ol.js.map | 1 …gpx.xsd';\n\n/**\n * @const\n * @type {Object<string, function(Node, Array<*>): (Feature|undefined…
|