Description Usage Arguments Value Examples
Request vector tile from Mapbox and receive a list of simple feature data frames , one per layer (e.g. roads, water, places)
1 2 |
longitude |
numeric left most point ( I think?) of tile in degrees. TODO accept projection native coords |
latitude |
numeric top most point ( I think?) of tile in degrees. TODO accept projection native coords |
zoom |
integer the zoom level for the request tile in the Slippy Map Tilenames specification. 1 = the world, 18 is on top of your house |
crs |
the EPSG code for the coordinate reference system of your supplied longitude and latitude. The returned simple features will be in the same crs |
tileset_id |
character a standard mapbox or custom tileset |
nrows |
integer how many rows of tiles |
ncols |
integer how many coumns of tiles |
a list of simple feature data frames , one per layer (e.g. roads, water, places)
1 2 3 4 | ## Not run:
spoils()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.