View source: R/get_osm_node_data.R
get_osm_way_data | R Documentation |
Function to scrape OpenStreetMap's way XML documents for data.
get_osm_way_data(id, progress = "none")
id |
A vector os OpenStreetMap way IDs. |
progress |
Type of progress bar to display. |
Named list or a list of named lists.
Stuart K. Grange
## Not run:
# Get data for York Minster
get_osm_way_data(28750371)
# Get data for two ways within a walking route (a relation)
get_osm_way_data(c(52461049, 233498222))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.