Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php84 private string $kmlFileName; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
154 $this->kmlFileName = $kml;
208 if (file_exists($this->kmlFileName)) {
209 $g = geoPHP::load(file_get_contents($this->kmlFileName), 'kml');
285 $this->kmlFileName,
312 if (file_exists($this->kmlFileName)) {
648 $kmlgeom = geoPHP::load(file_get_contents($this->kmlFileName), 'kml');