Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php82 private $gpxFileName;
152 $this->gpxFileName = $gpx;
211 if (file_exists($this->gpxFileName)) {
212 $g = geoPHP::load(file_get_contents($this->gpxFileName), 'gpx');
274 [$this->zoom, $this->lat, $this->lon, $this->width, $this->height, serialize($this->markers), $this->maptype, $this->kmlFileName, $this->gpxFileName, $this->geojsonFileName]
305 if (file_exists($this->gpxFileName)) {
766 $gpxgeom = geoPHP::load(file_get_contents($this->gpxFileName), 'gpx');
153 private $gpxFileName; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap