Home
last modified time | relevance | path

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

/plugin/openlayersmap/
DStaticMap.php81 private $kmlFileName; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
151 $this->kmlFileName = $kml;
205 if (file_exists($this->kmlFileName)) {
206 $g = geoPHP::load(file_get_contents($this->kmlFileName), 'kml');
274 …idth, $this->height, serialize($this->markers), $this->maptype, $this->kmlFileName, $this->gpxFile…
298 if (file_exists($this->kmlFileName)) {
620 $kmlgeom = geoPHP::load(file_get_contents($this->kmlFileName), 'kml');