Home
last modified time | relevance | path

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

/plugin/openlayersmap/
H A DStaticMap.php327 $this->centerX = $this->lonToTile($this->lon, $this->zoom);
339 public function lonToTile(float $long, int $zoom)
562 $this->tileSize * ($this->centerX - $this->lonToTile($markerLon, $this->zoom))
685 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p1->x(), $this->zoom))
715 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p1->x(), $this->zoom))
721 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($p2->x(), $this->zoom))
744 ($this->width / 2) - $this->tileSize * ($this->centerX - $this->lonToTile($point->x(), $this->zoom))
413 public function lonToTile(float $long, int $zoom) { global() function in dokuwiki\\plugin\\openlayersmap\\StaticMap