osm_feed_notes {osmapiR}R Documentation

RSS Feed of notes in a bbox

Description

RSS Feed of notes in a bbox

Usage

osm_feed_notes(bbox)

Arguments

bbox

Coordinates for the area to retrieve the notes from (⁠left,bottom,right,top⁠). Floating point numbers in degrees, expressing a valid bounding box, not larger than the configured size limit, 25 square degrees (see osm_capabilities()$note_area and this line in settings for the current value), not overlapping the dateline.

Value

Returns a xml2::xml_document in the RSS format.

See Also

Other get notes' functions: osm_get_notes(), osm_read_bbox_notes(), osm_search_notes()

Examples

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

[Package osmapiR version 0.1.0 Index]