draw_ext | R Documentation |
This function lets you draw an extent on an interactive map. It is a simple wrapper around mapedit::drawFeatures()
written by Tim Appelhans et al.
draw_ext()
An sf
object
## Not run:
library(basemaps)
# draw extent interactively
ext <- draw_ext()
# set defaults for the basemap
set_defaults(ext = ext, map_service = "osm", map_type = "terrain_bg")
# for mapbox maps, you need a map_token. Register for free at mapbox.com to get a token
# load and return basemap map as raster (default)
map <- basemap()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.