Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php328 $this->centerY = $this->latToTile($this->lat, $this->zoom);
350 public function latToTile(float $lat, int $zoom)
566 $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->zoom))
423 public function latToTile(float $lat, int $zoom) { global() function in dokuwiki\\plugin\\openlayersmap\\StaticMap