diff --git a/map/map_so_ii.rmd b/map/map_so_ii.rmd
index 1080c8f9c3f2da7c4935935be8d8ba638846107a..86652f3af33bdcabb3d3b415c8c030db3448c406 100644
--- a/map/map_so_ii.rmd
+++ b/map/map_so_ii.rmd
@@ -14,7 +14,10 @@ map_so_ii(theme = "collectivity", theme_legend = TRUE, detail = "epci", path = s
 map_so_ii(theme = "clc", theme_legend = TRUE, path = sprintf(path, "clc"))
 map_so_ii(theme = "population", theme_legend = TRUE, path = sprintf(path, "population"))
 map_so_ii(theme = "population", year = 2018:2019, theme_legend = TRUE, path = sprintf(path, "population-last"))
+map_so_ii(theme = "population", year = 2014:2019, theme_legend = TRUE, path = sprintf(path, "population-last-5"))
 map_so_ii(theme = "catnat", theme_legend = TRUE, path = sprintf(path, "catnat"))
+map_so_ii(theme = "catnat", year = 2000:2019, theme_legend = TRUE, path = sprintf(path, "catnat-2000-2019"))
+map_so_ii(theme = "catnat", year = 2021, theme_legend = TRUE, path = sprintf(path, "catnat-2021"))
 map_so_ii(so_ii_hydro[as.character(so_ii_hydro$degre) <= 1, ], col = scales::colour_ramp(c("white", "blue"))(.5), border = NA, theme = "catchment", theme_legend = TRUE, path = sprintf(path, "catchment"))
 map_so_ii(so_ii_hydro[as.character(so_ii_hydro$degre) <= 2, ], col = scales::colour_ramp(c("white", "blue"))(.5), border = NA, theme = "catchment", detail = 2, theme_legend = TRUE, path = sprintf(path, "catchment_sub"))
 map_so_ii(theme = "onrn", detail = "freq_sin", theme_legend = TRUE, path = sprintf(path, "freq_sin"))