Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php83 private $geojsonFileName;
153 $this->geojsonFileName = $geojson;
217 if (file_exists($this->geojsonFileName)) {
218 $g = geoPHP::load(file_get_contents($this->geojsonFileName), 'geojson');
274 [$this->zoom, $this->lat, $this->lon, $this->width, $this->height, serialize($this->markers), $this->maptype, $this->kmlFileName, $this->gpxFileName, $this->geojsonFileName]
312 if (file_exists($this->geojsonFileName)) {
777 $gpxgeom = geoPHP::load(file_get_contents($this->geojsonFileName), 'json');
154 private $geojsonFileName; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap