Home
last modified time | relevance | path

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

/plugin/spatialhelper/admin/
Dpurge.php67 $sitemapper->createKMLSitemap($this->getConf('media_kml'));
/plugin/spatialhelper/
Daction.php155 $kml = $helper->createKMLSitemap($this->getConf('media_kml'));
161 $kmlN = $helper->createKMLSitemap($namespace . $this->getConf('media_kml'));
/plugin/spatialhelper/helper/
Dsitemap.php173 final public function createKMLSitemap(string $mediaID): bool function in helper_plugin_spatialhelper_sitemap