View source: R/get_osm_node_data.R
get_osm_relation_data | R Documentation |
Function to scrape OpenStreetMap's relation XML documents for data.
get_osm_relation_data(id, progress = "none")
id |
OpenStreetMap relation ID. |
progress |
Type of progress bar to display. |
Named list.
Stuart K. Grange
## Not run:
# Get data for Forest of Bowland
get_osm_relation_data(6399292)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.