Home
last modified time | relevance | path

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

/plugin/openlayersmap/
DStaticMap.php82 private $gpxFileName; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
152 $this->gpxFileName = $gpx;
211 if (file_exists($this->gpxFileName)) {
212 $g = geoPHP::load(file_get_contents($this->gpxFileName), 'gpx');
274 … serialize($this->markers), $this->maptype, $this->kmlFileName, $this->gpxFileName, $this->geojson…
305 if (file_exists($this->gpxFileName)) {
766 $gpxgeom = geoPHP::load(file_get_contents($this->gpxFileName), 'gpx');