Skip to contents

Set the URL of the specified overpass API. Possible APIs with global coverage are returned by list_overpass_urls().

Usage

set_overpass_url(overpass_url)

Arguments

overpass_url

The desired overpass API URL

Value

The overpass API URL

Details

For further details, see https://wiki.openstreetmap.org/wiki/Overpass_API

See also

Examples

if (FALSE) { # \dontrun{
set_overpass_url (list_overpass_urls () [1])
} # }