diff --git a/map_so_ii.rmd b/map_so_ii.rmd
index 0cfa10c89ae8443831d48ce1ca32ec023bb98560..892df8a3637d9a94772dd573963f8a807231c597 100644
--- a/map_so_ii.rmd
+++ b/map_so_ii.rmd
@@ -2,16 +2,20 @@ library(sf)
 
 map_so_ii()
 map_so_ii(theme = "collectivity")
+map_so_ii(theme = "collectivity", detail = "syndicate")
 map_so_ii(theme = "collectivity", detail = "syble")
 map_so_ii(theme = "collectivity", detail = "symbo")
+map_so_ii(theme = "collectivity", detail = "epci", legend_theme = TRUE)
 map_so_ii(theme = "clc")
-map_so_ii(theme = "population")
+map_so_ii(theme = "population", legend_theme = TRUE)
+map_so_ii(theme = "population", year = "2006", legend_theme = TRUE)
 map_so_ii(theme = "catnat", year = 2019)
 map_so_ii(theme = "hydro")
-map_so_ii(theme = "hydro", detail = 3)
+map_so_ii(theme = "hydro", detail = 2)
+map_so_ii(theme = "hydro", detail = "river")
 map_so_ii(theme = "catchment")
 map_so_ii(theme = "catchment", detail = 2, legend_theme = TRUE)
-map_so_ii(theme = "catchment", detail = 3)
+map_so_ii(theme = "catchment", detail = 3, legend_theme = TRUE)
 
 # Can only work if data-common is a symbolic link