Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php342 $this->centerY = $this->latToTile($this->lat, $this->zoom);
364 public function latToTile(float $lat, int $zoom): float function in dokuwiki\\plugin\\openlayersmap\\StaticMap
594 $this->tileSize * ($this->centerY - $this->latToTile($markerLat, $this->zoom))
716 … ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p1->y(), $this->zoom))
746 … ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p1->y(), $this->zoom))
752 … ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p2->y(), $this->zoom))
775 …($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($point->y(), $this->zoo…