View source: R/get_osm_node_data.R
get_osm_node_data | R Documentation |
Function to scrape OpenStreetMap's node XML documents for data.
get_osm_node_data(id)
id |
OpenStreetMap node ID. |
Named list.
Stuart K. Grange
## Not run:
# Get data for a peak in the Yorkshire Dales
get_osm_node_data(312154686)
# Get same data but for another peak in the North York Moors
get_osm_node_data(c(312154686, 1018516271))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.