Set the URL of the specified overpass API. Possible APIs with global
coverage are returned by list_overpass_urls().
Details
For further details, see https://wiki.openstreetmap.org/wiki/Overpass_API
See also
Other overpass:
get_overpass_url(),
list_overpass_urls()
Examples
if (FALSE) { # \dontrun{
set_overpass_url (list_overpass_urls () [1])
} # }
