powered by
Resolve a tile into a URL
osm_url(tile, spec)
A character vector of URLs
A `data.frame()` with columns `x`, `y`, and `zoom`.
An [osm_url_spec()]
bounds <- wk::rct( -7514064, 5009380, -6261722, 6261715, crs = osm_crs_native() ) tiles <- osm_tile_covering(bounds, zoom = 6) osm_url(tiles, osm_url_spec())
Run the code above in your browser using DataLab