compute the bounding box of an OpenStreetmap tile
inspired by osmtile
from the package OpenStreetmap
returns the Mercator projection bounding box
osmtile_bbox(x = 61, y = 41, zoom = 7, minim = -20037508)
x
: x tile coordinatey
: x tile coordinatezoom
: zoom levelminim
: parameter for OSM projectionbounding box, Mercator projection
Markus Loecher