Closed mpadge closed 2 months ago
library(osmdata)
#> Data (c) OpenStreetMap contributors, ODbL 1.0. https://www.openstreetmap.org/copyright
packageVersion ("osmdata")
#> [1] '0.2.5.23'
buildings <- osmdata::opq(bbox = "marburg de") %>%
osmdata::add_osm_feature(key = "building") %>%
osmdata::osmdata_sf()
buildings <- buildings$osm_polygons
any(duplicated(tolower(names(buildings))))
#> [1] FALSE
Created on 2024-09-25 with reprex v2.1.1
For https://github.com/r-spatial/mapview/issues/492, with reprex from there thanks to @tim-salabim
@edzer Yep, I'll fix that over here. Thanks for heads-up :+1: