From 7f5bbc1514ca062efaecc1f5943582a234f493a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Grelot?= <frederic.grelot@irstea.fr>
Date: Sat, 22 Jan 2022 12:09:23 +0100
Subject: [PATCH] MAJ des exemples

---
 map_so_ii.rmd | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/map_so_ii.rmd b/map_so_ii.rmd
index 0cfa10c..892df8a 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
 
-- 
GitLab