Maps with administrative boundaries (national, regions, provinces, districts, municipalities, nissections) of Belgium extracted from OpenStreetMap
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
## Administrative areas
data(BE_OSM_ADMIN)
str(as.data.frame(BE_OSM_ADMIN))
library(sp)
plot(BE_OSM_ADMIN)
plot(subset(BE_OSM_ADMIN, admin.level %in% "2"))
plot(subset(BE_OSM_ADMIN, admin.level %in% "4"))
plot(subset(BE_OSM_ADMIN, admin.level %in% "6"))
plot(subset(BE_OSM_ADMIN, admin.level %in% "7"))
plot(subset(BE_OSM_ADMIN, admin.level %in% "8"))
plot(subset(BE_OSM_ADMIN, admin.level %in% "9"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.