library(osmdata)
#> Data (c) OpenStreetMap contributors, ODbL 1.0. https://www.openstreetmap.org/copyright
osm_multi <- test_path ("fixtures", "osm-multi.osm")
doc <- xml2::read_xml (osm_multi)
x_sc <- osmdata_sc (doc = doc)
#> bb_poly has more than one polygon; the first will be selected.
#> Error in bbox_to_string(obj) : bbox must be numeric
bbox is null because the query is missing. Other osmdata_* functions, work as expected.
Fails with https://github.com/ropensci/osmdata/pull/289/commits/7fde28a08dd0139cbc6d0199056d06c6bf371c15
bbox is null because the query is missing. Other osmdata_* functions, work as expected.