You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppression des :: dans le nom d'une couche visualisée avec Mapview
---
cf log de l'erreur
Error: The path for one of the files in artifact is not valid: /libs/COGiter::regions_geo-CSS-0.0.1/COGiter::regions_geo_home-button.css. Contains the following character: Colon :
Copy file name to clipboardExpand all lines: 10-creer-des-cartes-avec-ggplot2.Rmd
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ plot(COGiter::regions_geo)
45
45
Le package `{mapview}` permet également d'afficher un aperçu de couche très rapidement, posé sur un fond de carte Open street map.
46
46
```{r}
47
47
library(mapview)
48
+
regions_COGiter <- COGiter::regions_geo
48
49
mapview(x = COGiter::regions_geo)
49
50
```
50
51
@@ -74,7 +75,6 @@ Comme l'utilisation de `{ggplot2}` est à privilégier au sein du pôle ministé
74
75
75
76
## Quelques rappels sur `{ggplot2}` issus du [module 5 sur la datavisualisation](https://mtes-mct.github.io/parcours_r_module_datavisualisation/){target="_blank"}
76
77
77
-
78
78
`{ggplot2}` est un package de visualisation de données qui dispose de templates (thèmes, palettes) à la Marque Etat grâce au package `{gouvdown}`, créé par la communauté d'agents de l'Etat [Spyrales](https://www.spyrales.fr/){target="_blank"}.
79
79
80
80
{#id .class width=500}
@@ -89,6 +89,7 @@ Comme l'utilisation de `{ggplot2}` est à privilégier au sein du pôle ministé
0 commit comments