Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php341 $this->centerX = $this->lonToTile($this->lon, $this->zoom);
353 public function lonToTile(float $long, int $zoom): float function in dokuwiki\\plugin\\openlayersmap\\StaticMap
590 $this->tileSize * ($this->centerX - $this->lonToTile($markerLon, $this->zoom))
713 … ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p1->x(), $this->zoom))
743 … ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p1->x(), $this->zoom))
749 … ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p2->x(), $this->zoom))
772 …($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($point->x(), $this->zoom…