-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
Plot-modeStatic mode issuesStatic mode issues
Description
tm_shape(NLD_dist) +
tm_polygons(
fill = "dwelling_value",
fill.scale = tm_scale_continuous_pseudo_log(values = "-cols4all.pu_gn_div"),
col = NULL) +
tm_shape(NLD_muni) +
tm_borders(col = "black", lwd = 0.5) +
tm_shape(NLD_prov) +
tm_borders(col = "black", lwd = 1.5) +
#add inset map
tm_inset(bb("Utrecht"), height = 6, width = 6, position = c("left", "top"), frame = FALSE)
The bounding box should be drawn in the large map, ideally with a connection line (but this is difficult)
Nowosadar-puuk
Metadata
Metadata
Assignees
Labels
Plot-modeStatic mode issuesStatic mode issues