Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php85 private string $gpxFileName; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
155 $this->gpxFileName = $gpx;
214 if (file_exists($this->gpxFileName)) {
215 $g = geoPHP::load(file_get_contents($this->gpxFileName), 'gpx');
286 $this->gpxFileName,
319 if (file_exists($this->gpxFileName)) {
794 $gpxgeom = geoPHP::load(file_get_contents($this->gpxFileName), 'gpx');