You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getbb() throws a warning instead of an error for empty results and return the (empty) result with the expected type according to format_out parameter (#394).
Timestamp in metadata has a POSIXct time. Before it was character with a non-standard locale dependent date format (#416).
Major changes
getbb() can query wikidata ids for OSM relations properties (P402) (idea from @mhpob in #401, implemented in #403).
Add filter_osm_user() to add user filter to overpass_queries objects (#414).
Minor changes
Fixed osm_elevation() function after raster -> terra upgrade (#389; thanks to @Aloniss).
Implement described viewbox parameter in getbb() (#402).
Implement osmdata_sf(..., out = "meta")& metadata columns (also for osmdata_data.frame()) are encoded in utf8 (osm_user) and formatted as POSIXct (osm_timestamp) (#405).