powered by
Convert slippy map tiles numbers to latitude and longitude
tilenum_to_lonlat(x, y, zoom)
slippy map tile number in x domain (left to right)
slippy map tile number in y domain (top to bottom)
the zoom level for the calculation. Increasing zoom increases the number of tiles.
a list containing `lat` and `lon` - latitude and longitude.
Returns the latitude and longitude of the top left corner of a slippy map tile specified by `x`, `y` for a given zoom level.
# NOT RUN { tilenum_to_lonlat( x = 70406, y = 42987, zoom = 17 ) # }
Run the code above in your browser using DataLab