It implements the query
Usage
get_bus_routes(
place,
query = "SELECT * FROM multilinestrings WHERE route == 'bus'",
extra_tags = "route",
...
)
Arguments
- place
A place name or a bounding box passed to
osmextract::oe_get()
- query
A query to be passed to
osmextract::oe_get()
A vector of extra tags to be included in the OSM extract
- ...
Additional arguments passed to
osmextract::oe_get()
Details
See overpass-turbo.eu for an example of the query in action.