# load maps
map2 <- leaflet() %>%
setView(lng = 4.4777, lat = 51.9244, zoom = 13) %>%
addTiles() %>% # Base OSM layer
addTiles(
urlTemplate = "https://allmaps.xyz/maps/8ebee9ef638a08cf/{z}/{x}/{y}.png",
attribution = "Allmaps",
options = tileOptions(opacity = 0.7) # Optional: make it semi-transparent
) |>
addFullscreenControl()
map23 Methodology
This section provides a structured overview of methods and techniques for urban morphology analysis. All methods and techniques described here are cross-referenced with the Examples part of the book.
3.1 Methods
3.1.1 Typo-morphology analysis
3.1.2 Space syntax analysis
Quiz functionality to be shown in a separate file