View source: R/osmapi_map_notes.R
osm_feed_notes | R Documentation |
RSS Feed of notes in a bbox
osm_feed_notes(bbox)
bbox |
Coordinates for the area to retrieve the notes from ( |
Returns a xml2::xml_document in the RSS
format.
Other get notes' functions:
osm_get_notes()
,
osm_read_bbox_notes()
,
osm_search_notes()
feed_notes <- osm_feed_notes(bbox = c(0.8205414, 40.6686604, 0.8857727, 40.7493377))
## bbox as a character value also works (bbox = "0.8205414,40.6686604,0.8857727,40.7493377").
feed_notes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.