Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php171 $this->autoZoom();
196 private function autoZoom(float $paddingFactor = 1.0): void
225 Logger::debug("StaticMap::autoZoom: Skip setting autozoom options", $geoms);
237 Logger::debug("StaticMap::autoZoom: vertical resolution: $vy0, $vy1");
240 Logger::debug("StaticMap::autoZoom: using $resolutionVertical");
247 Logger::debug("StaticMap::autoZoom: using $resolutionHorizontal");
259 Logger::debug("StaticMap::autoZoom: Set autozoom options to: z: $this->zoom, lon: $this->lon, lat: $this->lat");
266 private function autoZoom(float $paddingFactor = 1.0): void { global() function in dokuwiki\\plugin\\openlayersmap\\StaticMap