Searched refs:latToTile (Results 1 – 1 of 1) sorted by relevance
328 $this->centerY = $this->latToTile($this->lat, $this->zoom);350 public function latToTile(float $lat, int $zoom) function in dokuwiki\\plugin\\openlayersmap\\StaticMap566 $this->tileSize * ($this->centerY - $this->latToTile($markerLat, $this->zoom))688 … ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p1->y(), $this->zoom))718 … ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p1->y(), $this->zoom))724 … ($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($p2->y(), $this->zoom))747 …($this->height / 2) - $this->tileSize * ($this->centerY - $this->latToTile($point->y(), $this->zoo…