From dd7626fba675995251581fb1d6ba6a3fafd78334 Mon Sep 17 00:00:00 2001 From: may_nguyen Date: Tue, 2 Aug 2022 17:10:56 +0200 Subject: [PATCH] feat: merge ign map into master --- backend/app/app/api/api_v1/endpoints/maps.py | 2 +- backend/app/app/assets/styles/ign-dark.json | 8868 +++++++++++++++++ backend/app/app/assets/styles/ign-light.json | 6976 +++++++++++++ .../styles/{dark.json => map-dark.json} | 0 .../styles/{light.json => map-light.json} | 0 frontend/components/Map/Layers.tsx | 5 + frontend/pages/[organizationSlug]/map.tsx | 27 +- 7 files changed, 15868 insertions(+), 10 deletions(-) create mode 100644 backend/app/app/assets/styles/ign-dark.json create mode 100644 backend/app/app/assets/styles/ign-light.json rename backend/app/app/assets/styles/{dark.json => map-dark.json} (100%) rename backend/app/app/assets/styles/{light.json => map-light.json} (100%) diff --git a/backend/app/app/api/api_v1/endpoints/maps.py b/backend/app/app/api/api_v1/endpoints/maps.py index b0ca654d..093a561e 100644 --- a/backend/app/app/api/api_v1/endpoints/maps.py +++ b/backend/app/app/api/api_v1/endpoints/maps.py @@ -38,7 +38,7 @@ @router.get("/style") def generate_style( theme: Optional[str] = "dark", - background: Optional[str] = "map" + background: Optional[str] = "ign" ) -> Dict: """ Generate style diff --git a/backend/app/app/assets/styles/ign-dark.json b/backend/app/app/assets/styles/ign-dark.json new file mode 100644 index 00000000..05929b82 --- /dev/null +++ b/backend/app/app/assets/styles/ign-dark.json @@ -0,0 +1,8868 @@ +{ + "version": 8, + "name": "PLAN IGN", + "bearing": 0, + "center": [5.43988433343884, 43.286155160040266], + "glyphs":"https://wxs.ign.fr/static/vectorTiles/fonts/{fontstack}/{range}.pbf", + "sprite": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/sprite/PlanIgn-Gris", + "sources": { + "plan_ign": { + "type": "vector", + "tiles": [ + "https://wxs.ign.fr/essentiels/geoportail/tms/1.0.0/PLAN.IGN/{z}/{x}/{y}.pbf" + ], + "scheme": "xyz" + } + }, + "transition": { + "duration": 300, + "delay": 0 + }, + "layers": [ + { + "id": "bckgrd", + "type": "fill", + "source": "plan_ign", + "source-layer": "fond_opaque", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "paint": { + "fill-color": "#FFFFFF", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 0m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_0"], + "paint": { + "fill-color": "#E1E1E1", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 100m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_100"], + "paint": { + "fill-color": "#F6F6F6", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 200m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_200"], + "paint": { + "fill-color": "#E3E3E3", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 1000m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_1000"], + "paint": { + "fill-color": "#C7C7C7", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 3000m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_3000"], + "paint": { + "fill-color": "#979797", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 4000m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_4000"], + "paint": { + "fill-color": "#7C7C7C", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 5000m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_5000"], + "paint": { + "fill-color": "#505050", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - glacier", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","GLACIER"], + "paint": { + "fill-color": "#FFFFFF", + "fill-opacity": 0.7 + } + }, + { + "id": "ocs - vegetation - zone boiséee, foret fermee, peupleraie", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "ZONE_BOISEE", + "ZONE_FORET_FERMEE_FEUIL", + "ZONE_FORET_FERMEE_CONI", + "ZONE_FORET_FERMEE_MIXTE", + "ZONE_PEUPLERAIE" + ], + "paint": { + "fill-color": "#F8F8F8", + "fill-outline-color": "#F8F8F8" + } + }, + { + "id": "ocs - vegetation - forêt ouverte", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "ZONE_FORET_OUVERTE" + ], + "paint": { + "fill-color": "#FBFBFB", + "fill-outline-color": "#FBFBFB" + } + }, + { + "id": "ocs - vegetation - lande ligneuse", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_LANDE_LIGNEUSE"], + "paint": { + "fill-color": "#FCFCFC" + } + }, + { + "id": "ocs - vegetation - vigne", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_VIGNE"], + "paint": { + "fill-color": "#F5F5F5" + } + }, + { + "id": "ocs - vegetation - verger", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_VERGER"], + "paint": { + "fill-color": "#EBEBEB" + } + }, + { + "id": "ocs - vegetation - canne à sucre, bananeraie", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_CANNE_BANANE"], + "paint": { + "fill-color": "#F7F7F7" + } + }, + { + "id": "hydro surfacique - Estran", + "type": "fill", + "source": "plan_ign", + "source-layer": "hydro_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_D_ESTRAN"], + "paint": { + "fill-color": "#DCDCDC", + "fill-outline-color": "#DCDCDC" + } + }, + { + "id": "ocs - vegetation - mangrovre", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_MANGROVE"], + "paint": { + "fill-color": {"stops": [[9, "#BCBCBC"], [10, "#BFBFBF"]]} + } + }, + { + "id": "ocs - vegetation - marais", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_MARAIS"], + "paint": { + "fill-pattern": "Marais" + } + }, + { + "id": "hydro surfacique - marais", + "type": "fill", + "source": "plan_ign", + "source-layer": "hydro_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_MARAIS"], + "paint": { + "fill-pattern": "Marais" + } + }, + { + "id": "ocs - vegetation - marais salant", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_MARAIS_SALANT"], + "paint": { + "fill-pattern": "MaraisSalant" + } + }, + { + "id": "ocs - Zone", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_ROCHEUSE"], + "paint": { + "fill-color": "#D5D5D5", + "fill-opacity": 0.3 + } + }, + { + "id": "ocs - Zone sable sec", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_SABLE_SEC"], + "paint": { + "fill-pattern": "Sable" + } + }, + { + "id": "ocs - Zone sable humide", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "ZONE_SABLE_HUMIDE", + "FOND_CUVETTE_HUMIDE" + ], + "paint": { + "fill-pattern": "SableHumide" + } + }, + { + "id": "ocs - Zone graviers galets secs", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","GRAVIERS_GALETS_SEC"], + "paint": { + "fill-pattern": "GravierSec" + } + }, + { + "id": "ocs - Zone graviers galets humides", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","GRAVIERS_GALETS_HUM"], + "paint": { + "fill-pattern": "Gravier" + } + }, + { + "id": "ocs - Zone rocher hydro", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_ROCHER_HYDRO"], + "paint": { + "fill-pattern": "RocherHydro" + } + }, + { + "id": "ocs - Zone glacier", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_GLACIER"], + "paint": { + "fill-pattern": "Glacier", + "fill-opacity": {"stops": [[10, 0.5], [12, 0.3]]} + } + }, + { + "id": "zone batie", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_zone_surf", + "minzoom": 7, + "maxzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_BATI"], + "paint": { + "fill-color": "#E7E7E7", + "fill-opacity": {"stops": [[12, 1], [13, 0.9], [14, 0.5]]} + } + }, + { + "id": "zone d'activité", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_zone_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_INDUS_ACTI"], + "paint": { + "fill-color": "#DEDEDE" + } + }, + { + "id": "oro - courbe et cuvette maitresse", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_courbe", + "maxzoom":16, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "CNV_MAITRESSE", + "CUVETTE_MAITRESSE" + ], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[13, 1.7], [15, 2]] + } + } + }, + { + "id": "oro - courbe et cuvette normale", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_courbe", + "maxzoom":16, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "CNV_NORMALE", + "CUVETTE_NORMALE" + ], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[13, 1], [15, 1.2]] + } + } + }, + { + "id": "oro - courbe et cuvette intercalaire", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_courbe", + "maxzoom":16, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "CNV_INTERCALAIRE", + "CUVETTE_INTERCAL", + "CNV_SS_INTERCALAIRE" + ], + "paint": { + "line-color": "#CFCFCF", + "line-width": 0.7, + "line-dasharray": [20,7] + } + }, + { + "id": "oro - courbe et cuvette glacier maitresse", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_courbe", + "maxzoom":16, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "CNV_GLACIER_MAITRESSE", + "CUV_GLACIER_MAITRESSE" + ], + "paint": { + "line-color": "#BFBFBF", + "line-width": { + "stops": [[13, 1.7], [15, 2]] + } + } + }, + { + "id": "oro - courbe et cuvette glacier normale", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_courbe", + "maxzoom":16, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "CNV_GLACIER_NORMALE", + "CUV_GLACIER_NORMALE" + ], + "paint": { + "line-color": "#BFBFBF", + "line-width": { + "stops": [[13, 1], [15, 1.2]] + } + } + }, + { + "id": "oro - courbe et cuvette glacier intercalaire", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_courbe", + "maxzoom":16, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "CNV_GLACIER_INTERCAL", + "CUV_GLACIER_INTERCAL" + ], + "paint": { + "line-color": "#BFBFBF", + "line-width": { + "stops": [[13, 0.7], [15, 0.9]] + }, + "line-dasharray": [20,7] + } + }, + { + "id": "oro - courbe et cuvette rocher maitresse", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_courbe", + "maxzoom":16, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "CNV_ROCHER_MAITRESSE", + "CUV_ROCHER_MAITRESSE" + ], + "paint": { + "line-color": "#AFAFAF", + "line-width": 1.7 + } + }, + { + "id": "oro - courbe et cuvette rocher normale", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_courbe", + "maxzoom":16, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "CNV_ROCHER_NORMALE", + "CUV_ROCHER_NORMALE" + ], + "paint": { + "line-color": "#AFAFAF", + "line-width": 1 + } + }, + { + "id": "oro - courbe et cuvette rocher intercalaire", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_courbe", + "maxzoom":16, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "CNV_ROCHER_INTERCAL", + "CUV_ROCHER_INTERCAL" + ], + "paint": { + "line-color": "#AFAFAF", + "line-width": { + "stops": [[13, 0.7], [15, 0.9]] + }, + "line-dasharray": [20,7] + } + }, + { + "id": "oro - courbe et cuvette bathymetrique", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_courbe", + "maxzoom":16, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "CNV_BATHYMETRIQUE", + "CUV_BATHYMETRIQUE" + ], + "paint": { + "line-color": "#212121", + "line-width": 1 + } + }, + { + "id": "oro lin - talus", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_lin", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","TALUS"], + "paint": { + "line-color": "#CFCFCF", + "line-width": 1 + } + }, + { + "id": "oro lin - talus - trait perpendiculaire", + "type": "line", + "source": "plan_ign", + "source-layer": "oro_lin", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","TALUS"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[14, 7], [16, 9]] + }, + "line-dasharray": [0.1,1], + "line-translate": [0,4] + } + }, + { + "id": "toponyme - cote de courbe normale", + "type": "symbol", + "source": "plan_ign", + "source-layer": "oro_courbe", + "minzoom":13, + "maxzoom":16, + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[13, 10], [15, 13]]}, + "text-anchor": "center", + "text-rotation-alignment":"map", + "text-pitch-alignment": "viewport", + "text-keep-upright": false, + "text-max-angle": 20, + "text-max-width": 100, + "text-font": ["Source Sans Pro Italic"] + }, + "filter": ["all", + ["!=","texte","0"], + ["==","hors_zone",true], + ["in","symbo", + "CNV_MAITRESSE", + "CUVETTE_MAITRESSE" + ] + ], + "paint": { + "text-color": "#535353", + "text-halo-width": 0.5, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - cote de courbe rocher", + "type": "symbol", + "source": "plan_ign", + "source-layer": "oro_courbe", + "minzoom":13, + "maxzoom":16, + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[13, 10], [15, 13]]}, + "text-anchor": "center", + "text-rotation-alignment":"map", + "text-pitch-alignment": "viewport", + "text-keep-upright": false, + "text-max-angle": 20, + "text-max-width": 100, + "text-font": ["Source Sans Pro Italic"] + }, + "filter": ["all", + ["!=","texte","0"], + ["==","hors_zone",true], + ["in","symbo", + "CNV_ROCHER_MAITRESSE", + "CUV_ROCHER_MAITRESSE" + ] + ], + "paint": { + "text-color": "#383838", + "text-halo-width": 0.5, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - cote de courbe glacier", + "type": "symbol", + "source": "plan_ign", + "source-layer": "oro_courbe", + "minzoom":13, + "maxzoom":16, + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[13, 10], [15, 13]]}, + "text-anchor": "center", + "text-rotation-alignment":"map", + "text-pitch-alignment": "viewport", + "text-keep-upright": false, + "text-max-angle": 20, + "text-max-width": 100, + "text-font": ["Source Sans Pro Italic"] + }, + "filter": ["all", + ["!=","texte","0"], + ["==","hors_zone",true], + ["in","symbo", + "CNV_GLACIER_MAITRESSE", + "CUV_GLACIER_MAITRESSE" + ] + ], + "paint": { + "text-color": "#989898", + "text-halo-width": 0.5, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "hydro surfacique", + "type": "fill", + "source": "plan_ign", + "source-layer": "hydro_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "SURFACE_D_EAU", + "BASSIN", + "ZONE_MARINE" + ], + "paint": { + "fill-color": "#CFCFCF", + "fill-outline-color": "#CFCFCF" + } + }, + { + "id": "hydro surfacique temporaire", + "type": "fill", + "source": "plan_ign", + "source-layer": "hydro_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","SURFACE_D_EAU_TEMP"], + "paint": { + "fill-color": "rgba(199, 199, 199, 0.5)" + } + }, + { + "id": "réseau hydro - cours d'eau souterrain", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "COURS_D_EAU_SOU", + "COURS_D_EAU_MOY_SOU" + ], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 1.5], [17, 6.5]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "réseau hydro - filet interieur - aqueduc souterrain", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_SOU"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 1.4], [16, 3.5], [17, 5.9]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "réseau hydro - carre - aqueduc souterrain", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sou", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_SOU"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 3.5], [16, 8.7], [17, 14.7]] + }, + "line-dasharray": [1,5] + } + }, + { + "id": "Ferre souterrain - voie normale", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1_SOU", + "VF_2_SOU", + "VF_3_SOU", + "VF_4_SOU", + "VF_ELEC_1_SOU", + "VF_ELEC_2_SOU", + "VF_ELEC_3_SOU", + "VF_ELEC_4_SOU", + "VF_FERRO_ROUTIER_SOU" + ], + "paint": { + "line-color": "#B9B9B9", + "line-width": { + "stops": [[10, 0.8], [17, 2.5]] + } + } + }, + { + "id": "Ferre souterrain - trait perpendic épais", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1_SOU", + "VF_2_SOU", + "VF_3_SOU", + "VF_4_SOU", + "VF_ELEC_1_SOU", + "VF_ELEC_2_SOU", + "VF_ELEC_3_SOU", + "VF_ELEC_4_SOU", + "VF_FERRO_ROUTIER_SOU" + ], + "paint": { + "line-color": "#B9B9B9", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre souterrain - voie etroite", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1_SOU", + "VF_ETROITE_2_SOU", + "VF_ETROITE_SOU" + ], + "paint": { + "line-color": "#B9B9B9", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre souterrain - trait perpendic fin", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1_SOU", + "VF_ETROITE_2_SOU", + "VF_ETROITE_SOU" + ], + "paint": { + "line-color": "#B9B9B9", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre souterrain - voie service", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_SERVICE_SOU", + "VF_NON_EXPLOITEE_SOU" + ], + "paint": { + "line-color": "#B9B9B9", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + }, + "line-dasharray": [5,2,1,2] + } + }, + { + "id": "Ferre souterrain - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE_SOU", + "TRANSPORT_URBAIN_SOU" + ], + "paint": { + "line-color": "#B9B9B9", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre souterrain - 2 trait perpendic - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE_SOU", + "TRANSPORT_URBAIN_SOU" + ], + "paint": { + "line-color": "#B9B9B9", + "line-width": { + "stops": [[10, 3.5], [17, 17]] + }, + "line-dasharray": [0.1,0.2,0.1,10] + } + }, + { + "id": "Chemin souterrain - piste cyclable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","PISTE_CYCLABLE_SOU"], + "paint": { + "line-color": "#9B9B9B", + "line-width": { + "stops": [[14, 1.1], [15, 1.7], [16, 2], [17, 3.5]] + }, + "line-dasharray": [6,2] + } + }, + { + "id": "Chemin souterrain - filet exterieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER_SOU"], + "paint": { + "line-color": "#A5A5A5", + "line-width": { + "stops": [[14, 1.75], [15, 3], [16, 4.2], [17, 9.5]] + } + } + }, + { + "id": "Chemin souterrain - filet interieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER_SOU"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 1], [15, 1.9], [16, 2.7], [17, 5.8]] + }, + "line-dasharray": [1,0.2] + } + }, + { + "id": "Chemin souterrain - Rue pietonne", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","RUE_PIETONNE_SOU"], + "paint": { + "line-color": "#A5A5A5", + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2]] + }, + "line-dasharray": [1,3] + } + }, + { + "id": "Chemin souterrain - sentier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","SENTIER_SOU"], + "paint": { + "line-color": "#A5A5A5", + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2]] + }, + "line-dasharray": [4,3] + } + }, + { + "id": "Chemin souterrain - chemin", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","CHEMIN_SOU"], + "paint": { + "line-color": "#A5A5A5", + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO_SOU"], + "paint": { + "line-color": "#B4B4B4", + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier souterrain - filet extérieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3_SOU", + "BRET_AUTO_PEAGE_2_SOU", + "BRET_AUTO_PEAGE_1_SOU", + "BRET_AUTO_LIBRE_3_SOU", + "BRET_AUTO_LIBRE_2_SOU", + "BRET_AUTO_LIBRE_1_SOU" + ], + "paint": { + "line-color": "rgba(114, 114, 114, 0.5)", + "line-width": { + "stops": [[12, 2.5], [14, 3.7], [15, 6.8], [16, 8.4], [17, 14]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT_SOU"], + "paint": { + "line-color": "#B4B4B4", + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4_SOU", + "NON_CLASSEE_SOU" + ], + "paint": { + "line-color": "#B4B4B4", + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE_SOU", + "LOCALE_4_SOU", + "LOCALE_3_SOU", + "LOCALE_2_SOU", + "LOCALE_1_SOU" + ], + "paint": { + "line-color": "rgba(135, 135, 135, 0.5)", + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 11, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR_SOU"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE_SOU", + "REGIONALE_4_SOU", + "REGIONALE_3_SOU", + "REGIONALE_2_SOU", + "REGIONALE_1_SOU" + ], + "paint": { + "line-color": "rgba(135, 135, 135, 0.5)", + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR_SOU"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 7, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE_SOU", + "PRINCIPALE_4_SOU", + "PRINCIPALE_3_SOU", + "PRINCIPALE_2_SOU", + "PRINCIPALE_1_SOU" + ], + "paint": { + "line-color": "rgba(114, 114, 114, 0.5)", + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR_SOU"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 7, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SOU", + "AUTOROU_LIBRE_SOU" + ], + "paint": { + "line-color": "rgba(114, 114, 114, 0.5)", + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SOU"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO_SOU"], + "paint": { + "line-color": "#E1E1E1", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3_SOU", + "BRET_AUTO_PEAGE_2_SOU", + "BRET_AUTO_PEAGE_1_SOU", + "BRET_AUTO_LIBRE_3_SOU", + "BRET_AUTO_LIBRE_2_SOU", + "BRET_AUTO_LIBRE_1_SOU" + ], + "paint": { + "line-color": "rgba(255, 255, 255, 0.5)", + "line-width": { + "stops": [[12, 1.5], [14, 2.6], [15, 5.2], [16, 6.7], [17, 10.8]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT_SOU"], + "paint": { + "line-color": "#FAFAFA", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4_SOU", + "NON_CLASSEE_SOU" + ], + "paint": { + "line-color": "#E1E1E1", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE_SOU", + "LOCALE_4_SOU", + "LOCALE_3_SOU", + "LOCALE_2_SOU", + "LOCALE_1_SOU" + ], + "paint": { + "line-color": "rgba(255, 255, 255, 0.5)", + "line-width": { + "stops": [[9, 1.3], [14, 2.3], [15, 4.1], [16, 6.1], [17, 13.1]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 11, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR_SOU"], + "paint": { + "line-color": { + "stops": [[12, "#FFFFFF"], [13, "#F3F3F3"], [17, "#F8F8F8"]] + }, + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + }, + "line-dasharray": [2, 2] + + } + }, + { + "id": "Routier souterrain - filet interieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE_SOU", + "REGIONALE_4_SOU", + "REGIONALE_3_SOU", + "REGIONALE_2_SOU", + "REGIONALE_1_SOU" + ], + "paint": { + "line-color": "rgba(255, 255, 255, 0.5)", + "line-width": { + "stops": [[6, 1.4], [9, 1.5], [14, 3.2], [15, 5.8], [16, 8.3], [17, 16.2]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR_SOU"], + "paint": { + "line-color": { + "stops": [[9, "#FFFFFF"], [10, "#EFEFEF"], [17, "#F7F7F7"]] + }, + "line-width": { + "stops": [[4, 0.4], [6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier souterrain - filet interieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE_SOU", + "PRINCIPALE_4_SOU", + "PRINCIPALE_3_SOU", + "PRINCIPALE_2_SOU", + "PRINCIPALE_1_SOU" + ], + "paint": { + "line-color": "rgba(255, 255, 255, 0.5)", + "line-width": { + "stops": [[4, 0.5], [6, 1.8], [9, 2.1], [14, 4.4], [15, 7.3], [16, 10], [17, 18.5]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR_SOU"], + "paint": { + "line-color": {"stops": [[9, "#CFCFCF"], [17, "#E4E4E4"]]}, + "line-width": { + "stops": [[4, 0.5], [6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier souterrain - filet interieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SOU", + "AUTOROU_LIBRE_SOU" + ], + "paint": { + "line-color": "rgba(255, 255, 255, 0.5)", + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 2.7], [14, 5.8], [15, 9], [16, 12], [17, 20.8]] + } + } + }, + { + "id": "Routier souterrain - axe central - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SOU", + "AUTOROU_LIBRE_SOU" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SOU"], + "paint": { + "line-color": {"stops": [[9, "#C5C5C5"], [17, "#CBCBCB"]]}, + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier souterrain - axe central - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SOU"], + "paint": { + "line-color": "#858585", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "réseau hydro - cours d'eau temporaire", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo","COURS_D_EAU_TEMP","COURS_D_EAU_TEMP_MOY"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 1.5], [17, 4]] + }, + "line-dasharray": [6,2] + } + }, + { + "id": "réseau hydro - cours d'eau", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "minzoom": 3, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","COURS_D_EAU"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[4, 0.3], [7, 1.5], [12, 1.5], [17, 6.5]] + } + } + }, + { + "id": "réseau hydro - canal", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","CANAL"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 1.4], [17, 5.9]] + } + } + }, + { + "id": "réseau hydro - filet interieur - aqueduc", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_AU_SOL"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 1.4], [16, 3.5], [17, 5.9]] + } + } + }, + { + "id": "réseau hydro - carre - aqueduc", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_AU_SOL"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 3.5], [16, 8.7], [17, 14.7]] + }, + "line-dasharray": [1,5] + } + }, + { + "id": "réseau hydro - cours d'eau moyen ", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","COURS_D_EAU_MOY"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[7, 2], [12, 2.5]] + } + } + }, + { + "id": "réseau hydro - cours d'eau large ", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","COURS_D_EAU_LAR"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[7, 3], [11, 5]] + } + } + }, + { + "id": "parcellaire - parcelle surface", + "type": "fill", + "source": "plan_ign", + "source-layer": "parcellaire_parcelle", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","PARCELLE"], + "paint": { + "fill-color": "#FFFFFF", + "fill-opacity": 0.7 + } + }, + { + "id": "cimetiere surfacique 1", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "CIMETIERE_SURF", + "CIMETIERE_MILI_SURF", + "NECROPOLE_NATIONALE" + ], + "paint": { + "fill-color": "#F5F5F5", + "fill-opacity": 0.5, + "fill-outline-color": "#868686" + } + }, + { + "id": "cimetiere surfacique 2", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "CIMETIERE_SURF", + "CIMETIERE_MILI_SURF", + "NECROPOLE_NATIONALE" + ], + "paint": { + "fill-pattern": "Cimetiere" + } + }, + { + "id": "bati surfacique mairie - Zoom 14", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "maxzoom": 14, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "MAIRIE", + "MAIRIE_ANNEXE" + ], + "paint": { + "fill-color": "#C6C6C6" + } + }, + { + "id": "bati surfacique mairie - Zoom 15,16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 14, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "MAIRIE", + "MAIRIE_ANNEXE" + ], + "paint": { + "fill-color": {"stops": [[14, "#C6C6C6"], [15, "#CBCBCB"]]}, + "fill-outline-color": "#A8A8A8" + } + }, + { + "id": "bati surfacique fonctionnel industriel ou commercial - Zoom 14,15", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "maxzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "BATI_COMMERCIAL", + "BATI_INDUSTRIEL", + "HANGAR", + "HANGAR_COMMERCIAL", + "HANGAR_INDUSTRIEL" + ], + "paint": { + "fill-color": "#CDCDCD" + } + }, + { + "id": "bati surfacique fonctionnel industriel ou commercial - Zoom 16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "BATI_COMMERCIAL", + "BATI_INDUSTRIEL", + "HANGAR", + "HANGAR_COMMERCIAL", + "HANGAR_INDUSTRIEL" + ], + "paint": { + "fill-color": { + "stops": [[15, "#D6D6D6"], [16, "#EBEBEB"]] + }, + "fill-outline-color": "#BDBDBD" + } + }, + { + "id": "bati surfacique fonctionnel public - Zoom 14,15", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "maxzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "BATI_PUBLIC", + "HANGAR_PUBLIC" + ], + "paint": { + "fill-color": "#BFBFBF" + } + }, + { + "id": "bati surfacique fonctionnel public - Zoom 16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "BATI_PUBLIC", + "HANGAR_PUBLIC" + ], + "paint": { + "fill-color": { + "stops": [[15, "#D0D0D0"], [16, "#E5E5E5"]] + }, + "fill-outline-color": "#ADADAD" + } + }, + { + "id": "bati surfacique fonctionnel sportif - bordure", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","BATI_SPORTIF"], + "paint": { + "line-color": "#D0D0D0", + "line-width": 4 + } + }, + { + "id": "bati surfacique fonctionnel sportif", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 13, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BATI_SPORTIF"], + "paint": { + "fill-color": { + "stops": [[14, "#DEDEDE"], [15, "#E8E8E8"]] + } + } + }, + { + "id": "bati surfacique fonctionnel gare - Zoom 14,15", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "maxzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BATI_GARE"], + "paint": { + "fill-color": "#C0C0C0" + } + }, + { + "id": "bati surfacique fonctionnel gare - Zoom 16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BATI_GARE"], + "paint": { + "fill-color": { + "stops": [[15, "#CBCBCB"], [16, "#D6D6D6"]] + }, + "fill-outline-color": "#ACACAC" + } + }, + { + "id": "bati surfacique quelconque - Zoom 15", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 14, + "maxzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BATI_QQUE"], + "paint": { + "fill-color": "#CECECE" + } + }, + { + "id": "bati surfacique quelconque - Zoom 16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BATI_QQUE"], + "paint": { + "fill-color": { + "stops": [[15, "#E5E5E5"], [16, "#F0F0F0"]] + }, + "fill-outline-color": "#B3B3B3" + } + }, + { + "id": "bati hydro surfacique - Autre", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "ECLUSE_SURF", + "RESERVOIR_EAU_SURF" + ], + "paint": { + "fill-color": "#C9C9C9", + "fill-outline-color": "#616161" + } + }, + { + "id": "bati hydro surfacique - Pecherie", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","PECHERIE_SURF"], + "paint": { + "fill-color": "#DEDEDE", + "fill-outline-color": "#959595" + } + }, + { + "id": "bati hydro surfacique - Barrage", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BARRAGE_SURF"], + "paint": { + "fill-color": "#FFFFFF", + "fill-outline-color": "#4B4B4B" + } + }, + { + "id": "bati hydro surfacique - Chateau d'eau", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","CHATEAU_EAU_SURF"], + "paint": { + "fill-color": "#A5A5A5" + } + }, + { + "id": "bati infra surfacique - Silo", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","SILO_SURF"], + "paint": { + "fill-color": "#B7B7B7", + "fill-outline-color": "#6E6E6E" + } + }, + { + "id": "bati infra surfacique - Reservoir indus", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 14, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","RESERVOIR_INDUS_SURF"], + "paint": { + "fill-color": "#9F9F9F", + "fill-outline-color": "#4B4B4B" + } + }, + { + "id": "bati infra surfacique - Serre", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 13, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo","SERRE_SURF"], + "paint": { + "fill-color": "#D8D8D8", + "fill-outline-color": "#919191" + } + }, + { + "id": "bati infra surfacique - poste electrique", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo","POSTE_ELEC_SURF"], + "paint": { + "fill-color": "#949494", + "fill-opacity": 0.3 + } + }, + { + "id": "bati infra surfacique - poste electrique bord", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","POSTE_ELEC_SURF"], + "paint": { + "line-color": "#000000", + "line-width": {"stops": [[12, 0.3], [17, 1.2]]} + } + }, + { + "id": "bati religieux surfacique - Zoom 14", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "maxzoom": 14, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "CHAPELLE_SURF", + "EGLISE_SURF", + "CHRETIEN_SURF", + "SYNAGOGUE_SURF", + "MOSQUEE_SURF", + "AUTRE_CULTE_SURF", + "RELIGIEUX_QQUE" + ], + "paint": { + "fill-color": "#DDDDDD" + } + }, + { + "id": "bati religieux surfacique - Zoom 15,16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 14, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "CHAPELLE_SURF", + "EGLISE_SURF", + "CHRETIEN_SURF", + "SYNAGOGUE_SURF", + "MOSQUEE_SURF", + "AUTRE_CULTE_SURF", + "RELIGIEUX_QQUE" + ], + "paint": { + "fill-color": {"stops": [[14, "#DDDDDD"], [15, "#EDEDED"]]}, + "fill-outline-color": {"stops": [[14, "#C5C5C5"], [15, "#CFCFCF"]]} + } + }, + { + "id": "bati remarquable surfacique", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 13, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "FORTIF_SURF", + "CHATEAU_SURF", + "TOUR_MOULIN_SURF", + "ARENE_THEATRE", + "ARC_TRIOMPHE_SURF", + "MONUMENT_SURF" + ], + "paint": { + "fill-color": "#A0A0A0", + "fill-outline-color": "#737373" + } + }, + { + "id": "bati sportif surfacique fond", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "TENNIS_SURF", + "SPORT_INDIF_SURF", + "FOOT_SURF", + "MULTI_SPORT_SURF", + "PISTE_SPORT_SURF", + "NATATION_SURF" + ], + "paint": { + "fill-color": "#FFFFFF", + "fill-outline-color": "#FFFFFF" + } + }, + { + "id": "bati sportif surfacique", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "TENNIS_SURF", + "SPORT_INDIF_SURF", + "FOOT_SURF", + "MULTI_SPORT_SURF", + "PISTE_SPORT_SURF", + "NATATION_SURF" + ], + "paint": { + "line-color": "#D0D0D0", + "line-width": 2 + } + }, + { + "id": "bati transport surfacique - piste", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "PISTE_DUR", + "PISTE_HERBE" + ], + "paint": { + "fill-color": "#E0E0E0", + "fill-outline-color": "#858585" + + } + }, + { + "id": "bati ZAI - Autres", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_zai", + "minzoom":15, + "maxzoom": 18, + "layout": { + "visibility": "visible" + }, + "filter": ["in","nature", + "Lycée", + "Université", + "Capitainerie", + "Gendarmerie", + "Siège d'EPCI", + "Musée", + "Collège", + "Maison de retraite", + "Etablissement thermal", + "Autre service déconcentré de l'Etat", + "Etablissement pénitentiaire", + "Divers public ou administratif", + "Autre établissement d'enseignement", + "Maison du parc", + "Palais de justice", + "Enseignement primaire", + "Office de tourisme", + "Hôpital", + "Police", + "Piscine", + "Enseignement supérieur", + "Poste", + "Caserne", + "Etablissement hospitalier", + "Etablissement extraterritorial", + "Science", + "Structure d'accueil pour personnes handicapées", + "Administration centrale de l'Etat", + "Caserne de pompiers" + ], + "paint": { + "fill-color": "#D3D3D3", + "fill-opacity": 0.5, + "fill-outline-color": "#C0C0C0" + } + }, + { + "id": "bati ZAI - Commandement", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_zai", + "minzoom":15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","nature", + "Hôtel de département", + "Hôtel de région", + "Préfecture de région", + "Préfecture", + "Sous-préfecture" + ], + "paint": { + "fill-color": "#525252", + "fill-opacity": 0.3, + "fill-outline-color": "#3B3B3B" + } + }, + { + "id": "construction linéaire - mur", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","MUR"], + "paint": { + "line-color": "#919191", + "line-width": 0.3 + } + }, + { + "id": "construction linéaire - autre", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "RUINE_LIN", + "MUR_SOUTENEMENT", + "FORTIF_LIN" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": 0.5 + } + }, + { + "id": "construction hydrographique linéaire - Barrage", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "minzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","BARRAGE_LIN"], + "paint": { + "line-color": "#8C8C8C", + "line-width": {"stops": [[13, 1.5], [17, 5]]} + } + }, + { + "id": "construction hydrographique linéaire - Quai", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "QUAI", + "DIGUE" + ], + "paint": { + "line-color": "#878787", + "line-width": {"stops": [[14, 1], [17, 2.5]]} + } + }, + { + "id": "construction hydrographique linéaire - Pecherie", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","PECHERIE_LIN"], + "paint": { + "line-color": "#585858", + "line-width": {"stops": [[14, 1], [17, 2.5]]} + } + }, + { + "id": "Chemin a niveau - piste cyclable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","PISTE_CYCLABLE"], + "paint": { + "line-color": {"stops": [[17, "#808080"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 1.1], [15, 1.7], [16, 2], [17, 3.5], [18, 6]] + }, + "line-dasharray": [6,2] + } + }, + { + "id": "Chemin a niveau - filet exterieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER"], + "paint": { + "line-color": {"stops": [[17, "#7F7F7F"], [18, "#CDCDCD"]]}, + "line-width": { + "stops": [[14, 1.75], [15, 3], [16, 4.2], [17, 9.5]] + } + } + }, + { + "id": "Chemin a niveau - filet interieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 1], [15, 1.9], [16, 2.7], [17, 5.8]] + }, + "line-dasharray": [1,0.2] + } + }, + { + "id": "Chemin a niveau - Rue pietonne", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","RUE_PIETONNE"], + "paint": { + "line-color": {"stops": [[17, "#7F7F7F"], [18, "#EEEEEE"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 5]] + }, + "line-dasharray": [1,3] + } + }, + { + "id": "Chemin a niveau - sentier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","SENTIER"], + "paint": { + "line-color": {"stops": [[17, "#7F7F7F"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 6]] + }, + "line-dasharray": [4,3] + } + }, + { + "id": "Chemin a niveau - chemin", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","CHEMIN"], + "paint": { + "line-color": {"stops": [[17, "#7F7F7F"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 7]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO"], + "paint": { + "line-color": {"stops": [[12, "#8C8C8C"], [17, "#919191"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier a niveau - filet interieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5], [18, 16.8]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3", + "BRET_AUTO_PEAGE_2", + "BRET_AUTO_PEAGE_1", + "BRET_AUTO_LIBRE_3", + "BRET_AUTO_LIBRE_2", + "BRET_AUTO_LIBRE_1" + ], + "paint": { + "line-color": {"stops": [[9, "#727272"], [17, "#9E9E9E"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[12, 2.5], [14, 3.7], [15, 6.8], [16, 8.4], [17, 14]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT"], + "paint": { + "line-color": {"stops": [[17, "#9B9B9B"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4", + "NON_CLASSEE" + ], + "paint": { + "line-color": {"stops": [[17, "#9B9B9B"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 7, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE", + "LOCALE_4", + "LOCALE_3", + "LOCALE_2", + "LOCALE_1" + ], + "paint": { + "line-color": { + "stops": [[12, "#919191"], [13, "#B9B9B9"], [17, "#B9B9B9"], [18, "#FFFFFF"]] + }, + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 11, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE", + "REGIONALE_4", + "REGIONALE_3", + "REGIONALE_2", + "REGIONALE_1" + ], + "paint": { + "line-color": { + "stops": [[9, "#878787"], [10, "#B9B9B9"], [17, "#B9B9B9"], [18, "#FFFFFF"]] + }, + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE", + "PRINCIPALE_4", + "PRINCIPALE_3", + "PRINCIPALE_2", + "PRINCIPALE_1" + ], + "paint": { + "line-color": {"stops": [[17, "#AFAFAF"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE", + "AUTOROU_LIBRE" + ], + "paint": { + "line-color": {"stops": [[9, "#727272"], [17, "#9E9E9E"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 8, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3", + "BRET_AUTO_PEAGE_2", + "BRET_AUTO_PEAGE_1", + "BRET_AUTO_LIBRE_3", + "BRET_AUTO_LIBRE_2", + "BRET_AUTO_LIBRE_1" + ], + "paint": { + "line-color": {"stops": [[9, "#9E9E9E"], [17, "#BCBCBC"]]}, + "line-width": { + "stops": [[12, 1.5], [14, 2.6], [15, 5.2], [16, 6.7], [17, 10.8]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT"], + "paint": { + "line-color": "#FAFAFA", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4", + "NON_CLASSEE" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE", + "LOCALE_4", + "LOCALE_3", + "LOCALE_2", + "LOCALE_1" + ], + "paint": { + "line-color": { + "stops": [[6, "#C2C2C2"],[7, "#FFFFFF"], [12, "#FFFFFF"], [13, "#F3F3F3"], [17, "#F8F8F8"]] + }, + "line-width": { + "stops": [[9, 1.3], [14, 2.3], [15, 4.1], [16, 6.1], [17, 13.1]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 11, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR"], + "paint": { + "line-color": { + "stops": [[12, "#FFFFFF"], [13, "#F3F3F3"], [17, "#F8F8F8"], [18, "#F2F2F2"]] + }, + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + }, + "line-dasharray": [2, 2] + } + }, + { + "id": "Routier a niveau - filet interieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE", + "REGIONALE_4", + "REGIONALE_3", + "REGIONALE_2", + "REGIONALE_1" + ], + "paint": { + "line-color": { + "stops": [[6, "#B9B9B9"], [7, "#FFFFFF"], [9, "#FFFFFF"], [10, "#EFEFEF"], [17, "#F7F7F7"]] + }, + "line-width": { + "stops": [[4, 1.1], [6, 1.4], [9, 1.5], [14, 3.2], [15, 5.8], [16, 8.3], [17, 16.2]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR"], + "paint": { + "line-color": { + "stops": [[9, "#FFFFFF"], [10, "#EFEFEF"], [17, "#F7F7F7"], [18, "#F2F2F2"]] + }, + "line-width": { + "stops": [[4, 0.4], [6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier a niveau - filet interieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE", + "PRINCIPALE_4", + "PRINCIPALE_3", + "PRINCIPALE_2", + "PRINCIPALE_1" + ], + "paint": { + "line-color": {"stops": [[6, "#ACACAC"], [7, "#CFCFCF"], [9, "#CFCFCF"], [17, "#E4E4E4"]]}, + "line-width": { + "stops": [[4, 0.6], [6, 1.8], [9, 2.1], [14, 4.4], [15, 7.3], [16, 10], [17, 18.5]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR"], + "paint": { + "line-color": {"stops": [[9, "#CFCFCF"], [17, "#E4E4E4"], [18, "#F2F2F2"]]}, + "line-width": { + "stops": [[4, 0.5], [6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier a niveau - filet interieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE", + "AUTOROU_LIBRE" + ], + "paint": { + "line-color": {"stops": [[9, "#9E9E9E"], [17, "#BCBCBC"]]}, + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 2.7], [14, 5.8], [15, 9], [16, 12], [17, 20.8]] + } + } + }, + { + "id": "Routier a niveau - axe central - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE", + "AUTOROU_LIBRE" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR"], + "paint": { + "line-color": {"stops": [[9, "#9E9E9E"], [17, "#BCBCBC"], [18, "#F2F2F2"]]}, + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier a niveau - axe centrale - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR"], + "paint": { + "line-color": "#858585", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "Ferre a niveau - voie normale", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1", + "VF_2", + "VF_3", + "VF_4", + "VF_ELEC_1", + "VF_ELEC_2", + "VF_ELEC_3", + "VF_ELEC_4" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 0.8], [17, 2.5]] + } + } + }, + { + "id": "Ferre a niveau - voie normale trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1", + "VF_2", + "VF_3", + "VF_4", + "VF_ELEC_1", + "VF_ELEC_2", + "VF_ELEC_3", + "VF_ELEC_4" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre a niveau - voie etroite", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1", + "VF_ETROITE_2", + "VF_ETROITE" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre a niveau - voie etroite trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1", + "VF_ETROITE_2", + "VF_ETROITE" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre a niveau - voie service", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_SERVICE", + "VF_NON_EXPLOITEE" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + }, + "line-dasharray": [5,2,1,2] + } + }, + { + "id": "Ferre a niveau - voie en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","VF_EN_CONSTR"], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Ferre a niveau - voie en construction trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","VF_EN_CONSTR"], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre a niveau - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE", + "TRANSPORT_URBAIN" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre a niveau - 2 trait perpendic - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE", + "TRANSPORT_URBAIN" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 3.5], [17, 17]] + }, + "line-dasharray": [0.1,0.2,0.1,10] + } + }, + { + "id": "liaison routiere - Bac Liaison Maritime", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_liaison", + "minzoom": 8, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BAC_AUTO", + "LIAISON_MARITIME", + "BAC_LIAISON_MARITIME" + ], + "paint": { + "line-color": "#8B8B8B", + "line-width": { + "stops": [[8, 1], [13, 2.5]] + } + } + }, + { + "id": "liaison routiere - Gue route", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_liaison", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","GUE_ROUTE"], + "paint": { + "line-color": { + "stops": [[13, "#C3C3C3"], [17, "#8C8C8C"], [18, "#FFFFFF"]] + }, + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "liaison routiere - Gue chemin", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_liaison", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","GUE_CHEMIN"], + "paint": { + "line-color": { + "stops": [[13, "#C3C3C3"], [17, "#8C8C8C"]] + }, + "line-width": { + "stops": [[14, 1.6], [15, 2.9], [16, 4.4], [17, 6.5]] + } + } + }, + { + "id": "liaison routiere - filet extérieur - Pont passerelle", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_liaison", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "PONT_PASSERELLE", + "PONT_LIN", + "PONT_MOBILE_LIN" + ], + "paint": { + "line-color": {"stops": [[17, "#CDCDCD"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 2.2], [15, 3.8], [16, 5.4], [17, 11.8]] + } + } + }, + { + "id": "liaison routiere - filet intérieur - Pont passerelle", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_liaison", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "PONT_PASSERELLE", + "PONT_LIN", + "PONT_MOBILE_LIN" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 0.7], [15, 1.1], [16, 1.7], [17, 3.8]] + } + } + }, + { + "id": "Routier surfacique", + "type": "fill", + "source": "plan_ign", + "source-layer": "routier_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "SURF_ROUT_PRINC", + "SURF_ROUT_REG", + "SURF_ROUT_LOC", + "SURF_ROUT_NON_CLA"], + "paint": { + "fill-color": "#FFFFFF", + "fill-outline-color": "#000000" + } + }, + { + "id": "Routier surfacique - Dalle de protection", + "type": "fill", + "source": "plan_ign", + "source-layer": "routier_surf", + "maxzoom": 18, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","DALLE_DE_PROTECTION"], + "paint": { + "fill-opacity": 0.5, + "fill-color": "#FFFFFF", + "fill-outline-color": "#000000" + } + }, + { + "id": "Routier surfacique - Escalier surfacique", + "type": "fill", + "source": "plan_ign", + "source-layer": "routier_surf", + "maxzoom": 18, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ESCALIER_SURF"], + "paint": { + "fill-opacity": 0.8, + "fill-color": "#FFFFFF", + "fill-outline-color": "#8C8C8C" + } + }, + { + "id": "Routier surfacique - Péage surfacique", + "type": "fill", + "source": "plan_ign", + "source-layer": "routier_surf", + "maxzoom": 18, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","SURF_PEAGE"], + "paint": { + "fill-color": "#E1E1E1", + "fill-outline-color": "#AFAFAF" + } + }, + { + "id": "bati transport surfacique - bati peage", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 13, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BATI_PEAGE"], + "paint": { + "fill-color": "#E1E1E1", + "fill-outline-color": "#858585" + + } + }, + { + "id": "réseau hydro - cours d'eau superieur", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sup", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "COURS_D_EAU_SUP", + "COURS_D_EAU_MOY_SUP" + ], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 1.5], [17, 6.5]] + } + } + }, + { + "id": "réseau hydro - canal superieur", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sup", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","CANAL_SUP"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 1.4], [17, 5.9]] + } + } + }, + { + "id": "réseau hydro - filet interieur - aqueduc superieur", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sup", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_SUP"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 1.4], [16, 3.5], [17, 5.9]] + } + } + }, + { + "id": "réseau hydro - carre - aqueduc superieur", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_SUP"], + "paint": { + "line-color": "#CFCFCF", + "line-width": { + "stops": [[12, 3.5], [16, 8.7], [17, 14.7]] + }, + "line-dasharray": [1,5] + } + }, + { + "id": "Chemin superieur - piste cyclable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","PISTE_CYCLABLE_SUP"], + "paint": { + "line-color": {"stops": [[17, "#808080"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 1.1], [15, 1.7], [16, 2], [17, 3.5], [18, 6]] + }, + "line-dasharray": [6,2] + } + }, + { + "id": "Chemin superieur - filet exterieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER_SUP"], + "paint": { + "line-color": {"stops": [[17, "#7F7F7F"], [18, "#CDCDCD"]]}, + "line-width": { + "stops": [[14, 1.75], [15, 3], [16, 4.2], [17, 9.5]] + } + } + }, + { + "id": "Chemin superieur - filet interieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER_SUP"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 1], [15, 1.9], [16, 2.7], [17, 5.8]] + }, + "line-dasharray": [1,0.2] + } + }, + { + "id": "Chemin superieur - Rue pietonne", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","RUE_PIETONNE_SUP"], + "paint": { + "line-color": {"stops": [[17, "#7F7F7F"], [18, "#F0F0F0"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 5]] + }, + "line-dasharray": [1,3] + } + }, + { + "id": "Chemin superieur - sentier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","SENTIER_SUP"], + "paint": { + "line-color": {"stops": [[17, "#7F7F7F"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 6]] + }, + "line-dasharray": [4,3] + } + }, + { + "id": "Chemin superieur - chemin", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","CHEMIN_SUP"], + "paint": { + "line-color": {"stops": [[17, "#7F7F7F"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 7]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO_SUP"], + "paint": { + "line-color": {"stops": [[12, "#8C8C8C"], [17, "#919191"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier superieur - filet extérieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3_SUP", + "BRET_AUTO_PEAGE_2_SUP", + "BRET_AUTO_PEAGE_1_SUP", + "BRET_AUTO_LIBRE_3_SUP", + "BRET_AUTO_LIBRE_2_SUP", + "BRET_AUTO_LIBRE_1_SUP" + ], + "paint": { + "line-color": {"stops": [[9, "#727272"], [17, "#9E9E9E"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[12, 2.5], [14, 3.7], [15, 6.8], [16, 8.4], [17, 14]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT_SUP"], + "paint": { + "line-color": {"stops": [[17, "#9B9B9B"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4_SUP", + "NON_CLASSEE_SUP" + ], + "paint": { + "line-color": {"stops": [[17, "#9B9B9B"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE_SUP", + "LOCALE_4_SUP", + "LOCALE_3_SUP", + "LOCALE_2_SUP", + "LOCALE_1_SUP" + ], + "paint": { + "line-color": { + "stops": [[12, "#919191"], [13, "#B9B9B9"], [17, "#B9B9B9"], [18, "#FFFFFF"]] + }, + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 11, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR_SUP"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE_SUP", + "REGIONALE_4_SUP", + "REGIONALE_3_SUP", + "REGIONALE_2_SUP", + "REGIONALE_1_SUP" + ], + "paint": { + "line-color": { + "stops": [[9, "#878787"], [10, "#B9B9B9"], [17, "#B9B9B9"], [18, "#FFFFFF"]] + }, + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR_SUP"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE_SUP", + "PRINCIPALE_4_SUP", + "PRINCIPALE_3_SUP", + "PRINCIPALE_2_SUP", + "PRINCIPALE_1_SUP" + ], + "paint": { + "line-color": {"stops": [[17, "#AFAFAF"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR_SUP"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SUP", + "AUTOROU_LIBRE_SUP" + ], + "paint": { + "line-color": {"stops": [[9, "#727272"], [17, "#9E9E9E"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SUP"], + "paint": { + "line-color": "#CDCDCD", + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO_SUP"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5], [18, 16.8]] + } + } + }, + { + "id": "Routier superieur - filet interieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3_SUP", + "BRET_AUTO_PEAGE_2_SUP", + "BRET_AUTO_PEAGE_1_SUP", + "BRET_AUTO_LIBRE_3_SUP", + "BRET_AUTO_LIBRE_2_SUP", + "BRET_AUTO_LIBRE_1_SUP" + ], + "paint": { + "line-color": {"stops": [[9, "#9E9E9E"], [17, "#BCBCBC"]]}, + "line-width": { + "stops": [[12, 1.5], [14, 2.6], [15, 5.2], [16, 6.7], [17, 10.8]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT_SUP"], + "paint": { + "line-color": "#FAFAFA", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4_SUP", + "NON_CLASSEE_SUP" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE_SUP", + "LOCALE_4_SUP", + "LOCALE_3_SUP", + "LOCALE_2_SUP", + "LOCALE_1_SUP" + ], + "paint": { + "line-color": { + "stops": [[12, "#FFFFFF"], [13, "#F3F3F3"], [17, "#F8F8F8"]] + }, + "line-width": { + "stops": [[9, 1.3], [14, 2.3], [15, 4.1], [16, 6.1], [17, 13.1]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 11, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR_SUP"], + "paint": { + "line-color": { + "stops": [[12, "#FFFFFF"], [13, "#F3F3F3"], [17, "#F8F8F8"]] + }, + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + }, + "line-dasharray": [2, 2] + } + }, + { + "id": "Routier superieur - filet interieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE_SUP", + "REGIONALE_4_SUP", + "REGIONALE_3_SUP", + "REGIONALE_2_SUP", + "REGIONALE_1_SUP" + ], + "paint": { + "line-color": { + "stops": [[9, "#FFFFFF"], [10, "#EFEFEF"], [17, "#F7F7F7"]] + }, + "line-width": { + "stops": [[6, 1.4], [9, 1.5], [14, 3.2], [15, 5.8], [16, 8.3], [17, 16.2]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR_SUP"], + "paint": { + "line-color": { + "stops": [[9, "#FFFFFF"], [10, "#EFEFEF"], [17, "#F7F7F7"]] + }, + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier superieur - filet interieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE_SUP", + "PRINCIPALE_4_SUP", + "PRINCIPALE_3_SUP", + "PRINCIPALE_2_SUP", + "PRINCIPALE_1_SUP" + ], + "paint": { + "line-color": {"stops": [[9, "#CFCFCF"], [17, "#E4E4E4"]]}, + "line-width": { + "stops": [[4, 0.5], [6, 1.8], [9, 2.1], [14, 4.4], [15, 7.3], [16, 10], [17, 18.5]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR_SUP"], + "paint": { + "line-color": {"stops": [[9, "#CFCFCF"], [17, "#E4E4E4"]]}, + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier superieur - filet interieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SUP", + "AUTOROU_LIBRE_SUP" + ], + "paint": { + "line-color": {"stops": [[9, "#9E9E9E"], [17, "#BCBCBC"]]}, + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 2.7], [14, 5.8], [15, 9], [16, 12], [17, 20.8]] + } + } + }, + { + "id": "Routier superieur - axe central - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SUP", + "AUTOROU_LIBRE_SUP" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "Routier superieur - filet interieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SUP"], + "paint": { + "line-color": {"stops": [[9, "#9E9E9E"], [17, "#BCBCBC"]]}, + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier superieur - axe centrale - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SUP"], + "paint": { + "line-color": "#858585", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "Ferre superieur - voie normale", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1_SUP", + "VF_2_SUP", + "VF_3_SUP", + "VF_4_SUP", + "VF_ELEC_1_SUP", + "VF_ELEC_2_SUP", + "VF_ELEC_3_SUP", + "VF_ELEC_4_SUP" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 0.8], [17, 2.5]] + } + } + }, + { + "id": "Ferre superieur - voie normale trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1_SUP", + "VF_2_SUP", + "VF_3_SUP", + "VF_4_SUP", + "VF_ELEC_1_SUP", + "VF_ELEC_2_SUP", + "VF_ELEC_3_SUP", + "VF_ELEC_4_SUP" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre superieur - voie etroite", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1_SUP", + "VF_ETROITE_2_SUP", + "VF_ETROITE_SUP" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre superieur - voie etroite trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1_SUP", + "VF_ETROITE_2_SUP", + "VF_ETROITE_SUP" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre superieur - voie service", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_SERVICE_SUP", + "VF_NON_EXPLOITEE_SUP" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + }, + "line-dasharray": [5,2,1,2] + } + }, + { + "id": "Ferre superieur - voie en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","VF_EN_CONSTR_SUP"], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Ferre superieur - voie en construction trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","VF_EN_CONSTR_SUP"], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre superieur - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE_SUP", + "TRANSPORT_URBAIN_SUP" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre superieur - 2 trait perpendic - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE_SUP", + "TRANSPORT_URBAIN_SUP" + ], + "paint": { + "line-color": "#7D7D7D", + "line-width": { + "stops": [[10, 3.5], [17, 17]] + }, + "line-dasharray": [0.1,0.2,0.1,10] + } + }, + { + "id": "Limite - cloture", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","CLOTURE"], + "paint": { + "line-color": "#000000", + "line-width": { + "stops": [[13, 0.6], [17, 1]] + }, + "line-dasharray": [1.5, 4] + } + }, + { + "id": "Limite - layon", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","LAYON"], + "paint": { + "line-color": "#A5A5A5", + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2]] + }, + "line-dasharray": [4,7] + } + }, + { + "id": "Zone Règlementee - Enceinte militaire", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_ZONE_REGLEMENTEE", + "LIM_ENCEINTE_MILITAIRE", + "LIM_ENCEINTE_MILI", + "LIM_CHAMP_TIR" + ], + "paint": { + "line-color": "rgba(160, 160, 160, 0.8)", + "line-width": { + "stops": [[13, 1.7], [17, 3.1]] + }, + "line-dasharray": [4, 1, 2, 5] + } + }, + { + "id": "limite zone naturelle", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_ZONE_NATURELLE", + "LIM_ZONE_NATURELLE_ILE", + "LIM_RESERVE_NATURELLE" + ], + "paint": { + "line-color": "#DADADA", + "line-width": { + "stops": [[13, 2], [17, 4]] + }, + "line-dasharray": [2, 1] + } + }, + { + "id": "limite zone naturelle - Parc naturel 10", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "maxzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_PARC_NATUREL", + "LIM_PARC_NATUREL_ILE" + ], + "paint": { + "line-color": "#848484", + "line-width": { + "stops": [[13, 2], [17, 4]] + }, + "line-dasharray": [2, 1] + } + }, + { + "id": "limite zone naturelle - Parc naturel 11", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 10, + "maxzoom": 11, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_PARC_NATUREL", + "LIM_PARC_NATUREL_ILE" + ], + "paint": { + "line-color": "#848484", + "line-width": { + "stops": [[13, 2], [17, 4]] + }, + "line-dasharray": [2, 2] + } + }, + { + "id": "limite zone naturelle - Parc naturel 12", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 11, + "maxzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_PARC_NATUREL", + "LIM_PARC_NATUREL_ILE" + ], + "paint": { + "line-color": "#848484", + "line-width": { + "stops": [[13, 2], [17, 4]] + }, + "line-dasharray": [2, 3] + } + }, + { + "id": "limite zone naturelle - Parc naturel 13", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 12, + "maxzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_PARC_NATUREL", + "LIM_PARC_NATUREL_ILE" + ], + "paint": { + "line-color": "#848484", + "line-width": { + "stops": [[13, 2], [17, 4]] + }, + "line-dasharray": [2, 4] + } + }, + { + "id": "limite zone naturelle - Parc naturel 14", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_PARC_NATUREL", + "LIM_PARC_NATUREL_ILE" + ], + "paint": { + "line-color": "rgba(130, 130, 130, 0.7)", + "line-width": { + "stops": [[13, 2], [17, 4]] + }, + "line-dasharray": [2, 5] + } + }, + { + "id": "limite zone naturelle - Parc marin", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LIM_PARC_NATUREL_MARIN"], + "paint": { + "line-color": "#707070", + "line-width": { + "stops": [[13, 2], [17, 4]] + }, + "line-dasharray": [2, 1] + } + }, + { + "id": "parcellaire - parcelle bordure", + "type": "line", + "source": "plan_ign", + "source-layer": "parcellaire_parcelle", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","PARCELLE"], + "paint": { + "line-color": "#6D6D6D", + "line-width": 1 + } + }, + { + "id": "parcellaire - section", + "type": "line", + "source": "plan_ign", + "source-layer": "parcellaire_section", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","SECTION"], + "paint": { + "line-color": "#5A5A5A", + "line-width": 1.9, + "line-dasharray": [2,4,2] + } + }, + { + "id": "toponyme - parcellaire - section", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_parcellaire_section", + "filter": ["==","txt_typo","SECTION"], + "layout": { + "symbol-placement": "line", + "text-offset": [0, 0], + "text-field": "{texte}", + "text-size": 15, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#5A5A5A" + } + }, + { + "id": "toponyme - parcellaire - parcelle", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_parcellaire_parcelle", + "filter": ["==","txt_typo","PARCELLE"], + "layout": { + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Bold"] + }, + "paint": { + "text-color": "#6D6D6D", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - parcellaire - adresse", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_parcellaire_adresse_ponc", + "filter": ["==","txt_typo","ADRESSE"], + "layout": { + "symbol-placement": "point", + "text-field": ["concat","{numero}","{indice_de_repetition}"], + "text-size": 11, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Bold"] + }, + "paint": { + "text-color": "#5F5F5F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "limite admin - limite de commune", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_COMMUNE", + "LIM_CANTON", + "LIM_ARRONDISSEMENT" + ], + "paint": { + "line-color": "rgba(133, 133, 133, 0.5)", + "line-width": { + "stops": [[13, 3], [17, 5.5]] + }, + "line-dasharray": [4, 2, 1, 1, 1, 1, 1, 2] + } + }, + { + "id": "limite admin - limite de département bandeau", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 8, + "maxzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LIM_DEPARTEMENT"], + "paint": { + "line-color": "rgba(186, 186, 186, 0.4)", + "line-width": { + "stops": [[9, 4.1], [12, 6]] + } + } + }, + { + "id": "limite admin - limite de département tiret", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LIM_DEPARTEMENT"], + "paint": { + "line-color": "rgba(133, 133, 133, 0.5)", + "line-width": { + "stops": [[13, 3], [17, 5.5]] + }, + "line-dasharray": [4, 2, 1, 1, 1, 2] + } + }, + { + "id": "limite admin - limite de région bandeau", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 7, + "maxzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LIM_REGION"], + "paint": { + "line-color": "rgba(186, 186, 186, 0.5)", + "line-width": { + "stops": [[9, 4.5], [12, 6.7]] + } + } + }, + { + "id": "limite admin - limite de région tiret", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LIM_REGION"], + "paint": { + "line-color": "rgba(133, 133, 133, 0.5)", + "line-width": { + "stops": [[13, 3], [17, 5.5]] + }, + "line-dasharray": [4, 2, 1, 2] + } + }, + { + "id": "limite etat 1", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 2, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_ETAT", + "LIM_ETAT_ETRANGER" + ], + "paint": { + "line-color": "rgba(186, 186, 186, 0.6)", + "line-width": { + "stops": [[2, 2], [3, 3.5], [9, 5], [14, 13], [15, 20], [16, 24], [17, 42]] + } + } + }, + { + "id": "limite etat 2", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 7, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_ETAT", + "LIM_ETAT_ETRANGER" + ], + "paint": { + "line-color": "#A5A5A5", + "line-width": { + "stops": [[9, 1.5], [14, 3.5], [15, 5.5], [16, 6.5], [17, 11]] + }, + "line-dasharray": [4, 2] + } + }, + { + "id": "limite cote", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 7, + "maxzoom":10, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo","LIM_COTE"], + "paint": { + "line-color": "#A0A0A0", + "line-width": 1 + } + }, + { + "id": "ligne electrique", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","LIGNE_ELECTRIQUE"], + "paint": { + "line-color": "#858585", + "line-width": { + "stops": [[13, 1], [17, 2]] + } + } + }, + { + "id": "autre construction linéaire", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "CABLE", + "REMONTEE_MEC", + "HYDROCARBURES", + "CONDUITE_MATIERES_P", + "SPORT_MONTAGNE_LIN", + "PISTE_BOBSLEIGH", + "PISTE_LUGE", + "PISTE_AERO_LIN" + ], + "paint": { + "line-color": "#858585", + "line-width": 1 + } + }, + { + "id": "autre construction linéaire - trait perpend cable", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","CABLE"], + "paint": { + "line-color": "#858585", + "line-width": 5, + "line-dasharray": [0.5,10] + } + }, + { + "id": "autre construction linéaire - trait perpend 1 remont", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","REMONTEE_MEC"], + "paint": { + "line-color": "#858585", + "line-width": 6, + "line-dasharray": [1,10] + } + }, + { + "id": "autre construction linéaire - trait perpend 2 remont", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","REMONTEE_MEC"], + "paint": { + "line-color": "#C3C3C3", + "line-width": 6, + "line-dasharray": [0.3,0.4,0.3,10] + } + }, + { + "id": "autre construction linéaire - trait perpend carbur", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "HYDROCARBURES", + "CONDUITE_MATIERES_P" + ], + "paint": { + "line-color": "#858585", + "line-width": 5, + "line-dasharray": [1,10] + } + }, + { + "id": "routier ponctuel - peage ponctuel", + "type": "circle", + "source": "plan_ign", + "source-layer": "routier_ponc", + "minzoom": 8, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","PEAGE_PONC"], + "paint": { + "circle-radius": { + "stops": [[9, 3.5], [12, 6.5]] + }, + "circle-color": "#AFAFAF", + "circle-stroke-width": 1, + "circle-stroke-color": "#858585" + } + }, + { + "id": "routier ponctuel - barriere", + "type": "symbol", + "source": "plan_ign", + "source-layer": "routier_ponc", + "minzoom": 12, + "layout": { + "visibility": "visible", + "icon-image": "Barriere", + "icon-size": { + "stops": [[13, 0.25], [16, 0.45], [17, 0.7]] + }, + "icon-allow-overlap": true, + "icon-rotate": ["get", "rotation"] + }, + "filter": ["==","symbo","BARRIERE"], + "paint": { + "icon-color": "#9B9B9B" + } + }, + { + "id": "hydro ponctuel", + "type": "circle", + "source": "plan_ign", + "source-layer": "hydro_ponc", + "minzoom": 13, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "FONTAINE", + "POINT_D_EAU", + "SOURCE", + "SOURCE_CAPTEE", + "PERTE", + "RESURGENCE", + "CASCADE", + "AUTRE_HYDRO_PONC" + ], + "paint": { + "circle-radius": { + "stops": [[14, 3], [17, 7]] + }, + "circle-color": "#FFFFFF", + "circle-opacity": 1, + "circle-stroke-width": { + "stops": [[14, 2], [17, 5]] + }, + "circle-stroke-color": "#A5A5A5" + } + }, + { + "id": "point coté", + "type": "symbol", + "source": "plan_ign", + "source-layer": "oro_ponc", + "minzoom": 11, + "maxzoom": 16, + "filter": ["in","symbo", + "POINT_COTE", + "POINT_COTE_TOPO", + "POINT_COTE_RESEAU", + "POINT_RBF" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.1, + "text-field": "{texte}", + "text-size": 10, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.2, 0.4], + "text-padding": 2, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#555555" + } + }, + { + "id": "bati ponctuel : Hopital", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible", + "icon-image": "Hopital", + "icon-size": 0.33 + }, + "filter": ["==","symbo","HOPITAL_PONC"], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel hydrographique", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "minzoom": 14, + "layout": { + "visibility": "visible", + "icon-image": "Pompage", + "icon-size": { "stops": [[13, 0.2], [17, 0.6]] }, + "icon-allow-overlap": true + }, + "filter": ["in","symbo", + "CITERNE", + "LAVOIR", + "STATION_EPURATION", + "STATION_DE_POMPAGE", + "USINE_PRODUCTION_EAU", + "USINE_ELEVATRICE" + ], + "paint": { + "icon-color": "#A5A5A5" + } + }, + { + "id": "bati ponctuel hydrographique - Puits-Abreuvoir", + "type": "circle", + "source": "plan_ign", + "source-layer": "bati_ponc", + "minzoom": 13, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "PUITS", + "ABREUVOIR" + ], + "paint": { + "circle-radius": { + "stops": [[14, 3], [17, 7]] + }, + "circle-color": "#FFFFFF", + "circle-opacity": 1, + "circle-stroke-width": { + "stops": [[14, 2], [17, 5]] + }, + "circle-stroke-color": "#A5A5A5" + } + }, + { + "id": "bati ponctuel hydrographique - Phare", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "minzoom": 13, + "layout": { + "visibility": "visible", + "icon-image": "Phare", + "icon-size": { "stops": [[13, 0.7], [17, 1.3]] } + }, + "filter": ["==","symbo","PHARE"], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel hydrographique - Amer-Feu", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "minzoom": 13, + "layout": { + "visibility": "visible", + "icon-image": "Feu", + "icon-size": { "stops": [[13, 0.7], [17, 1.3]] } + }, + "filter": ["in","symbo", + "AMER", + "FEU", + "FEU_PONC", + "TOURELLE_LUMINEUSE" + ], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel hydrographique - Balise", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "minzoom": 13, + "layout": { + "visibility": "visible", + "icon-image": "Balise", + "icon-size": { "stops": [[13, 0.7], [17, 1.3]] } + }, + "filter": ["in","symbo", + "BALISE", + "TOURELLE" + ], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel hydrographique - Ecluse", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "minzoom": 12, + "maxzoom": 15, + "layout": { + "visibility": "visible", + "icon-image": "Ecluse", + "icon-size": 0.2 + }, + "filter": ["==","symbo","ECLUSE_PONC"], + "paint": { + "icon-color": "#A5A5A5" + } + }, + { + "id": "bati ponctuel hydrographique - Barrage", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "minzoom": 12, + "maxzoom": 14, + "layout": { + "visibility": "visible", + "icon-image": "Barrage", + "icon-size": 0.25 + }, + "filter": ["==","symbo","BARRAGE_PONC"], + "paint": { + "icon-color": "#A5A5A5" + } + }, + { + "id": "bati ponctuel hydrographique - Chateau d'eau", + "type": "circle", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","CHATEAU_EAU_PONC"], + "paint": { + "circle-radius": { + "stops": [[14, 3], [17, 8]] + }, + "circle-color": "#A5A5A5" + } + }, + { + "id": "bati ponctuel hydrographique - Réservoir d'eau", + "type": "circle", + "source": "plan_ign", + "source-layer": "bati_ponc", + "maxzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","RESERVOIR_EAU_PONC"], + "paint": { + "circle-radius": { + "stops": [[14, 3], [17, 8]] + }, + "circle-color": "#CFCFCF", + "circle-opacity": 1, + "circle-stroke-width": { + "stops": [[14, 1], [17, 2.5]] + }, + "circle-stroke-color": "#A5A5A5" + } + }, + { + "id": "bati ponctuel infrastructure - Constr spé", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible", + "icon-image": "ConstrSpeciale", + "icon-size": { "stops": [[13, 0.22], [17, 0.5]] } + }, + "filter": ["in","symbo", + "ANTENNE", + "CONSTR_SPE_TECHNIQUE", + "CONSTR_INDIF_PONC", + "CHEMINEE", + "CHEVALEMENT", + "PUITS_GAZ", + "PUITS_PETROLE", + "PYLONE_METEO", + "TORCHERE", + "TOUR_GUET", + "TOUR_HERTZIENNE" + ], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel infrastructure - Silo", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "maxzoom": 15, + "layout": { + "visibility": "visible", + "icon-image": "Silo", + "icon-size": { "stops": [[13, 0.22], [17, 0.5]] } + }, + "filter": ["==","symbo","SILO_PONC"], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel infrastructure - Eolienne", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible", + "icon-image": "Eolienne", + "icon-size": { "stops": [[13, 0.4], [17, 1], [18, 0.8]] } + }, + "filter": ["==","symbo","EOLIENNE"], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel infrastructure - Reservoir", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "maxzoom": 15, + "layout": { + "visibility": "visible", + "icon-image": "Reservoir", + "icon-size": { "stops": [[13, 0.26], [17, 0.5]] } + }, + "filter": ["==","symbo","RESERVOIR_PONC"], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel infrastructure - pylone électrique", + "type": "circle", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","PYLONE_ELEC"], + "paint": { + "circle-radius" : { + "stops": [[13, 1], [17, 2]] + }, + "circle-color" : "#000000" + } + }, + { + "id": "bati ponctuel montagne - Abri", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible", + "icon-image": "Abri", + "icon-size": { "stops": [[13, 0.4], [15, 0.6], [17, 0.9]] } + }, + "filter": ["==","symbo","ABRI"], + "paint": { + "icon-color": "#4F4F4F" + } + }, + { + "id": "bati ponctuel montagne - Refuge Garde", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible", + "icon-image": "Refugegard", + "icon-size": { "stops": [[13, 0.4], [15, 0.6], [17, 0.9]] } + }, + "filter": ["==","symbo","REFUGE_GARDE"], + "paint": { + "icon-color": "#4F4F4F" + } + }, + { + "id": "bati ponctuel montagne - Refuge Non Garde", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible", + "icon-image": "Refugenongard", + "icon-size": { "stops": [[13, 0.4], [15, 0.6], [17, 0.9]] } + }, + "filter": ["==","symbo","REFUGE"], + "paint": { + "icon-color": "#4F4F4F" + } + }, + { + "id": "bati ponctuel transport aerien - Aeroport FXX", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible", + "icon-image": "Aeroport", + "icon-size": 0.5 + }, + "filter": ["all", + ["==","symbo","AEROPORT_PONC"], + ["==","territoire","FXX"] + ], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel transport aerien - Aerodrome FXX", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible", + "icon-image": "Aerodrome", + "icon-size": 0.4 + }, + "filter": ["all", + ["in","symbo", + "AERODROME_PONC", + "AERODROME_IMPORT_PONC"], + ["==","territoire","FXX"] + ], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel transport aerien - Aeroport DOM", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "minzoom": 8, + "layout": { + "visibility": "visible", + "icon-image": "Aeroport", + "icon-size": 0.5 + }, + "filter": ["all", + ["==","symbo","AEROPORT_PONC"], + ["!=","territoire","FXX"] + ], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel transport aerien - Aerodrome DOM", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "minzoom": 8, + "layout": { + "visibility": "visible", + "icon-image": "Aerodrome", + "icon-size": 0.4 + }, + "filter": ["all", + ["==","symbo","AERODROME_PONC"], + ["!=","territoire","FXX"] + ], + "paint": { + "icon-color": "#8C8C8C" + } + }, + { + "id": "bati ponctuel transport ferroviaire", + "type": "symbol", + "source": "plan_ign", + "source-layer": "bati_ponc", + "layout": { + "visibility": "visible", + "icon-image": "Gare", + "icon-size" : 0.33 + }, + "filter": ["==","symbo","GARE_VOYAGEURS"], + "paint": { + "icon-color": "#7D7D7D" + } + }, + { + "id": "toponyme - bornes postales haute - chemins", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "CHEMIN", + "CHEMIN_SOU", + "CHEMIN_SUP", + "PISTE_CYCLABLE", + "PISTE_CYCLABLE_SOU", + "PISTE_CYCLABLE_SUP", + "RUE_PIETONNE", + "RUE_PIETONNE_SOU", + "RUE_PIETONNE_SUP", + "SENTIER", + "SENTIER_SOU", + "SENTIER_SUP", + "ESCALIER", + "ESCALIER_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sur}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + -1 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#6E6E6E", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales haute - non revetue, non classee", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "NON_CLASSEE", + "NON_CLASSEE_4", + "NON_CLASSEE_4_SUP", + "NON_CLASSEE_RESTREINT", + "NON_CLASSEE_RESTREINT_SUP", + "NON_CLASSEE_SOU", + "NON_CLASSEE_SUP", + "NON_REVETUE_CARRO", + "NON_REVETUE_CARRO_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sur}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + -1.3 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#6E6E6E", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales haute - locales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "LOCALE_1", + "LOCALE_1_SOU", + "LOCALE_1_SUP", + "LOCALE_2", + "LOCALE_2_SOU", + "LOCALE_2_SUP", + "LOCALE_3", + "LOCALE_3_SOU", + "LOCALE_3_SUP", + "LOCALE_4", + "LOCALE_4_SOU", + "LOCALE_4_SUP", + "LOCALE_CONSTR", + "LOCALE_CONSTR_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sur}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + -1.4 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#6E6E6E", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales haute - regionales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "REGIONALE_1", + "REGIONALE_1_SOU", + "REGIONALE_1_SUP", + "REGIONALE_2", + "REGIONALE_2_SOU", + "REGIONALE_2_SUP", + "REGIONALE_3", + "REGIONALE_3_SOU", + "REGIONALE_3_SUP", + "REGIONALE_4", + "REGIONALE_4_SUP", + "REGIONALE_CONSTR"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sur}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + -1.5 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#6E6E6E", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales haute - principales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "PRINCIPALE_1", + "PRINCIPALE_1_SOU", + "PRINCIPALE_1_SUP", + "PRINCIPALE_2", + "PRINCIPALE_2_SOU", + "PRINCIPALE_2_SUP", + "PRINCIPALE_3", + "PRINCIPALE_3_SOU", + "PRINCIPALE_3_SUP", + "PRINCIPALE_4", + "PRINCIPALE_4_SOU", + "PRINCIPALE_4_SUP", + "PRINCIPALE_CONSTR"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sur}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + -1.6 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#6E6E6E", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales bas - chemins", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "CHEMIN", + "CHEMIN_SOU", + "CHEMIN_SUP", + "PISTE_CYCLABLE", + "PISTE_CYCLABLE_SOU", + "PISTE_CYCLABLE_SUP", + "RUE_PIETONNE", + "RUE_PIETONNE_SOU", + "RUE_PIETONNE_SUP", + "SENTIER", + "SENTIER_SOU", + "SENTIER_SUP", + "ESCALIER", + "ESCALIER_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sous}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + 1 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#6E6E6E", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales bas - non revetue, non classee", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "NON_CLASSEE", + "NON_CLASSEE_4", + "NON_CLASSEE_4_SUP", + "NON_CLASSEE_RESTREINT", + "NON_CLASSEE_RESTREINT_SUP", + "NON_CLASSEE_SOU", + "NON_CLASSEE_SUP", + "NON_REVETUE_CARRO", + "NON_REVETUE_CARRO_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sous}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + 1.3 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#6E6E6E", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales bas - locales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "LOCALE_1", + "LOCALE_1_SOU", + "LOCALE_1_SUP", + "LOCALE_2", + "LOCALE_2_SOU", + "LOCALE_2_SUP", + "LOCALE_3", + "LOCALE_3_SOU", + "LOCALE_3_SUP", + "LOCALE_4", + "LOCALE_4_SOU", + "LOCALE_4_SUP", + "LOCALE_CONSTR", + "LOCALE_CONSTR_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sous}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + 1.4 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#6E6E6E", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales bas - regionales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "REGIONALE_1", + "REGIONALE_1_SOU", + "REGIONALE_1_SUP", + "REGIONALE_2", + "REGIONALE_2_SOU", + "REGIONALE_2_SUP", + "REGIONALE_3", + "REGIONALE_3_SOU", + "REGIONALE_3_SUP", + "REGIONALE_4", + "REGIONALE_4_SUP", + "REGIONALE_CONSTR"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sous}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + 1.5 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#6E6E6E", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales bas - principales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "PRINCIPALE_1", + "PRINCIPALE_1_SOU", + "PRINCIPALE_1_SUP", + "PRINCIPALE_2", + "PRINCIPALE_2_SOU", + "PRINCIPALE_2_SUP", + "PRINCIPALE_3", + "PRINCIPALE_3_SOU", + "PRINCIPALE_3_SUP", + "PRINCIPALE_4", + "PRINCIPALE_4_SOU", + "PRINCIPALE_4_SUP", + "PRINCIPALE_CONSTR"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sous}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + 1.6 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#6E6E6E", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - courbe rocher maitresse", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "filter": ["==","txt_typo","ORO_COURBE_ROCHER"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 10, + "text-allow-overlap": false, + "text-padding": 30, + "text-rotate": { "type": "identity", "property": "rotation" }, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#383838", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - courbe glacier maitresse", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "filter": ["==","txt_typo","ORO_COURBE_GLACIER"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 10, + "text-allow-overlap": false, + "text-padding": 30, + "text-rotate": { "type": "identity", "property": "rotation" }, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#989898", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - courbe maitresse", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "filter": ["==","txt_typo","ORO_COURBE"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 10, + "text-allow-overlap": false, + "text-padding": 30, + "text-rotate": { "type": "identity", "property": "rotation" }, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#535353", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - liaison maritime", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_liaison_lin", + "minzoom": 8, + "maxzoom": 18, + "filter": ["in","txt_typo", + "LIAISON_MARITIME", + "LIAISON_MAR" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 15, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#8B8B8B", + "text-halo-width": 5, + "text-halo-color": "#CFCFCF" + } + }, + { + "id": "toponyme bati station de métro + bati ponctuel metro", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "filter": ["all", + ["==","txt_typo","TYPO_E_1"], + ["==","symbo","STATION_METRO"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-offset": [0.30, -0.25], + "text-padding": 3, + "text-anchor": "bottom-left", + "text-font": ["Source Sans Pro"], + "icon-image": "Metro", + "icon-size": { "stops": [[15, 0.33], [17, 0.6]] } + }, + "paint": { + "text-color": "#414141", + "icon-color": "#8C8C8C" + } + }, + { + "id": "toponyme ferre lineaire", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ferre_lin", + "minzoom":12, + "filter": ["in","txt_typo", + "FER_NOM", + "FER_OUVRAGE" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 10, + "text-anchor": "center", + "text-offset": [0,-1], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-width": 1, + "text-halo-color": "rgba(255, 255, 255, 1)" + } + }, + { + "id": "toponyme religieux zoom 15 16", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "maxzoom":16, + "filter": ["==","txt_typo","religieux"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme religieux zoom 17 à 19", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":16, + "filter": ["==","txt_typo","religieux"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme parc d'attractions zoom 14", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":13, + "maxzoom":14, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["==","symbo","PARC_ATTRACTIONS"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme parc d'attractions zoom 15 à 19", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["==","symbo","PARC_ATTRACTIONS"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme bati divers zoom 15", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "maxzoom":15, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["in","symbo", + "CENTRALE_ELECTRIQUE", + "HIPPODROME", + "STADE"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme bati divers zoom 16 à 19", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":15, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["in","symbo", + "CENTRALE_ELECTRIQUE", + "HIPPODROME", + "STADE"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme chateau zoom 16", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":15, + "maxzoom":16, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["in","symbo", + "CHATEAU", + "CHATEAU_FORT"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme chateau zoom 17 à 19", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":16, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["in","symbo", + "CHATEAU", + "CHATEAU_FORT"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme station epuration, de pompage, usine de production eau", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "filter": ["==","txt_typo","station"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-anchor": "left", + "text-offset": [0.8, 0], + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#787878" + } + }, + { + "id": "toponyme bati ponc gare", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":15, + "filter": ["==","txt_typo","gore"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme bati ponc barrage", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":12, + "filter": ["==","txt_typo","BARRAGE_PONC"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "left", + "text-offset": [0.8, 0], + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#787878" + } + }, + { + "id": "toponyme bati ponc phare - niveau 13", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "maxzoom":13, + "filter": ["==","txt_typo","PHARE"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "right", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#3B3B3B" + } + }, + { + "id": "toponyme bati ponc phare - niveau 14à19", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":13, + "filter": ["all", + ["==","symbo","PHARE"], + ["in","txt_typo", + "TYPO_C_6", + "TYPO_C_7", + "TYPO_C_8", + "TYPO_E_GE"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "right", + "text-size": { "stops": [[13, 12], [18, 18]] }, + "text-allow-overlap": false, + "text-offset": [-2.00, 0], + "text-padding": 3, + "text-anchor": "right", + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#3B3B3B" + } + }, + { + "id": "toponyme bati ponc autre", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":12, + "filter": ["in","txt_typo", + "BAT_ACTIVITE", + "BAT_FORTIF", + "BAT_VILLAGE_DETRUIT"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "center", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#3B3B3B" + } + }, + { + "id": "toponyme bati ponc aerogare", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "maxzoom":17, + "filter": ["all", + ["==","txt_typo","TYPO_E_GE"], + ["==","symbo","AEROGARE"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "center", + "text-size": {"stops": [[12, 9], [16, 11]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#121212", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme bati ponc aeroport 12", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":11, + "maxzoom":12, + "filter": ["==","txt_typo","AEROPORT_PONC"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "bottom", + "text-offset": [0, -1.3], + "text-size": 10.5, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#121212", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc aeroport 13", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":12, + "maxzoom":13, + "filter": ["==","txt_typo","AEROPORT_PONC"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "bottom", + "text-offset": [0, -2], + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#121212", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc aeroport", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":13, + "maxzoom":17, + "filter": ["all", + ["==","txt_typo","TYPO_A_5"], + ["==","symbo","AEROPORT"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "center", + "text-size": {"stops": [[12, 11], [16, 13]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#121212", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc aerodrome 12", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":11, + "maxzoom":12, + "filter": ["==","txt_typo","AERODROME_PONC"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "bottom", + "text-offset": [0, -1.3], + "text-size": 9.5, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#121212", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc aerodrome 13", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":12, + "maxzoom":13, + "filter": ["in","txt_typo", + "AERODROME_PONC", + "AERODROME_IMPORT_PONC"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "bottom", + "text-offset": [0, -2], + "text-size": 10, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#121212", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc aerodrome", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":13, + "maxzoom":17, + "filter": ["all", + ["==","txt_typo","TYPO_A_7"], + ["==","symbo","AERODROME"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "center", + "text-size": {"stops": [[12, 10], [16, 12]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#121212", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - hydro ponc 5", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "filter": ["in","txt_typo", + "TYPO_D_9", + "TYPO_D_10", + "TYPO_E_1_cyan" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 11], [17, 14]]}, + "text-allow-overlap": true, + "text-padding": 5, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "#FFFFFF", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - hydro ponc glacier", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "filter": ["==","txt_typo","ORO_GLACIER_2"], + "layout": { + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 14, + "text-anchor": "center", + "text-allow-overlap": true, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#787878", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - limite militaire ponc 3 et 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_limite_ponc", + "filter": ["in","txt_typo", + "LIM_MILI_3", + "LIM_MILI_4" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 12, + "text-allow-overlap": false, + "text-padding": 2, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#1C1C1C", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - limite parc ponc 3 et 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_limite_ponc", + "filter": ["in","txt_typo", + "LIM_PARC_3", + "LIM_PARC_4", + "RESERVE_NATURELLE_PONC" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 13, + "text-allow-overlap": false, + "text-padding": 2, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme numéro de route - départementale", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_numero_lin", + "minzoom":11, + "maxzoom":16, + "filter": ["==","txt_typo","Départementale"], + "layout": { + "visibility": "visible", + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 10.5, + "text-allow-overlap": false, + "text-padding": 2, + "text-anchor": "center", + "text-font": ["Source Sans Pro Semibold"], + "text-rotation-alignment": "viewport" + }, + "paint": { + "text-color": "#525252", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme numéro de route - nationale", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_numero_lin", + "minzoom":7, + "maxzoom":16, + "filter": ["==","txt_typo","Nationale"], + "layout": { + "visibility": "visible", + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 12, + "text-allow-overlap": false, + "text-padding": 0, + "text-anchor": "center", + "text-font": ["Source Sans Pro Regular"], + "icon-image": "Ecluse", + "icon-rotation-alignment": "viewport", + "text-rotation-alignment": "viewport", + "icon-text-fit": "both", + "icon-size": 0 + }, + "paint": { + "text-color": "#F5F5F5", + "icon-color": "#8C8C8C", + "text-halo-color": "rgba(85, 85, 85, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme numéro de route - autoroute", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_numero_lin", + "minzoom":7, + "maxzoom":16, + "filter": ["==","txt_typo","Autoroute"], + "layout": { + "visibility": "visible", + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": false, + "text-padding": 0, + "text-anchor": "center", + "text-font": ["Source Sans Pro Regular"], + "icon-image": "Ecluse", + "icon-rotation-alignment": "viewport", + "text-rotation-alignment": "viewport", + "icon-text-fit": "both", + "icon-size": 0 + }, + "paint": { + "text-color": "#F5F5F5", + "icon-color": "#8C8C8C", + "text-halo-color": "rgba(85, 85, 85, 0.5)", + "text-halo-width": 5 + } + }, + { + "id": "toponyme - odonyme abrégé", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_odonyme_lin", + "minzoom": 15, + "maxzoom":17, + "layout": { + "symbol-placement": "line", + "text-field": "{nom_gauche}", + "text-size": 10, + "text-anchor": "center", + "text-max-angle": 30, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 1)" + } + }, + { + "id": "toponyme - odonyme desabrégé", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_odonyme_lin", + "minzoom": 17, + "layout": { + "symbol-placement": "line", + "text-field": "{nom_desabrege}", + "text-size": 11, + "text-anchor": "center", + "text-max-angle": 30, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 1)" + } + }, + { + "id": "toponyme - lieu dit non habité 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","LIEU-DIT_NON_HABITE"], + ["in","txt_typo", + "TYPO_B_10", + "TYPO_B_11" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - bois", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","BOIS"], + ["in","txt_typo", + "TYPO_F_10", + "TYPO_F_11" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 13, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - oro lineaire 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_lin", + "filter": ["in","txt_typo", + "ORO_SOMMET_3", + "ORO_GORGE_2" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 11, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#545454", + "text-halo-width": 1.5, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - oro ponc 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "filter": ["in","txt_typo", + "ORO_SOMMET_3", + "ORO_GORGE_2", + "GROTTE", + "GORGE", + "TYPO_G_9", + "TYPO_G_10" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[13, 11], [16, 16]]}, + "text-allow-overlap": true, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#545454", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1.5 + } + }, + { + "id": "toponyme - hydro ponc 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "filter": ["in","txt_typo", + "HYD_SURF_4", + "HYD_SURF_4_T", + "HYD_SURF_5", + "HYD_SURF_5_T", + "TYPO_D_8", + "SOURCE" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[14, 13], [17, 16]]}, + "text-allow-overlap": true, + "text-padding": 5, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "#FFFFFF", + "text-halo-width": 1 + } + }, + { + "id": "toponyme quartier ", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "filter": ["in","txt_typo", + "BAT_QUARTIER", + "BAT_QUARTIER_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA10", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["==","txt_typo","TYPO_A_10"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 11], [17, 13.5]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - lieu dit non habité", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","LIEU-DIT_NON_HABITE"], + ["in","txt_typo", + "TYPO_B_7", + "TYPO_B_8", + "TYPO_B_9" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 12, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - bois 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","BOIS"], + ["in","txt_typo", + "TYPO_F_7", + "TYPO_F_8", + "TYPO_F_9" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 16, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite hameau ", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 11, + "maxzoom": 13, + "filter": ["in","txt_typo", + "BAT_HAMEAU", + "BAT_HAMEAU_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.17, + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.30, 0.10], + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite importance 5", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 9, + "maxzoom": 13, + "filter": ["in","txt_typo", + "TYPO_A_5", + "BAT_COMMUNE_5", + "BAT_COMMUNE_5_T", + "BAT_CHEF_LIEU_COM", + "BAT_CHEF_LIEU_COM_T", + "BAT_CHEF_LIEU_COM-T", + "BAT_ANCIENNE_COM", + "BAT_ANCIENNE_COM_T", + "BAT_COMMUNE_ASSOCIEE", + "BAT_COMMUNE_ASSOCIEE_T", + "Commune très petite" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.21, + "text-field": "{texte}", + "text-size": 11.5, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.30, 0.10], + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - ocs lineaire 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_lin", + "filter": ["==","txt_typo","OCS_FORET_3"], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[10, 12], [12, 15]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-width": 1, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - lieu dit non habité 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","LIEU-DIT_NON_HABITE"], + ["in","txt_typo", + "TYPO_B_5", + "TYPO_B_4" + + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - bois 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","BOIS"], + ["in","txt_typo", + "TYPO_F_5", + "TYPO_F_4" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 19, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - bois 0", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","BOIS"], + ["in","txt_typo", + "TYPO_F_3", + "TYPO_F_2" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 22, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - ocs ponc 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["==","txt_typo","OCS_FORET_3"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[10, 12], [12, 15]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-anchor": "center", + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - oro lineaire 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_lin", + "filter": ["in","txt_typo", + "ORO_ILE_3", + "ORO_RELIEF_3", + "ORO_RELIEF_3_T", + "ORO_RELIEF_4", + "ORO_RELIEF_4_T", + "ORO_CAP_2", + "ORO_CAP_3", + "ORO_SOMMET_2", + "ORO_COL_2", + "ORO_GORGE_1", + "ORO_GORGE-1" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 12, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#545454", + "text-halo-width": 1.5, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - oro ponc 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "filter": ["in","txt_typo", + "ORO_ILE_3", + "ORO_RELIEF_3", + "ORO_RELIEF_3_T", + "ORO_RELIEF_4", + "ORO_RELIEF_4_T", + "ORO_CAP_2", + "ORO_CAP_3", + "ORO_SOMMET_2", + "ORO_COL_2", + "ORO_GORGE_1", + "ORO_GORGE-1", + "TYPO_G_7", + "TYPO_G_8" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[13, 12], [16, 17]]}, + "text-allow-overlap": true, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#545454", + "text-halo-color": "#FFFFFF", + "text-halo-width": 1.5 + } + }, + { + "id": "toponyme - hydro lineaire 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "filter": ["in","txt_typo", + "HYD_LIN_3", + "HYD_LIN_4", + "HYD_LIN_5", + "TYPO_D_LIN_3", + "TYPO_D_LIN_4", + "HYD_SURF_3", + "HYD_SURF_3_T", + "HYD_SURF_4", + "HYD_SURF_4_T", + "HYD_SURF_5", + "HYD_SURF_5_T", + "TYPO_D_4", + "TYPO_D_5" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[14, 12], [18, 19]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-width": 1.5, + "text-halo-color": "rgba(255, 255, 255, 0.7)" + } + }, + { + "id": "toponyme - hydro lineaire 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "minzoom":14, + "filter": ["in","txt_typo", + "TYPO_D_6", + "TYPO_D_8", + "TYPO_D_9", + "TYPO_D_10" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[14, 10], [18, 16]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-width": 1.5, + "text-halo-color": "rgba(255, 255, 255, 0.7)" + } + }, + { + "id": "toponyme - hydro ponc 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "filter": ["in","txt_typo", + "HYD_SURF_3", + "TYPO_D_5", + "TYPO_D_6", + "TYPO_D_7" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[9, 13], [10, 15], [15, 15], [17, 18]]}, + "text-allow-overlap": true, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "#FFFFFF", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc zai zoom 16", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":15, + "maxzoom":16, + "filter": ["==","txt_typo","zai"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme bati ponc zai zoom 17 et 18", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":16, + "filter": ["==","txt_typo","zai"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme localite importance 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 7, + "maxzoom": 13, + "filter": ["in","txt_typo", + "TYPO_A_4", + "BAT_COMMUNE_4", + "BAT_COMMUNE_4_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.21, + "text-field": "{texte}", + "text-size": 13, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.30, 0.10], + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA9", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["==","txt_typo","TYPO_A_9"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 11.5], [17, 14]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA8", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["==","txt_typo","TYPO_A_8"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 12], [17, 15]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - limite militaire ponc 1 et 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_limite_ponc", + "filter": ["in","txt_typo", + "LIM_MILI_1", + "LIM_MILI_2" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": false, + "text-padding": 5, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#1C1C1C", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - limite parc marin", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_limite_ponc", + "minzoom": 8, + "filter": ["in","txt_typo", + "PARC_MARIN_1", + "PARC_MARIN_2" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": false, + "text-padding": 10, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#707070", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - limite parc ponc 1 et 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_limite_ponc", + "minzoom":8, + "filter": ["in","txt_typo", + "LIM_PARC_1", + "LIM_PARC_2", + "PARC_1", + "PARC_2" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": false, + "text-padding": 10, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - ocs lineaire 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_lin", + "filter": ["==","txt_typo","OCS_FORET_2"], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[10, 15], [12, 18]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - ocs ponc 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["==","txt_typo","OCS_FORET_2"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[10, 15], [12, 18]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-anchor": "center", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - oro lineaire 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_lin", + "filter": ["in","txt_typo", + "ORO_ILE_2", + "ORO_RELIEF_2", + "ORO_RELIEF_2_T", + "ORO_CAP_1", + "ORO_SOMMET_1" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 15, + "text-anchor": "center", + "text-keep-upright": true, + "text-padding": 10, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#545454", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - oro ponc 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "minzoom":9, + "filter": ["in","txt_typo", + "ORO_ILE_2", + "ORO_RELIEF_2", + "ORO_RELIEF_2_T", + "ORO_CAP_1", + "ORO_COL_1", + "TYPO_G_5", + "ORO_SOMMET_1", + "TYPO_G_6" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[9, 13], [10, 15], [13, 15], [16, 19]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#545454", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - oro ponc 2B", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "minzoom":8, + "filter": ["==","txt_typo","TYPO_G_4"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[13, 15], [16, 19]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#545454", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - hydro lineaire 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "filter": ["in","txt_typo", + "HYD_LIN_2", + "TYPO_D_LIN_2", + "HYD_SURF_2", + "HYD_SURF_2_T", + "TYPO_D_3" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[14, 15], [18, 21]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - hydro ponc 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "minzoom": 5, + "filter": ["in","txt_typo", + "moyen", + "HYD_SURF_2", + "TYPO_D_2" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[5, 12], [6, 18], [10, 17], [18, 21]]}, + "text-allow-overlap": false, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "#FFFFFF", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - hydro ponc 2B", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "filter": ["in","txt_typo", + "TYPO_D_3", + "TYPO_D_4" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[9, 15], [10, 17], [18, 21]]}, + "text-allow-overlap": false, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "#FFFFFF", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite importance 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 5, + "maxzoom": 13, + "filter": ["in","txt_typo", + "commune 3", + "TYPO_A_3", + "BAT_COMMUNE_3", + "BAT_COMMUNE_3_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.21, + "text-field": "{texte}", + "text-size": {"stops": [[5, 10], [6, 15]]}, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.30, 0.10], + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA7 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_7"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 13], [17, 16]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA6 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_6"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 15], [17, 18]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - oro lineaire 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_lin", + "filter": ["in","txt_typo", + "ORO_ILE_1", + "ORO_RELIEF_1", + "ORO_RELIEF_1_T" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 20, + "text-anchor": "center", + "text-keep-upright": true, + "text-padding": 5, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#545454", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - oro ponc monde", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "minzoom": 5, + "filter": ["in","txt_typo", + "Basin", + "Depression", + "Desert", + "Geoarea", + "Gorge", + "Isthmus", + "Lake", + "Lowland", + "Pen/cape", + "Plain", + "Plateau", + "Range/mtn", + "Tundra", + "Valley", + "Island", + "Island group" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#545454", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA4 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_4"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 17, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 3 + } + }, + { + "id": "toponyme - ocs lineaire 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_lin", + "filter": ["==","txt_typo","OCS_FORET_1"], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[10, 18], [12, 22]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-padding": 1, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - ocs ponc 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["==","txt_typo","OCS_FORET_1"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[10, 18], [12, 22]]}, + "text-allow-overlap": true, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#5A5A5A", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - oro ponc 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "minzoom":8, + "filter": ["in","txt_typo", + "ORO_ILE_1", + "ORO_RELIEF_1", + "ORO_RELIEF_1_T", + "TYPO_G_1" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 21, + "text-allow-overlap": true, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#545454", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - oro ponc 1B", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "minzoom":8, + "filter": ["in","txt_typo", + "TYPO_G_2", + "TYPO_G_3" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[12, 15], [13, 21]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#545454", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - hydro lineaire glacier", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "filter": ["in","txt_typo", + "ORO_GLACIER_1", + "ORO_GLACIER_2" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 15, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#787878", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - hydro lineaire 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "filter": ["in","txt_typo", + "HYD_LIN_1", + "HYD-LIN-1", + "TYPO_D_LIN_1", + "HYD_SURF_1", + "HYD_SURF_1_T", + "TYPO_D_1", + "TYPO_D_2", + "TYPO_D_3_T", + "TYPO_D_4_T" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 18, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - hydro lineaire ocean", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "filter": ["==","txt_typo","OCEAN_MER"], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 30, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-width": 4, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - hydro ponc 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "minzoom": 4, + "filter": ["in","txt_typo", + "mer", + "grand", + "HYD_SURF_1", + "TYPO_D_1" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[4, 16], [6, 30], [10, 25]]}, + "text-allow-overlap": true, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme localite importance 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 4, + "maxzoom": 13, + "filter": ["in","txt_typo", + "commune 2", + "TYPO_A_2", + "BAT_COMMUNE_2", + "BAT_COMMUNE-2", + "BAT_COMMUNE_2_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.25, + "text-field": "{texte}", + "text-size": {"stops": [[4, 10], [6, 17]]}, + "text-allow-overlap": true, + "text-anchor": "bottom-left", + "text-offset": [0.30, 0.2], + "text-padding": 1, + "text-transform": "uppercase", + "text-font": {"stops": [[1, ["Source Sans Pro Regular"]], [7, ["Source Sans Pro Bold"]], [10, ["Source Sans Pro Regular"]]]} + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 3 + } + }, + { + "id": "toponyme localite n0 typoA3 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_3"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 19, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 3 + } + }, + { + "id": "toponyme localite n0 typoA2 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_2"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 21, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme localite n0 typoA7 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_7"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 13], [17, 16]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA6 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_6"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 15], [17, 18]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA1 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_1"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 23, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme localite n0 typoA4 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_4"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 17, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 3 + } + }, + { + "id": "toponyme localite n0 typoA3 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_3"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 19, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 3 + } + }, + { + "id": "toponyme localite n0 typoA2 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_2"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 21, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme localite importance 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 3, + "maxzoom": 13, + "filter": ["in","txt_typo", + "commune 1", + "TYPO_A_1", + "BAT_COMMUNE_1", + "BAT_COMMUNE_1_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.3, + "text-field": "{texte}", + "text-size": {"stops": [[3, 10], [6, 20]]}, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.25, -0.10], + "text-padding": 1, + "text-transform": "uppercase", + "text-font": {"stops": [[1, ["Source Sans Pro Regular"]], [7, ["Source Sans Pro Bold"]], [10, ["Source Sans Pro Regular"]]]} + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme localite n0 typoA1 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_1"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 23, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme - hydro ponc ocean", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "minzoom": 1, + "filter": ["==","txt_typo","ocean"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[1, 16], [6, 30]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme pays 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 4, + "maxzoom": 5, + "filter": ["==","txt_typo","pays 3"], + "layout": { + "visibility": "visible", + "text-field": "{texte}", + "text-size": 9, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#7D7D7D", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme pays 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 2, + "maxzoom": 5, + "filter": ["==","txt_typo","pays 2"], + "layout": { + "visibility": "visible", + "text-field": "{texte}", + "text-size": 13, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 2, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#7D7D7D", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme pays 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 2, + "maxzoom": 5, + "filter": ["==","txt_typo","pays 1"], + "layout": { + "visibility": "visible", + "text-field": "{texte}", + "text-size": 13, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 2, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#7D7D7D", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme continent", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 3, + "filter": ["==","txt_typo","continent"], + "layout": { + "visibility": "visible", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Bold"] + }, + "paint": { + "text-color": "#7D7D7D", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + } + ] +} \ No newline at end of file diff --git a/backend/app/app/assets/styles/ign-light.json b/backend/app/app/assets/styles/ign-light.json new file mode 100644 index 00000000..d4582c03 --- /dev/null +++ b/backend/app/app/assets/styles/ign-light.json @@ -0,0 +1,6976 @@ +{ + "version": 8, + "name": "PLAN IGN", + "bearing": 0, + "center": [5.43988433343884, 43.286155160040266], + "glyphs":"https://wxs.ign.fr/static/vectorTiles/fonts/{fontstack}/{range}.pbf", + "sprite": "https://wxs.ign.fr/static/vectorTiles/styles/PLAN.IGN/sprite/PlanIgn", + "sources": { + "plan_ign": { + "type": "vector", + "tiles": [ + "https://wxs.ign.fr/essentiels/geoportail/tms/1.0.0/PLAN.IGN/{z}/{x}/{y}.pbf" + ], + "scheme": "xyz" + } + }, + "transition": { + "duration": 300, + "delay": 0 + }, + "layers": [ + { + "id": "bckgrd", + "type": "fill", + "source": "plan_ign", + "source-layer": "fond_opaque", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "paint": { + "fill-color": "#FFFFFF", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 0m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_0"], + "paint": { + "fill-color": "#fafafa", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 100m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_100"], + "paint": { + "fill-color": "#fafafa", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 200m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_200"], + "paint": { + "fill-color": "#fafafa", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 1000m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_1000"], + "paint": { + "fill-color": "#ded4cb", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 3000m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_3000"], + "paint": { + "fill-color": "#ded4cb", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 4000m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_4000"], + "paint": { + "fill-color": "#c9b8ae", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - 5000m", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","HYPSO_5000"], + "paint": { + "fill-color": "#c9b8ae", + "fill-opacity": 1 + } + }, + { + "id": "orographie : relief - glacier", + "type": "fill", + "source": "plan_ign", + "source-layer": "oro_relief", + "minzoom": 0, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","GLACIER"], + "paint": { + "fill-color": "#FFFFFF", + "fill-opacity": 0.7 + } + }, + { + "id": "ocs - vegetation - zone boiséee, foret fermee, peupleraie", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "ZONE_BOISEE", + "ZONE_FORET_FERMEE_FEUIL", + "ZONE_FORET_FERMEE_CONI", + "ZONE_FORET_FERMEE_MIXTE", + "ZONE_PEUPLERAIE" + ], + "paint": { + "fill-color": "#EEF2DB", + "fill-outline-color": "#EEF2DB" + } + }, + { + "id": "ocs - vegetation - forêt ouverte", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "ZONE_FORET_OUVERTE" + ], + "paint": { + "fill-color": "#EEF2DB", + "fill-outline-color": "#EEF2DB" + } + }, + { + "id": "ocs - vegetation - lande ligneuse", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_LANDE_LIGNEUSE"], + "paint": { + "fill-color": "#F0F2E1" + } + }, + { + "id": "ocs - vegetation - vigne", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_VIGNE"], + "paint": { + "fill-color": "#EEF2DB" + } + }, + { + "id": "ocs - vegetation - verger", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_VERGER"], + "paint": { + "fill-color": "#EEF2DB" + } + }, + { + "id": "ocs - vegetation - canne à sucre, bananeraie", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_CANNE_BANANE"], + "paint": { + "fill-color": "#FAEDFA" + } + }, + { + "id": "hydro surfacique - Estran", + "type": "fill", + "source": "plan_ign", + "source-layer": "hydro_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_D_ESTRAN"], + "paint": { + "fill-color": "#E4E7ED", + "fill-outline-color": "#E4E7ED" + } + }, + { + "id": "ocs - vegetation - mangrovre", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_MANGROVE"], + "paint": { + "fill-color": {"stops": [[9, "#85CCCB"], [10, "#90CCCB"]]} + } + }, + { + "id": "ocs - vegetation - marais", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_MARAIS"], + "paint": { + "fill-color": "#d3f4f3" + } + }, + { + "id": "hydro surfacique - marais", + "type": "fill", + "source": "plan_ign", + "source-layer": "hydro_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_MARAIS"], + "paint": { + "fill-pattern": "Marais" + } + }, + { + "id": "ocs - vegetation - marais salant", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_vegetation_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_MARAIS_SALANT"], + "paint": { + "fill-color": "#c3ebf5" + } + }, + { + "id": "ocs - Zone sable sec", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_SABLE_SEC"], + "paint": { + "fill-color": "#fefee2" + } + }, + { + "id": "ocs - Zone sable humide", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "ZONE_SABLE_HUMIDE", + "FOND_CUVETTE_HUMIDE" + ], + "paint": { + "fill-color": "#e2edf7" + } + }, + { + "id": "ocs - Zone graviers galets secs", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","GRAVIERS_GALETS_SEC"], + "paint": { + "fill-color": "#faf0c5" + } + }, + { + "id": "ocs - Zone graviers galets humides", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","GRAVIERS_GALETS_HUM"], + "paint": { + "fill-color": "#d0e8fe" + } + }, + { + "id": "ocs - Zone rocher hydro", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_ROCHER_HYDRO"], + "paint": { + "fill-color": "#cce3f7" + } + }, + { + "id": "ocs - Zone glacier", + "type": "fill", + "source": "plan_ign", + "source-layer": "ocs_nature_sol_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_GLACIER"], + "paint": { + "fill-pattern": "Glacier", + "fill-opacity": {"stops": [[10, 0.5], [12, 0.3]]} + } + }, + { + "id": "zone batie", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_zone_surf", + "minzoom": 7, + "maxzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_BATI"], + "paint": { + "fill-color": "#F2EBD9", + "fill-opacity": {"stops": [[12, 1], [13, 1], [14, 1]]} + } + }, + { + "id": "zone d'activité", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_zone_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","ZONE_INDUS_ACTI"], + "paint": { + "fill-color": "#F2EBD9" + } + }, + { + "id": "hydro surfacique", + "type": "fill", + "source": "plan_ign", + "source-layer": "hydro_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "SURFACE_D_EAU", + "BASSIN", + "ZONE_MARINE" + ], + "paint": { + "fill-color": "#DBE1ED", + "fill-outline-color": "#DBE1ED" + } + }, + { + "id": "hydro surfacique temporaire", + "type": "fill", + "source": "plan_ign", + "source-layer": "hydro_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","SURFACE_D_EAU_TEMP"], + "paint": { + "fill-color": "rgba(230, 233, 237, 0.5)" + } + }, + { + "id": "réseau hydro - cours d'eau souterrain", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "COURS_D_EAU_SOU", + "COURS_D_EAU_MOY_SOU" + ], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 1.5], [17, 6.5]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "réseau hydro - filet interieur - aqueduc souterrain", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_SOU"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 1.4], [16, 3.5], [17, 5.9]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "réseau hydro - carre - aqueduc souterrain", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sou", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_SOU"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 3.5], [16, 8.7], [17, 14.7]] + }, + "line-dasharray": [1,5] + } + }, + { + "id": "Ferre souterrain - voie normale", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1_SOU", + "VF_2_SOU", + "VF_3_SOU", + "VF_4_SOU", + "VF_ELEC_1_SOU", + "VF_ELEC_2_SOU", + "VF_ELEC_3_SOU", + "VF_ELEC_4_SOU", + "VF_FERRO_ROUTIER_SOU" + ], + "paint": { + "line-color": "#BEBEBE", + "line-width": { + "stops": [[10, 0.8], [17, 2.5]] + } + } + }, + { + "id": "Ferre souterrain - trait perpendic épais", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1_SOU", + "VF_2_SOU", + "VF_3_SOU", + "VF_4_SOU", + "VF_ELEC_1_SOU", + "VF_ELEC_2_SOU", + "VF_ELEC_3_SOU", + "VF_ELEC_4_SOU", + "VF_FERRO_ROUTIER_SOU" + ], + "paint": { + "line-color": "#BEBEBE", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre souterrain - voie etroite", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1_SOU", + "VF_ETROITE_2_SOU", + "VF_ETROITE_SOU" + ], + "paint": { + "line-color": "#BEBEBE", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre souterrain - trait perpendic fin", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1_SOU", + "VF_ETROITE_2_SOU", + "VF_ETROITE_SOU" + ], + "paint": { + "line-color": "#BEBEBE", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre souterrain - voie service", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_SERVICE_SOU", + "VF_NON_EXPLOITEE_SOU" + ], + "paint": { + "line-color": "#BEBEBE", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + }, + "line-dasharray": [5,2,1,2] + } + }, + { + "id": "Ferre souterrain - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE_SOU", + "TRANSPORT_URBAIN_SOU" + ], + "paint": { + "line-color": "#BEBEBE", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre souterrain - 2 trait perpendic - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE_SOU", + "TRANSPORT_URBAIN_SOU" + ], + "paint": { + "line-color": "#BEBEBE", + "line-width": { + "stops": [[10, 3.5], [17, 17]] + }, + "line-dasharray": [0.1,0.2,0.1,10] + } + }, + { + "id": "Chemin souterrain - filet exterieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER_SOU"], + "paint": { + "line-color": "#C3C3C3", + "line-width": { + "stops": [[14, 1.75], [15, 3], [16, 4.2], [17, 9.5]] + } + } + }, + { + "id": "Chemin souterrain - filet interieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER_SOU"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 1], [15, 1.9], [16, 2.7], [17, 5.8]] + }, + "line-dasharray": [1,0.2] + } + }, + { + "id": "Chemin souterrain - Rue pietonne", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 14, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","RUE_PIETONNE_SOU"], + "paint": { + "line-color": "#C3C3C3", + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2]] + }, + "line-dasharray": [1,3] + } + }, + { + "id": "Chemin souterrain - sentier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","SENTIER_SOU"], + "paint": { + "line-color": "#C3C3C3", + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2]] + }, + "line-dasharray": [4,3] + } + }, + { + "id": "Chemin souterrain - chemin", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","CHEMIN_SOU"], + "paint": { + "line-color": "#C3C3C3", + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO_SOU"], + "paint": { + "line-color": "#AFAFAF", + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier souterrain - filet extérieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3_SOU", + "BRET_AUTO_PEAGE_2_SOU", + "BRET_AUTO_PEAGE_1_SOU", + "BRET_AUTO_LIBRE_3_SOU", + "BRET_AUTO_LIBRE_2_SOU", + "BRET_AUTO_LIBRE_1_SOU" + ], + "paint": { + "line-color": "rgba(167, 184, 204, 0.5)", + "line-width": { + "stops": [[12, 2.5], [14, 3.7], [15, 6.8], [16, 8.4], [17, 14]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT_SOU"], + "paint": { + "line-color": "#AFAFAF", + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4_SOU", + "NON_CLASSEE_SOU" + ], + "paint": { + "line-color": "#AFAFAF", + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE_SOU", + "LOCALE_4_SOU", + "LOCALE_3_SOU", + "LOCALE_2_SOU", + "LOCALE_1_SOU" + ], + "paint": { + "line-color": "rgba(130, 130, 130, 0.5)", + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 11, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR_SOU"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE_SOU", + "REGIONALE_4_SOU", + "REGIONALE_3_SOU", + "REGIONALE_2_SOU", + "REGIONALE_1_SOU" + ], + "paint": { + "line-color": "rgba(130, 130, 130, 0.5)", + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR_SOU"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 7, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE_SOU", + "PRINCIPALE_4_SOU", + "PRINCIPALE_3_SOU", + "PRINCIPALE_2_SOU", + "PRINCIPALE_1_SOU" + ], + "paint": { + "line-color": "rgba(217, 175, 137, 0.5)", + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR_SOU"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 7, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SOU", + "AUTOROU_LIBRE_SOU" + ], + "paint": { + "line-color": "rgba(167, 184, 204, 0.5)", + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier souterrain - filet extérieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SOU"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO_SOU"], + "paint": { + "line-color": "#DCDCDC", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3_SOU", + "BRET_AUTO_PEAGE_2_SOU", + "BRET_AUTO_PEAGE_1_SOU", + "BRET_AUTO_LIBRE_3_SOU", + "BRET_AUTO_LIBRE_2_SOU", + "BRET_AUTO_LIBRE_1_SOU" + ], + "paint": { + "line-color": "rgba(255, 255, 255, 0.5)", + "line-width": { + "stops": [[12, 1.5], [14, 2.6], [15, 5.2], [16, 6.7], [17, 10.8]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT_SOU"], + "paint": { + "line-color": "#DCDCDC", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4_SOU", + "NON_CLASSEE_SOU" + ], + "paint": { + "line-color": "#DCDCDC", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE_SOU", + "LOCALE_4_SOU", + "LOCALE_3_SOU", + "LOCALE_2_SOU", + "LOCALE_1_SOU" + ], + "paint": { + "line-color": "rgba(255, 255, 255, 0.5)", + "line-width": { + "stops": [[9, 1.3], [14, 2.3], [15, 4.1], [16, 6.1], [17, 13.1]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 11, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR_SOU"], + "paint": { + "line-color": { + "stops": [[12, "#FFFFFF"], [13, "#F6EC8D"], [17, "#F6EC8D"]] + }, + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + }, + "line-dasharray": [2, 2] + } + }, + { + "id": "Routier souterrain - filet interieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE_SOU", + "REGIONALE_4_SOU", + "REGIONALE_3_SOU", + "REGIONALE_2_SOU", + "REGIONALE_1_SOU" + ], + "paint": { + "line-color": "rgba(255, 255, 255, 0.5)", + "line-width": { + "stops": [[6, 1.4], [9, 1.5], [14, 3.2], [15, 5.8], [16, 8.3], [17, 16.2]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR_SOU"], + "paint": { + "line-color": { + "stops": [[9, "#FFFFFF"], [10, "#F6EC8D"], [17, "#F6EC8D"]] + }, + "line-width": { + "stops": [[4, 0.4], [6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier souterrain - filet interieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE_SOU", + "PRINCIPALE_4_SOU", + "PRINCIPALE_3_SOU", + "PRINCIPALE_2_SOU", + "PRINCIPALE_1_SOU" + ], + "paint": { + "line-color": "rgba(255, 255, 255, 0.5)", + "line-width": { + "stops": [[4, 0.5], [6, 1.8], [9, 2.1], [14, 4.4], [15, 7.3], [16, 10], [17, 18.5]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR_SOU"], + "paint": { + "line-color": {"stops": [[9, "#F2AD74"], [17, "#F2AD74"]]}, + "line-width": { + "stops": [[4, 0.5], [6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier souterrain - filet interieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SOU", + "AUTOROU_LIBRE_SOU" + ], + "paint": { + "line-color": "rgba(255, 255, 255, 0.5)", + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 2.7], [14, 5.8], [15, 9], [16, 12], [17, 20.8]] + } + } + }, + { + "id": "Routier souterrain - axe central - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SOU", + "AUTOROU_LIBRE_SOU" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "Routier souterrain - filet interieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SOU"], + "paint": { + "line-color": {"stops": [[9, "#ABCBF1"], [17, "#ABCBF1"]]}, + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier souterrain - axe central - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sou", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SOU"], + "paint": { + "line-color": "#808080", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "réseau hydro - cours d'eau temporaire", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo","COURS_D_EAU_TEMP","COURS_D_EAU_TEMP_MOY"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 1.5], [17, 4]] + }, + "line-dasharray": [6,2] + } + }, + { + "id": "réseau hydro - cours d'eau", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "minzoom": 3, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","COURS_D_EAU"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[4, 0.3], [7, 1.5], [12, 1.5], [17, 6.5]] + } + } + }, + { + "id": "réseau hydro - canal", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","CANAL"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 1.4], [17, 5.9]] + } + } + }, + { + "id": "réseau hydro - filet interieur - aqueduc", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_AU_SOL"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 1.4], [16, 3.5], [17, 5.9]] + } + } + }, + { + "id": "réseau hydro - carre - aqueduc", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_AU_SOL"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 3.5], [16, 8.7], [17, 14.7]] + }, + "line-dasharray": [1,5] + } + }, + { + "id": "réseau hydro - cours d'eau moyen ", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","COURS_D_EAU_MOY"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[7, 2], [12, 2.5]] + } + } + }, + { + "id": "réseau hydro - cours d'eau large ", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","COURS_D_EAU_LAR"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[7, 3], [11, 5]] + } + } + }, + { + "id": "parcellaire - parcelle surface", + "type": "fill", + "source": "plan_ign", + "source-layer": "parcellaire_parcelle", + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","PARCELLE"], + "paint": { + "fill-color": "#FFFFD1", + "fill-opacity": 0.7 + } + }, + { + "id": "cimetiere surfacique 1", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "CIMETIERE_SURF", + "CIMETIERE_MILI_SURF", + "NECROPOLE_NATIONALE" + ], + "paint": { + "fill-color": "#E6E6E6", + "fill-opacity": 0.5, + "fill-outline-color": "#818181" + } + }, + { + "id": "bati surfacique mairie - Zoom 15,16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "MAIRIE", + "MAIRIE_ANNEXE" + ], + "paint": { + "fill-color": {"stops": [[14, "#F6E2D0"], [15, "#F6E2D0"]]}, + "fill-outline-color": "#FFE2D0" + } + }, + { + "id": "bati surfacique fonctionnel industriel ou commercial - Zoom 16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "BATI_COMMERCIAL", + "BATI_INDUSTRIEL", + "HANGAR", + "HANGAR_COMMERCIAL", + "HANGAR_INDUSTRIEL" + ], + "paint": { + "fill-color": { + "stops": [[15, "#E2E2E2"], [16, "#E2E2E2"]] + }, + "fill-outline-color": "#DCDCDC" + } + }, + { + "id": "bati surfacique fonctionnel public - Zoom 16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "BATI_PUBLIC", + "HANGAR_PUBLIC" + ], + "paint": { + "fill-color": { + "stops": [[15, "#E7E2CE"], [16, "#E7E2CE"]] + }, + "fill-outline-color": "#E7DEBC" + } + }, + { + "id": "bati surfacique fonctionnel sportif - bordure", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","BATI_SPORTIF"], + "paint": { + "line-color": "#E7DEBC", + "line-width": 4 + } + }, + { + "id": "bati surfacique fonctionnel sportif", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BATI_SPORTIF"], + "paint": { + "fill-color": { + "stops": [[14, "#E7E2CE"], [15, "#E7E2CE"]] + } + } + }, + { + "id": "bati surfacique fonctionnel gare - Zoom 16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BATI_GARE"], + "paint": { + "fill-color": { + "stops": [[15, "#E2E2E2"], [16, "#E2E2E2"]] + }, + "fill-outline-color": "#DCDCDC" + } + }, + { + "id": "bati surfacique quelconque - Zoom 16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BATI_QQUE"], + "paint": { + "fill-color": { + "stops": [[15, "#E7E2CE"], [16, "#E7E2CE"]] + }, + "fill-outline-color": "#E7DEBC" + } + }, + { + "id": "bati infra surfacique - Silo", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","SILO_SURF"], + "paint": { + "fill-color": "#E2E2E2", + "fill-outline-color": "#DCDCDC" + } + }, + { + "id": "bati infra surfacique - Serre", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo","SERRE_SURF"], + "paint": { + "fill-color": "#E2E2E2", + "fill-outline-color": "#DCDCDC" + } + }, + { + "id": "bati religieux surfacique - Zoom 15,16,17,18", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "CHAPELLE_SURF", + "EGLISE_SURF", + "CHRETIEN_SURF", + "SYNAGOGUE_SURF", + "MOSQUEE_SURF", + "AUTRE_CULTE_SURF", + "RELIGIEUX_QQUE" + ], + "paint": { + "fill-color": {"stops": [[14, "#E7E2CE"], [15, "#E7E2CE"]]}, + "fill-outline-color": {"stops": [[14, "#E7DEBC"], [15, "#E7DEBC"]]} + } + }, + { + "id": "bati remarquable surfacique", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "FORTIF_SURF", + "CHATEAU_SURF", + "TOUR_MOULIN_SURF", + "ARENE_THEATRE", + "ARC_TRIOMPHE_SURF", + "MONUMENT_SURF" + ], + "paint": { + "fill-color": "#E7E2CE", + "fill-outline-color": "#E7DEBC" + } + }, + { + "id": "bati transport surfacique - piste", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "PISTE_DUR", + "PISTE_HERBE" + ], + "paint": { + "fill-color": "#E2E2E2", + "fill-outline-color": "#DCDCDC" + } + }, + { + "id": "construction hydrographique linéaire - Quai", + "type": "line", + "source": "plan_ign", + "source-layer": "bati_lin", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "QUAI", + "DIGUE" + ], + "paint": { + "line-color": "#A0A0A0", + "line-width": {"stops": [[14, 1], [17, 2.5]]} + } + }, + { + "id": "Chemin a niveau - filet exterieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER"], + "paint": { + "line-color": {"stops": [[17, "#C3C3C3"], [18, "#C8C8C8"]]}, + "line-width": { + "stops": [[14, 1.75], [15, 3], [16, 4.2], [17, 9.5]] + } + } + }, + { + "id": "Chemin a niveau - filet interieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 1], [15, 1.9], [16, 2.7], [17, 5.8]] + }, + "line-dasharray": [1,0.2] + } + }, + { + "id": "Chemin a niveau - Rue pietonne", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","RUE_PIETONNE"], + "paint": { + "line-color": {"stops": [[17, "#C3C3C3"], [18, "#F8E5D5"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 5]] + }, + "line-dasharray": [1,3] + } + }, + { + "id": "Chemin a niveau - sentier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","SENTIER"], + "paint": { + "line-color": {"stops": [[17, "#C3C3C3"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 6]] + }, + "line-dasharray": [4,3] + } + }, + { + "id": "Chemin a niveau - chemin", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","CHEMIN"], + "paint": { + "line-color": {"stops": [[17, "#C3C3C3"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 7]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO"], + "paint": { + "line-color": {"stops": [[12, "#C3C3C3"], [17, "#C3C3C3"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier a niveau - filet interieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5], [18, 16.8]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3", + "BRET_AUTO_PEAGE_2", + "BRET_AUTO_PEAGE_1", + "BRET_AUTO_LIBRE_3", + "BRET_AUTO_LIBRE_2", + "BRET_AUTO_LIBRE_1" + ], + "paint": { + "line-color": {"stops": [[9, "#A7B8CC"], [17, "#A7B8CC"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[12, 2.5], [14, 3.7], [15, 6.8], [16, 8.4], [17, 14]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT"], + "paint": { + "line-color": {"stops": [[17, "#969696"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4", + "NON_CLASSEE" + ], + "paint": { + "line-color": {"stops": [[17, "#969696"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 7, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE", + "LOCALE_4", + "LOCALE_3", + "LOCALE_2", + "LOCALE_1" + ], + "paint": { + "line-color": { + "stops": [[12, "#8C8C8C"], [13, "#B4B4B4"], [17, "#B4B4B4"], [18, "#FFFFFF"]] + }, + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 11, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE", + "REGIONALE_4", + "REGIONALE_3", + "REGIONALE_2", + "REGIONALE_1" + ], + "paint": { + "line-color": { + "stops": [[9, "#828282"], [10, "#B4B4B4"], [17, "#B4B4B4"], [18, "#FFFFFF"]] + }, + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE", + "PRINCIPALE_4", + "PRINCIPALE_3", + "PRINCIPALE_2", + "PRINCIPALE_1" + ], + "paint": { + "line-color": {"stops": [[17, "#D9AF89"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE", + "AUTOROU_LIBRE" + ], + "paint": { + "line-color": {"stops": [[9, "#A7B8CC"], [17, "#A7B8CC"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier a niveau - filet extérieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 8, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3", + "BRET_AUTO_PEAGE_2", + "BRET_AUTO_PEAGE_1", + "BRET_AUTO_LIBRE_3", + "BRET_AUTO_LIBRE_2", + "BRET_AUTO_LIBRE_1" + ], + "paint": { + "line-color": {"stops": [[9, "#95B6E1"], [17, "#95B6E1"]]}, + "line-width": { + "stops": [[12, 1.5], [14, 2.6], [15, 5.2], [16, 6.7], [17, 10.8]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4", + "NON_CLASSEE" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE", + "LOCALE_4", + "LOCALE_3", + "LOCALE_2", + "LOCALE_1" + ], + "paint": { + "line-color": { + "stops": [[6, "#F2B361"],[7, "#FFFFFF"], [12, "#FFFFFF"], [13, "#F6EC8D"], [17, "#F6EC8D"]] + }, + "line-width": { + "stops": [[9, 1.3], [14, 2.3], [15, 4.1], [16, 6.1], [17, 13.1]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 11, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR"], + "paint": { + "line-color": { + "stops": [[12, "#FFFFFF"], [13, "#F6EC8D"], [17, "#F6EC8D"], [18, "#EDEDED"]] + }, + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + }, + "line-dasharray": [2, 2] + } + }, + { + "id": "Routier a niveau - filet interieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE", + "REGIONALE_4", + "REGIONALE_3", + "REGIONALE_2", + "REGIONALE_1" + ], + "paint": { + "line-color": { + "stops": [[6, "#F2A949"], [7, "#FFFFFF"], [9, "#FFFFFF"], [10, "#F6EC8D"], [17, "#F6EC8D"]] + }, + "line-width": { + "stops": [[4, 1.1], [6, 1.4], [9, 1.5], [14, 3.2], [15, 5.8], [16, 8.3], [17, 16.2]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR"], + "paint": { + "line-color": { + "stops": [[9, "#FFFFFF"], [10, "#F6EC8D"], [17, "#F6EC8D"], [18, "#EDEDED"]] + }, + "line-width": { + "stops": [[4, 0.4], [6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier a niveau - filet interieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE", + "PRINCIPALE_4", + "PRINCIPALE_3", + "PRINCIPALE_2", + "PRINCIPALE_1" + ], + "paint": { + "line-color": {"stops": [[6, "#F29924"], [7, "#F2AD74"], [9, "#F2AD74"], [17, "#F2AD74"]]}, + "line-width": { + "stops": [[4, 0.6], [6, 1.8], [9, 2.1], [14, 4.4], [15, 7.3], [16, 10], [17, 18.5]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 10, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR"], + "paint": { + "line-color": {"stops": [[9, "#F2AD74"], [17, "#F2AD74"], [18, "#EDEDED"]]}, + "line-width": { + "stops": [[4, 0.5], [6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier a niveau - filet interieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE", + "AUTOROU_LIBRE" + ], + "paint": { + "line-color": {"stops": [[9, "#95B6E1"], [17, "#95B6E1"]]}, + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 2.7], [14, 5.8], [15, 9], [16, 12], [17, 20.8]] + } + } + }, + { + "id": "Routier a niveau - axe central - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE", + "AUTOROU_LIBRE" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "Routier a niveau - filet interieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR"], + "paint": { + "line-color": {"stops": [[9, "#95B6E1"], [17, "#95B6E1"], [18, "#EDEDED"]]}, + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier a niveau - axe centrale - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR"], + "paint": { + "line-color": "#808080", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "Ferre a niveau - voie normale", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1", + "VF_2", + "VF_3", + "VF_4", + "VF_ELEC_1", + "VF_ELEC_2", + "VF_ELEC_3", + "VF_ELEC_4" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 0.8], [17, 2.5]] + } + } + }, + { + "id": "Ferre a niveau - voie normale trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1", + "VF_2", + "VF_3", + "VF_4", + "VF_ELEC_1", + "VF_ELEC_2", + "VF_ELEC_3", + "VF_ELEC_4" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre a niveau - voie etroite", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1", + "VF_ETROITE_2", + "VF_ETROITE" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre a niveau - voie etroite trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1", + "VF_ETROITE_2", + "VF_ETROITE" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre a niveau - voie service", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_SERVICE", + "VF_NON_EXPLOITEE" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + }, + "line-dasharray": [5,2,1,2] + } + }, + { + "id": "Ferre a niveau - voie en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","VF_EN_CONSTR"], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Ferre a niveau - voie en construction trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","VF_EN_CONSTR"], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre a niveau - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE", + "TRANSPORT_URBAIN" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre a niveau - 2 trait perpendic - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE", + "TRANSPORT_URBAIN" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 3.5], [17, 17]] + }, + "line-dasharray": [0.1,0.2,0.1,10] + } + }, + { + "id": "liaison routiere - Gue route", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_liaison", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","GUE_ROUTE"], + "paint": { + "line-color": { + "stops": [[13, "#BEBEBE"], [17, "#646464"], [18, "#FFFFFF"]] + }, + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "liaison routiere - Gue chemin", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_liaison", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","GUE_CHEMIN"], + "paint": { + "line-color": { + "stops": [[13, "#BEBEBE"], [17, "#646464"]] + }, + "line-width": { + "stops": [[14, 1.6], [15, 2.9], [16, 4.4], [17, 6.5]] + } + } + }, + { + "id": "liaison routiere - filet extérieur - Pont passerelle", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_liaison", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "PONT_PASSERELLE", + "PONT_LIN", + "PONT_MOBILE_LIN" + ], + "paint": { + "line-color": {"stops": [[17, "#C8C8C8"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 2.2], [15, 3.8], [16, 5.4], [17, 11.8]] + } + } + }, + { + "id": "liaison routiere - filet intérieur - Pont passerelle", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_liaison", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "PONT_PASSERELLE", + "PONT_LIN", + "PONT_MOBILE_LIN" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 0.7], [15, 1.1], [16, 1.7], [17, 3.8]] + } + } + }, + { + "id": "Routier surfacique", + "type": "fill", + "source": "plan_ign", + "source-layer": "routier_surf", + "layout": { + "visibility": "visible" + }, + "filter": ["in","symbo", + "SURF_ROUT_PRINC", + "SURF_ROUT_REG", + "SURF_ROUT_LOC", + "SURF_ROUT_NON_CLA"], + "paint": { + "fill-color": "#FFFFFF", + "fill-outline-color": "#000000" + } + }, + { + "id": "bati transport surfacique - bati peage", + "type": "fill", + "source": "plan_ign", + "source-layer": "bati_surf", + "minzoom": 15, + "layout": { + "visibility": "visible" + }, + "filter": ["==","symbo","BATI_PEAGE"], + "paint": { + "fill-color": "#E2E2E2", + "fill-outline-color": "#DCDCDC" + } + }, + { + "id": "réseau hydro - cours d'eau superieur", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sup", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "COURS_D_EAU_SUP", + "COURS_D_EAU_MOY_SUP" + ], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 1.5], [17, 6.5]] + } + } + }, + { + "id": "réseau hydro - canal superieur", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sup", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","CANAL_SUP"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 1.4], [17, 5.9]] + } + } + }, + { + "id": "réseau hydro - filet interieur - aqueduc superieur", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sup", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_SUP"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 1.4], [16, 3.5], [17, 5.9]] + } + } + }, + { + "id": "réseau hydro - carre - aqueduc superieur", + "type": "line", + "source": "plan_ign", + "source-layer": "hydro_reseau_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AQUEDUC_SUP"], + "paint": { + "line-color": "#DBE1ED", + "line-width": { + "stops": [[12, 3.5], [16, 8.7], [17, 14.7]] + }, + "line-dasharray": [1,5] + } + }, + { + "id": "Chemin superieur - filet exterieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER_SUP"], + "paint": { + "line-color": {"stops": [[17, "#C3C3C3"], [18, "#C8C8C8"]]}, + "line-width": { + "stops": [[14, 1.75], [15, 3], [16, 4.2], [17, 9.5]] + } + } + }, + { + "id": "Chemin superieur - filet interieur - escalier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","ESCALIER_SUP"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 1], [15, 1.9], [16, 2.7], [17, 5.8]] + }, + "line-dasharray": [1,0.2] + } + }, + { + "id": "Chemin superieur - Rue pietonne", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","RUE_PIETONNE_SUP"], + "paint": { + "line-color": {"stops": [[17, "#C3C3C3"], [18, "#EBEBEB"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 5]] + }, + "line-dasharray": [1,3] + } + }, + { + "id": "Chemin superieur - sentier", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","SENTIER_SUP"], + "paint": { + "line-color": {"stops": [[17, "#C3C3C3"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 6]] + }, + "line-dasharray": [4,3] + } + }, + { + "id": "Chemin superieur - chemin", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_chemin_sup", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","CHEMIN_SUP"], + "paint": { + "line-color": {"stops": [[17, "#C3C3C3"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 1], [15, 1.2], [16, 1.4], [17, 2], [18, 7]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO_SUP"], + "paint": { + "line-color": {"stops": [[12, "#C3C3C3"], [17, "#C3C3C3"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier superieur - filet extérieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3_SUP", + "BRET_AUTO_PEAGE_2_SUP", + "BRET_AUTO_PEAGE_1_SUP", + "BRET_AUTO_LIBRE_3_SUP", + "BRET_AUTO_LIBRE_2_SUP", + "BRET_AUTO_LIBRE_1_SUP" + ], + "paint": { + "line-color": {"stops": [[9, "#A7B8CC"], [17, "#A7B8CC"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[12, 2.5], [14, 3.7], [15, 6.8], [16, 8.4], [17, 14]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT_SUP"], + "paint": { + "line-color": {"stops": [[17, "#969696"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4_SUP", + "NON_CLASSEE_SUP" + ], + "paint": { + "line-color": {"stops": [[17, "#969696"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[14, 3.2], [15, 5.4], [16, 7.7], [17, 16.8]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE_SUP", + "LOCALE_4_SUP", + "LOCALE_3_SUP", + "LOCALE_2_SUP", + "LOCALE_1_SUP" + ], + "paint": { + "line-color": { + "stops": [[12, "#8C8C8C"], [13, "#B4B4B4"], [17, "#B4B4B4"], [18, "#FFFFFF"]] + }, + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 11, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR_SUP"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE_SUP", + "REGIONALE_4_SUP", + "REGIONALE_3_SUP", + "REGIONALE_2_SUP", + "REGIONALE_1_SUP" + ], + "paint": { + "line-color": { + "stops": [[9, "#828282"], [10, "#B4B4B4"], [17, "#B4B4B4"], [18, "#FFFFFF"]] + }, + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR_SUP"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE_SUP", + "PRINCIPALE_4_SUP", + "PRINCIPALE_3_SUP", + "PRINCIPALE_2_SUP", + "PRINCIPALE_1_SUP" + ], + "paint": { + "line-color": {"stops": [[17, "#D9AF89"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR_SUP"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 8, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SUP", + "AUTOROU_LIBRE_SUP" + ], + "paint": { + "line-color": {"stops": [[9, "#A7B8CC"], [17, "#A7B8CC"], [18, "#FFFFFF"]]}, + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier superieur - filet extérieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SUP"], + "paint": { + "line-color": "#C8C8C8", + "line-width": { + "stops": [[6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route non revetu carrosable", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","NON_REVETUE_CARRO_SUP"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5], [18, 16.8]] + } + } + }, + { + "id": "Routier superieur - filet interieur - bretelle autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_AUTO_PEAGE_3_SUP", + "BRET_AUTO_PEAGE_2_SUP", + "BRET_AUTO_PEAGE_1_SUP", + "BRET_AUTO_LIBRE_3_SUP", + "BRET_AUTO_LIBRE_2_SUP", + "BRET_AUTO_LIBRE_1_SUP" + ], + "paint": { + "line-color": {"stops": [[9, "#95B6E1"], [17, "#95B6E1"]]}, + "line-width": { + "stops": [[12, 1.5], [14, 2.6], [15, 5.2], [16, 6.7], [17, 10.8]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route non classee restreint", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","NON_CLASSEE_RESTREINT_SUP"], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route non classee", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "NON_CLASSEE_4_SUP", + "NON_CLASSEE_SUP" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[14, 2.3], [15, 4.1], [16, 6.3], [17, 13.5]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route locale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_LOCALE_SUP", + "LOCALE_4_SUP", + "LOCALE_3_SUP", + "LOCALE_2_SUP", + "LOCALE_1_SUP" + ], + "paint": { + "line-color": { + "stops": [[12, "#FFFFFF"], [13, "#F6EC8D"], [17, "#F6EC8D"]] + }, + "line-width": { + "stops": [[9, 1.3], [14, 2.3], [15, 4.1], [16, 6.1], [17, 13.1]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route locale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 11, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LOCALE_CONSTR_SUP"], + "paint": { + "line-color": { + "stops": [[12, "#FFFFFF"], [13, "#F6EC8D"], [17, "#F6EC8D"]] + }, + "line-width": { + "stops": [[9, 2], [14, 3.5], [15, 6], [16, 8.4], [17, 18.3]] + }, + "line-dasharray": [2, 2] + } + }, + { + "id": "Routier superieur - filet interieur - route regionale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_REGIONALE_SUP", + "REGIONALE_4_SUP", + "REGIONALE_3_SUP", + "REGIONALE_2_SUP", + "REGIONALE_1_SUP" + ], + "paint": { + "line-color": { + "stops": [[9, "#FFFFFF"], [10, "#F6EC8D"], [17, "#F6EC8D"]] + }, + "line-width": { + "stops": [[6, 1.4], [9, 1.5], [14, 3.2], [15, 5.8], [16, 8.3], [17, 16.2]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route regionale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","REGIONALE_CONSTR_SUP"], + "paint": { + "line-color": { + "stops": [[9, "#FFFFFF"], [10, "#F6EC8D"], [17, "#F6EC8D"]] + }, + "line-width": { + "stops": [[6, 1.5], [9, 2.3], [14, 5], [15, 8.1], [16, 11.2], [17, 22]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier superieur - filet interieur - route principale", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "BRET_PRINCIPALE_SUP", + "PRINCIPALE_4_SUP", + "PRINCIPALE_3_SUP", + "PRINCIPALE_2_SUP", + "PRINCIPALE_1_SUP" + ], + "paint": { + "line-color": {"stops": [[9, "#F2AD74"], [17, "#F2AD74"]]}, + "line-width": { + "stops": [[4, 0.5], [6, 1.8], [9, 2.1], [14, 4.4], [15, 7.3], [16, 10], [17, 18.5]] + } + } + }, + { + "id": "Routier superieur - filet interieur - route principale en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","PRINCIPALE_CONSTR_SUP"], + "paint": { + "line-color": {"stops": [[9, "#F2AD74"], [17, "#F2AD74"]]}, + "line-width": { + "stops": [[6, 1.8], [9, 2.7], [14, 5.9], [15, 9], [16, 12.2], [17, 22.5]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier superieur - filet interieur - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SUP", + "AUTOROU_LIBRE_SUP" + ], + "paint": { + "line-color": {"stops": [[9, "#95B6E1"], [17, "#95B6E1"]]}, + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 2.7], [14, 5.8], [15, 9], [16, 12], [17, 20.8]] + } + } + }, + { + "id": "Routier superieur - axe central - autoroute", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "AUTOROU_PEAGE_SUP", + "AUTOROU_LIBRE_SUP" + ], + "paint": { + "line-color": "#FFFFFF", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "Routier superieur - filet interieur - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 10, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SUP"], + "paint": { + "line-color": {"stops": [[9, "#95B6E1"], [17, "#95B6E1"]]}, + "line-width": { + "stops": [[4, 0.7], [6, 2.5], [9, 3.5], [14, 7.5], [15, 11], [16, 15], [17, 26]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Routier superieur - axe centrale - autoroute en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "routier_route_sup", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","AUTOROU_CONSTR_SUP"], + "paint": { + "line-color": "#808080", + "line-width": { + "stops": [[9, 0.6], [14, 0.7], [15, 1], [16, 1.2], [17, 2.1]] + } + } + }, + { + "id": "Ferre superieur - voie normale", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1_SUP", + "VF_2_SUP", + "VF_3_SUP", + "VF_4_SUP", + "VF_ELEC_1_SUP", + "VF_ELEC_2_SUP", + "VF_ELEC_3_SUP", + "VF_ELEC_4_SUP" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 0.8], [17, 2.5]] + } + } + }, + { + "id": "Ferre superieur - voie normale trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_1_SUP", + "VF_2_SUP", + "VF_3_SUP", + "VF_4_SUP", + "VF_ELEC_1_SUP", + "VF_ELEC_2_SUP", + "VF_ELEC_3_SUP", + "VF_ELEC_4_SUP" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre superieur - voie etroite", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1_SUP", + "VF_ETROITE_2_SUP", + "VF_ETROITE_SUP" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre superieur - voie etroite trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 12, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_ETROITE_1_SUP", + "VF_ETROITE_2_SUP", + "VF_ETROITE_SUP" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre superieur - voie service", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 14, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "VF_SERVICE_SUP", + "VF_NON_EXPLOITEE_SUP" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + }, + "line-dasharray": [5,2,1,2] + } + }, + { + "id": "Ferre superieur - voie en construction", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","VF_EN_CONSTR_SUP"], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + }, + "line-dasharray": [2,2] + } + }, + { + "id": "Ferre superieur - voie en construction trait perpendic", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "minzoom": 12, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","VF_EN_CONSTR_SUP"], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 3.5], [17, 14.7]] + }, + "line-dasharray": [0.1,10] + } + }, + { + "id": "Ferre superieur - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE_SUP", + "TRANSPORT_URBAIN_SUP" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 0.3], [17, 1.8]] + } + } + }, + { + "id": "Ferre superieur - 2 trait perpendic - funic/urbain", + "type": "line", + "source": "plan_ign", + "source-layer": "ferre_sup", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "FUNI_CREMAILLERE_SUP", + "TRANSPORT_URBAIN_SUP" + ], + "paint": { + "line-color": "#8C8C8C", + "line-width": { + "stops": [[10, 3.5], [17, 17]] + }, + "line-dasharray": [0.1,0.2,0.1,10] + } + }, + { + "id": "parcellaire - parcelle bordure", + "type": "line", + "source": "plan_ign", + "source-layer": "parcellaire_parcelle", + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["==","symbo","PARCELLE"], + "paint": { + "line-color": "#9933FF", + "line-width": 1 + } + }, + { + "id": "parcellaire - section", + "type": "line", + "source": "plan_ign", + "source-layer": "parcellaire_section", + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","SECTION"], + "paint": { + "line-color": "#287B00", + "line-width": 1.9, + "line-dasharray": [2,4,2] + } + }, + { + "id": "toponyme - parcellaire - section", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_parcellaire_section", + "filter": ["==","txt_typo","SECTION"], + "layout": { + "symbol-placement": "line", + "text-offset": [0, 0], + "text-field": "{texte}", + "text-size": 15, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#287B00" + } + }, + { + "id": "toponyme - parcellaire - parcelle", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_parcellaire_parcelle", + "filter": ["==","txt_typo","PARCELLE"], + "layout": { + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Bold"] + }, + "paint": { + "text-color": "#9933FF", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - parcellaire - adresse", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_parcellaire_adresse_ponc", + "filter": ["==","txt_typo","ADRESSE"], + "layout": { + "symbol-placement": "point", + "text-field": ["concat","{numero}","{indice_de_repetition}"], + "text-size": 11, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Bold"] + }, + "paint": { + "text-color": "#695744", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "limite admin - limite de commune", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_COMMUNE", + "LIM_CANTON", + "LIM_ARRONDISSEMENT" + ], + "paint": { + "line-color": "rgba(167, 167, 167, 0.5)", + "line-width": { + "stops": [[13, 3], [17, 5.5]] + }, + "line-dasharray": [4, 2, 1, 1, 1, 1, 1, 2] + } + }, + { + "id": "limite admin - limite de département bandeau", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 8, + "maxzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LIM_DEPARTEMENT"], + "paint": { + "line-color": "rgba(186, 186, 186, 0.4)", + "line-width": { + "stops": [[9, 4.1], [12, 6]] + } + } + }, + { + "id": "limite admin - limite de département tiret", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LIM_DEPARTEMENT"], + "paint": { + "line-color": "rgba(167, 167, 167, 0.5)", + "line-width": { + "stops": [[13, 3], [17, 5.5]] + }, + "line-dasharray": [4, 2, 1, 1, 1, 2] + } + }, + { + "id": "limite admin - limite de région bandeau", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 7, + "maxzoom": 13, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LIM_REGION"], + "paint": { + "line-color": "rgba(186, 186, 186, 0.5)", + "line-width": { + "stops": [[9, 4.5], [12, 6.7]] + } + } + }, + { + "id": "limite admin - limite de région tiret", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 13, + "maxzoom": 18, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["==","symbo","LIM_REGION"], + "paint": { + "line-color": "rgba(167, 167, 167, 0.5)", + "line-width": { + "stops": [[13, 3], [17, 5.5]] + }, + "line-dasharray": [4, 2, 1, 2] + } + }, + { + "id": "limite etat 1", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 2, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_ETAT", + "LIM_ETAT_ETRANGER" + ], + "paint": { + "line-color": "rgba(186, 186, 186, 0.6)", + "line-width": { + "stops": [[2, 2], [3, 3.5], [9, 5], [14, 13], [15, 20], [16, 24], [17, 42]] + } + } + }, + { + "id": "limite etat 2", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 7, + "layout": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" + }, + "filter": ["in","symbo", + "LIM_ETAT", + "LIM_ETAT_ETRANGER" + ], + "paint": { + "line-color": "#B3B3B3", + "line-width": { + "stops": [[9, 1.5], [14, 3.5], [15, 5.5], [16, 6.5], [17, 11]] + }, + "line-dasharray": [4, 2] + } + }, + { + "id": "limite cote", + "type": "line", + "source": "plan_ign", + "source-layer": "limite_lin", + "minzoom": 7, + "maxzoom":10, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "filter": ["in","symbo","LIM_COTE"], + "paint": { + "line-color": "#C4C9CF", + "line-width": 1 + } + }, + { + "id": "toponyme - bornes postales haute - chemins", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "CHEMIN", + "CHEMIN_SOU", + "CHEMIN_SUP", + "PISTE_CYCLABLE", + "PISTE_CYCLABLE_SOU", + "PISTE_CYCLABLE_SUP", + "RUE_PIETONNE", + "RUE_PIETONNE_SOU", + "RUE_PIETONNE_SUP", + "SENTIER", + "SENTIER_SOU", + "SENTIER_SUP", + "ESCALIER", + "ESCALIER_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sur}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + -1 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#79654F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales haute - non revetue, non classee", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "NON_CLASSEE", + "NON_CLASSEE_4", + "NON_CLASSEE_4_SUP", + "NON_CLASSEE_RESTREINT", + "NON_CLASSEE_RESTREINT_SUP", + "NON_CLASSEE_SOU", + "NON_CLASSEE_SUP", + "NON_REVETUE_CARRO", + "NON_REVETUE_CARRO_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sur}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + -1.3 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#79654F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales haute - locales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "LOCALE_1", + "LOCALE_1_SOU", + "LOCALE_1_SUP", + "LOCALE_2", + "LOCALE_2_SOU", + "LOCALE_2_SUP", + "LOCALE_3", + "LOCALE_3_SOU", + "LOCALE_3_SUP", + "LOCALE_4", + "LOCALE_4_SOU", + "LOCALE_4_SUP", + "LOCALE_CONSTR", + "LOCALE_CONSTR_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sur}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + -1.4 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#79654F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales haute - regionales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "REGIONALE_1", + "REGIONALE_1_SOU", + "REGIONALE_1_SUP", + "REGIONALE_2", + "REGIONALE_2_SOU", + "REGIONALE_2_SUP", + "REGIONALE_3", + "REGIONALE_3_SOU", + "REGIONALE_3_SUP", + "REGIONALE_4", + "REGIONALE_4_SUP", + "REGIONALE_CONSTR"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sur}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + -1.5 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#79654F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales haute - principales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "PRINCIPALE_1", + "PRINCIPALE_1_SOU", + "PRINCIPALE_1_SUP", + "PRINCIPALE_2", + "PRINCIPALE_2_SOU", + "PRINCIPALE_2_SUP", + "PRINCIPALE_3", + "PRINCIPALE_3_SOU", + "PRINCIPALE_3_SUP", + "PRINCIPALE_4", + "PRINCIPALE_4_SOU", + "PRINCIPALE_4_SUP", + "PRINCIPALE_CONSTR"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sur}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + -1.6 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#79654F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales bas - chemins", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "CHEMIN", + "CHEMIN_SOU", + "CHEMIN_SUP", + "PISTE_CYCLABLE", + "PISTE_CYCLABLE_SOU", + "PISTE_CYCLABLE_SUP", + "RUE_PIETONNE", + "RUE_PIETONNE_SOU", + "RUE_PIETONNE_SUP", + "SENTIER", + "SENTIER_SOU", + "SENTIER_SUP", + "ESCALIER", + "ESCALIER_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sous}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + 1 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#79654F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales bas - non revetue, non classee", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "NON_CLASSEE", + "NON_CLASSEE_4", + "NON_CLASSEE_4_SUP", + "NON_CLASSEE_RESTREINT", + "NON_CLASSEE_RESTREINT_SUP", + "NON_CLASSEE_SOU", + "NON_CLASSEE_SUP", + "NON_REVETUE_CARRO", + "NON_REVETUE_CARRO_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sous}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + 1.3 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#79654F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales bas - locales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "LOCALE_1", + "LOCALE_1_SOU", + "LOCALE_1_SUP", + "LOCALE_2", + "LOCALE_2_SOU", + "LOCALE_2_SUP", + "LOCALE_3", + "LOCALE_3_SOU", + "LOCALE_3_SUP", + "LOCALE_4", + "LOCALE_4_SOU", + "LOCALE_4_SUP", + "LOCALE_CONSTR", + "LOCALE_CONSTR_SUP"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sous}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + 1.4 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#79654F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales bas - regionales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "REGIONALE_1", + "REGIONALE_1_SOU", + "REGIONALE_1_SUP", + "REGIONALE_2", + "REGIONALE_2_SOU", + "REGIONALE_2_SUP", + "REGIONALE_3", + "REGIONALE_3_SOU", + "REGIONALE_3_SUP", + "REGIONALE_4", + "REGIONALE_4_SUP", + "REGIONALE_CONSTR"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sous}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + 1.5 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#79654F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme - bornes postales bas - principales", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_borne", + "minzoom": 17, + "maxzoom": 18, + "filter": ["in","symbo", + "PRINCIPALE_1", + "PRINCIPALE_1_SOU", + "PRINCIPALE_1_SUP", + "PRINCIPALE_2", + "PRINCIPALE_2_SOU", + "PRINCIPALE_2_SUP", + "PRINCIPALE_3", + "PRINCIPALE_3_SOU", + "PRINCIPALE_3_SUP", + "PRINCIPALE_4", + "PRINCIPALE_4_SOU", + "PRINCIPALE_4_SUP", + "PRINCIPALE_CONSTR"], + "layout": { + "symbol-placement": "line", + "text-field": "{borne_sous}", + "text-size": 11, + "text-anchor": "center", + "text-allow-overlap": true, + "text-offset": [ + 0, + 1.6 + ], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#79654F", + "text-halo-width": 1, + "text-halo-color": "#FFFFFF" + } + }, + { + "id": "toponyme ferre lineaire", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ferre_lin", + "minzoom":12, + "filter": ["in","txt_typo", + "FER_NOM", + "FER_OUVRAGE" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 10, + "text-anchor": "center", + "text-offset": [0,-1], + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-width": 1, + "text-halo-color": "rgba(255, 255, 255, 1)" + } + }, + { + "id": "toponyme religieux zoom 15 16", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "maxzoom":16, + "filter": ["==","txt_typo","religieux"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme religieux zoom 17 à 19", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":16, + "filter": ["==","txt_typo","religieux"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme parc d'attractions zoom 14", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":13, + "maxzoom":14, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["==","symbo","PARC_ATTRACTIONS"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme parc d'attractions zoom 15 à 19", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["==","symbo","PARC_ATTRACTIONS"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme bati divers zoom 15", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "maxzoom":15, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["in","symbo", + "CENTRALE_ELECTRIQUE", + "HIPPODROME", + "STADE"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme bati divers zoom 16 à 19", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":15, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["in","symbo", + "CENTRALE_ELECTRIQUE", + "HIPPODROME", + "STADE"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme chateau zoom 16", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":15, + "maxzoom":16, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["in","symbo", + "CHATEAU", + "CHATEAU_FORT"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme chateau zoom 17 à 19", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":16, + "filter": ["all", + ["==","txt_typo","divers_bati"], + ["in","symbo", + "CHATEAU", + "CHATEAU_FORT"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme station epuration, de pompage, usine de production eau", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "filter": ["==","txt_typo","station"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-anchor": "left", + "text-offset": [0.8, 0], + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#BACBED" + } + }, + { + "id": "toponyme bati ponc gare", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":15, + "filter": ["==","txt_typo","gore"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme bati ponc barrage", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":12, + "filter": ["==","txt_typo","BARRAGE_PONC"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "left", + "text-offset": [0.8, 0], + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#BACBED" + } + }, + { + "id": "toponyme bati ponc phare - niveau 13", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "maxzoom":13, + "filter": ["==","txt_typo","PHARE"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "right", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#532A2A" + } + }, + { + "id": "toponyme bati ponc phare - niveau 14à19", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":13, + "filter": ["all", + ["==","symbo","PHARE"], + ["in","txt_typo", + "TYPO_C_6", + "TYPO_C_7", + "TYPO_C_8", + "TYPO_E_GE"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "right", + "text-size": { "stops": [[13, 12], [18, 18]] }, + "text-allow-overlap": false, + "text-offset": [-2.00, 0], + "text-padding": 3, + "text-anchor": "right", + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#532A2A" + } + }, + { + "id": "toponyme bati ponc autre", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":12, + "filter": ["in","txt_typo", + "BAT_ACTIVITE", + "BAT_FORTIF", + "BAT_VILLAGE_DETRUIT"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "center", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#532A2A" + } + }, + { + "id": "toponyme bati ponc aerogare", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":14, + "maxzoom":17, + "filter": ["all", + ["==","txt_typo","TYPO_E_GE"], + ["==","symbo","AEROGARE"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "center", + "text-size": {"stops": [[12, 9], [16, 11]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#120049", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme bati ponc aeroport 12", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":11, + "maxzoom":12, + "filter": ["==","txt_typo","AEROPORT_PONC"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "bottom", + "text-offset": [0, -1.3], + "text-size": 10.5, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#120049", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc aeroport 13", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":12, + "maxzoom":13, + "filter": ["==","txt_typo","AEROPORT_PONC"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "bottom", + "text-offset": [0, -2], + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#120049", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc aeroport", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":13, + "maxzoom":17, + "filter": ["all", + ["==","txt_typo","TYPO_A_5"], + ["==","symbo","AEROPORT"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "center", + "text-size": {"stops": [[12, 11], [16, 13]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#120049", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc aerodrome 12", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":11, + "maxzoom":12, + "filter": ["==","txt_typo","AERODROME_PONC"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "bottom", + "text-offset": [0, -1.3], + "text-size": 9.5, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#120049", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc aerodrome 13", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":12, + "maxzoom":13, + "filter": ["in","txt_typo", + "AERODROME_PONC", + "AERODROME_IMPORT_PONC"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "bottom", + "text-offset": [0, -2], + "text-size": 10, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#120049", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc aerodrome", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":13, + "maxzoom":17, + "filter": ["all", + ["==","txt_typo","TYPO_A_7"], + ["==","symbo","AERODROME"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-anchor": "center", + "text-size": {"stops": [[12, 10], [16, 12]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro"] + }, + "paint": { + "text-color": "#120049", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - hydro ponc 5", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "filter": ["in","txt_typo", + "TYPO_D_9", + "TYPO_D_10", + "TYPO_E_1_cyan" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 11], [17, 14]]}, + "text-allow-overlap": true, + "text-padding": 5, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-color": "#FFFFFF", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - hydro ponc glacier", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "filter": ["==","txt_typo","ORO_GLACIER_2"], + "layout": { + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 14, + "text-anchor": "center", + "text-allow-overlap": true, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - limite militaire ponc 3 et 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_limite_ponc", + "filter": ["in","txt_typo", + "LIM_MILI_3", + "LIM_MILI_4" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 12, + "text-allow-overlap": false, + "text-padding": 2, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#0D2000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - limite parc ponc 3 et 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_limite_ponc", + "filter": ["in","txt_typo", + "LIM_PARC_3", + "LIM_PARC_4", + "RESERVE_NATURELLE_PONC" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 13, + "text-allow-overlap": false, + "text-padding": 2, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme numéro de route - départementale", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_numero_lin", + "minzoom":11, + "maxzoom":16, + "filter": ["==","txt_typo","Départementale"], + "layout": { + "visibility": "visible", + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 10.5, + "text-allow-overlap": false, + "text-padding": 2, + "text-anchor": "center", + "text-font": ["Source Sans Pro Semibold"], + "text-rotation-alignment": "viewport" + }, + "paint": { + "text-color": "#4D4D4D", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme numéro de route - nationale", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_numero_lin", + "minzoom":7, + "maxzoom":16, + "filter": ["==","txt_typo","Nationale"], + "layout": { + "visibility": "visible", + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 12, + "text-allow-overlap": false, + "text-padding": 0, + "text-anchor": "center", + "text-font": ["Source Sans Pro Regular"], + "icon-image": "Ecluse", + "icon-rotation-alignment": "viewport", + "text-rotation-alignment": "viewport", + "icon-text-fit": "both", + "icon-size": 0 + }, + "paint": { + "text-color": "#F0F0F0", + "icon-color": "#646464", + "text-halo-color": "rgba(80, 80, 80, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme numéro de route - autoroute", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_numero_lin", + "minzoom":7, + "maxzoom":16, + "filter": ["==","txt_typo","Autoroute"], + "layout": { + "visibility": "visible", + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": false, + "text-padding": 0, + "text-anchor": "center", + "text-font": ["Source Sans Pro Regular"], + "icon-image": "Ecluse", + "icon-rotation-alignment": "viewport", + "text-rotation-alignment": "viewport", + "icon-text-fit": "both", + "icon-size": 0 + }, + "paint": { + "text-color": "#F0F0F0", + "icon-color": "#646464", + "text-halo-color": "rgba(80, 80, 80, 0.5)", + "text-halo-width": 5 + } + }, + { + "id": "toponyme - odonyme abrégé", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_odonyme_lin", + "minzoom": 15, + "maxzoom":17, + "layout": { + "symbol-placement": "line", + "text-field": "{nom_gauche}", + "text-size": 10, + "text-anchor": "center", + "text-max-angle": 30, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 1)" + } + }, + { + "id": "toponyme - odonyme desabrégé", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_routier_odonyme_lin", + "minzoom": 17, + "layout": { + "symbol-placement": "line", + "text-field": "{nom_desabrege}", + "text-size": 11, + "text-anchor": "center", + "text-max-angle": 30, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 1)" + } + }, + { + "id": "toponyme - lieu dit non habité 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","LIEU-DIT_NON_HABITE"], + ["in","txt_typo", + "TYPO_B_10", + "TYPO_B_11" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - bois", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","BOIS"], + ["in","txt_typo", + "TYPO_F_10", + "TYPO_F_11" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 13, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - oro lineaire 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_lin", + "filter": ["in","txt_typo", + "ORO_SOMMET_3", + "ORO_GORGE_2" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 11, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#863831", + "text-halo-width": 1.5, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - oro ponc 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "filter": ["in","txt_typo", + "ORO_SOMMET_3", + "ORO_GORGE_2", + "GROTTE", + "GORGE", + "TYPO_G_9", + "TYPO_G_10" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[13, 11], [16, 16]]}, + "text-allow-overlap": true, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#863831", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1.5 + } + }, + { + "id": "toponyme - hydro ponc 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "filter": ["in","txt_typo", + "HYD_SURF_4", + "HYD_SURF_4_T", + "HYD_SURF_5", + "HYD_SURF_5_T", + "TYPO_D_8", + "SOURCE" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[14, 13], [17, 16]]}, + "text-allow-overlap": true, + "text-padding": 5, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-color": "#FFFFFF", + "text-halo-width": 1 + } + }, + { + "id": "toponyme quartier ", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "filter": ["in","txt_typo", + "BAT_QUARTIER", + "BAT_QUARTIER_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA10", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["==","txt_typo","TYPO_A_10"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 11], [17, 13.5]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - lieu dit non habité", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","LIEU-DIT_NON_HABITE"], + ["in","txt_typo", + "TYPO_B_7", + "TYPO_B_8", + "TYPO_B_9" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 12, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - bois 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","BOIS"], + ["in","txt_typo", + "TYPO_F_7", + "TYPO_F_8", + "TYPO_F_9" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 16, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite hameau ", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 11, + "maxzoom": 13, + "filter": ["in","txt_typo", + "BAT_HAMEAU", + "BAT_HAMEAU_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.17, + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.30, 0.10], + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite importance 5", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 9, + "maxzoom": 13, + "filter": ["in","txt_typo", + "TYPO_A_5", + "BAT_COMMUNE_5", + "BAT_COMMUNE_5_T", + "BAT_CHEF_LIEU_COM", + "BAT_CHEF_LIEU_COM_T", + "BAT_CHEF_LIEU_COM-T", + "BAT_ANCIENNE_COM", + "BAT_ANCIENNE_COM_T", + "BAT_COMMUNE_ASSOCIEE", + "BAT_COMMUNE_ASSOCIEE_T", + "Commune très petite" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.21, + "text-field": "{texte}", + "text-size": 11.5, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.30, 0.10], + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - ocs lineaire 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_lin", + "filter": ["==","txt_typo","OCS_FORET_3"], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[10, 12], [12, 15]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-width": 1, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - lieu dit non habité 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","LIEU-DIT_NON_HABITE"], + ["in","txt_typo", + "TYPO_B_5", + "TYPO_B_4" + + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - bois 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","BOIS"], + ["in","txt_typo", + "TYPO_F_5", + "TYPO_F_4" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 19, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - bois 0", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["all", + ["==","symbo","BOIS"], + ["in","txt_typo", + "TYPO_F_3", + "TYPO_F_2" + ] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 22, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - ocs ponc 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["==","txt_typo","OCS_FORET_3"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[10, 12], [12, 15]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-anchor": "center", + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 1 + } + }, + { + "id": "toponyme - oro lineaire 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_lin", + "filter": ["in","txt_typo", + "ORO_ILE_3", + "ORO_RELIEF_3", + "ORO_RELIEF_3_T", + "ORO_RELIEF_4", + "ORO_RELIEF_4_T", + "ORO_CAP_2", + "ORO_CAP_3", + "ORO_SOMMET_2", + "ORO_COL_2", + "ORO_GORGE_1", + "ORO_GORGE-1" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 12, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#863831", + "text-halo-width": 1.5, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - oro ponc 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "filter": ["in","txt_typo", + "ORO_ILE_3", + "ORO_RELIEF_3", + "ORO_RELIEF_3_T", + "ORO_RELIEF_4", + "ORO_RELIEF_4_T", + "ORO_CAP_2", + "ORO_CAP_3", + "ORO_SOMMET_2", + "ORO_COL_2", + "ORO_GORGE_1", + "ORO_GORGE-1", + "TYPO_G_7", + "TYPO_G_8" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[13, 12], [16, 17]]}, + "text-allow-overlap": true, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#863831", + "text-halo-color": "#FFFFFF", + "text-halo-width": 1.5 + } + }, + { + "id": "toponyme - hydro lineaire 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "filter": ["in","txt_typo", + "HYD_LIN_3", + "HYD_LIN_4", + "HYD_LIN_5", + "TYPO_D_LIN_3", + "TYPO_D_LIN_4", + "HYD_SURF_3", + "HYD_SURF_3_T", + "HYD_SURF_4", + "HYD_SURF_4_T", + "HYD_SURF_5", + "HYD_SURF_5_T", + "TYPO_D_4", + "TYPO_D_5" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[14, 12], [18, 19]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-width": 1.5, + "text-halo-color": "rgba(255, 255, 255, 0.7)" + } + }, + { + "id": "toponyme - hydro lineaire 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "minzoom":14, + "filter": ["in","txt_typo", + "TYPO_D_6", + "TYPO_D_8", + "TYPO_D_9", + "TYPO_D_10" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[14, 10], [18, 16]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-width": 1.5, + "text-halo-color": "rgba(255, 255, 255, 0.7)" + } + }, + { + "id": "toponyme - hydro ponc 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "filter": ["in","txt_typo", + "HYD_SURF_3", + "TYPO_D_5", + "TYPO_D_6", + "TYPO_D_7" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[9, 13], [10, 15], [15, 15], [17, 18]]}, + "text-allow-overlap": true, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-color": "#FFFFFF", + "text-halo-width": 2 + } + }, + { + "id": "toponyme bati ponc zai zoom 16", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":15, + "maxzoom":16, + "filter": ["==","txt_typo","zai"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{designation}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme bati ponc zai zoom 17 et 18", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_bati_ponc", + "minzoom":16, + "filter": ["==","txt_typo","zai"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#000000" + } + }, + { + "id": "toponyme localite importance 4", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 7, + "maxzoom": 13, + "filter": ["in","txt_typo", + "TYPO_A_4", + "BAT_COMMUNE_4", + "BAT_COMMUNE_4_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.21, + "text-field": "{texte}", + "text-size": 13, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.30, 0.10], + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA9", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["==","txt_typo","TYPO_A_9"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 11.5], [17, 14]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA8", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["==","txt_typo","TYPO_A_8"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 12], [17, 15]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - limite militaire ponc 1 et 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_limite_ponc", + "filter": ["in","txt_typo", + "LIM_MILI_1", + "LIM_MILI_2" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": false, + "text-padding": 5, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#0D2000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - limite parc marin", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_limite_ponc", + "minzoom": 8, + "filter": ["in","txt_typo", + "PARC_MARIN_1", + "PARC_MARIN_2" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": false, + "text-padding": 10, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#2A81A2", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - limite parc ponc 1 et 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_limite_ponc", + "minzoom":8, + "filter": ["in","txt_typo", + "LIM_PARC_1", + "LIM_PARC_2", + "PARC_1", + "PARC_2" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": false, + "text-padding": 10, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - ocs lineaire 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_lin", + "filter": ["==","txt_typo","OCS_FORET_2"], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[10, 15], [12, 18]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - ocs ponc 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["==","txt_typo","OCS_FORET_2"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[10, 15], [12, 18]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-anchor": "center", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - oro lineaire 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_lin", + "filter": ["in","txt_typo", + "ORO_ILE_2", + "ORO_RELIEF_2", + "ORO_RELIEF_2_T", + "ORO_CAP_1", + "ORO_SOMMET_1" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 15, + "text-anchor": "center", + "text-keep-upright": true, + "text-padding": 10, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#863831", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - oro ponc 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "minzoom":9, + "filter": ["in","txt_typo", + "ORO_ILE_2", + "ORO_RELIEF_2", + "ORO_RELIEF_2_T", + "ORO_CAP_1", + "ORO_COL_1", + "TYPO_G_5", + "ORO_SOMMET_1", + "TYPO_G_6" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[9, 13], [10, 15], [13, 15], [16, 19]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#863831", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - oro ponc 2B", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "minzoom":8, + "filter": ["==","txt_typo","TYPO_G_4"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[13, 15], [16, 19]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#863831", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - hydro lineaire 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "filter": ["in","txt_typo", + "HYD_LIN_2", + "TYPO_D_LIN_2", + "HYD_SURF_2", + "HYD_SURF_2_T", + "TYPO_D_3" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[14, 15], [18, 21]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - hydro ponc 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "minzoom": 5, + "filter": ["in","txt_typo", + "moyen", + "HYD_SURF_2", + "TYPO_D_2" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[5, 12], [6, 18], [10, 17], [18, 21]]}, + "text-allow-overlap": false, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-color": "#FFFFFF", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - hydro ponc 2B", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "filter": ["in","txt_typo", + "TYPO_D_3", + "TYPO_D_4" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[9, 15], [10, 17], [18, 21]]}, + "text-allow-overlap": false, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-color": "#FFFFFF", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite importance 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 5, + "maxzoom": 13, + "filter": ["in","txt_typo", + "commune 3", + "TYPO_A_3", + "BAT_COMMUNE_3", + "BAT_COMMUNE_3_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.21, + "text-field": "{texte}", + "text-size": {"stops": [[5, 10], [6, 15]]}, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.30, 0.10], + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA7 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_7"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 13], [17, 16]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA6 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_6"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 15], [17, 18]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - oro lineaire 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_lin", + "filter": ["in","txt_typo", + "ORO_ILE_1", + "ORO_RELIEF_1", + "ORO_RELIEF_1_T" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 20, + "text-anchor": "center", + "text-keep-upright": true, + "text-padding": 5, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#863831", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - oro ponc monde", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "minzoom": 5, + "filter": ["in","txt_typo", + "Basin", + "Depression", + "Desert", + "Geoarea", + "Gorge", + "Isthmus", + "Lake", + "Lowland", + "Pen/cape", + "Plain", + "Plateau", + "Range/mtn", + "Tundra", + "Valley", + "Island", + "Island group" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 11, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#863831", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA4 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_4"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 17, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 3 + } + }, + { + "id": "toponyme - ocs lineaire 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_lin", + "filter": ["==","txt_typo","OCS_FORET_1"], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": {"stops": [[10, 18], [12, 22]]}, + "text-anchor": "center", + "text-keep-upright": true, + "text-padding": 1, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - ocs ponc 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_ocs_ponc", + "filter": ["==","txt_typo","OCS_FORET_1"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[10, 18], [12, 22]]}, + "text-allow-overlap": true, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#287B00", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - oro ponc 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "minzoom":8, + "filter": ["in","txt_typo", + "ORO_ILE_1", + "ORO_RELIEF_1", + "ORO_RELIEF_1_T", + "TYPO_G_1" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 21, + "text-allow-overlap": true, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#863831", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - oro ponc 1B", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_oro_ponc", + "minzoom":8, + "filter": ["in","txt_typo", + "TYPO_G_2", + "TYPO_G_3" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[12, 15], [13, 21]]}, + "text-allow-overlap": false, + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#863831", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme - hydro lineaire glacier", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "filter": ["in","txt_typo", + "ORO_GLACIER_1", + "ORO_GLACIER_2" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 15, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-font": ["Source Sans Pro Italic"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - hydro lineaire 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "filter": ["in","txt_typo", + "HYD_LIN_1", + "HYD-LIN-1", + "TYPO_D_LIN_1", + "HYD_SURF_1", + "HYD_SURF_1_T", + "TYPO_D_1", + "TYPO_D_2", + "TYPO_D_3_T", + "TYPO_D_4_T" + ], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 18, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-width": 2, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - hydro lineaire ocean", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_lin", + "filter": ["==","txt_typo","OCEAN_MER"], + "layout": { + "symbol-placement": "line", + "text-field": "{texte}", + "text-size": 30, + "text-anchor": "center", + "text-keep-upright": true, + "text-max-angle": 45, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-width": 4, + "text-halo-color": "rgba(255, 255, 255, 0.5)" + } + }, + { + "id": "toponyme - hydro ponc 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "minzoom": 4, + "filter": ["in","txt_typo", + "mer", + "grand", + "HYD_SURF_1", + "TYPO_D_1" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[4, 16], [6, 30], [10, 25]]}, + "text-allow-overlap": true, + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme localite importance 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 4, + "maxzoom": 13, + "filter": ["in","txt_typo", + "commune 2", + "TYPO_A_2", + "BAT_COMMUNE_2", + "BAT_COMMUNE-2", + "BAT_COMMUNE_2_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.25, + "text-field": "{texte}", + "text-size": {"stops": [[4, 10], [6, 17]]}, + "text-allow-overlap": true, + "text-anchor": "bottom-left", + "text-offset": [0.30, 0.2], + "text-padding": 1, + "text-transform": "uppercase", + "text-font": {"stops": [[1, ["Source Sans Pro Regular"]], [7, ["Source Sans Pro Bold"]], [10, ["Source Sans Pro Regular"]]]} + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 3 + } + }, + { + "id": "toponyme localite n0 typoA3 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_3"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 19, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 3 + } + }, + { + "id": "toponyme localite n0 typoA2 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_2"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 21, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme localite n0 typoA7 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_7"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 13], [17, 16]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA6 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 18, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_6"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[15, 15], [17, 18]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 2 + } + }, + { + "id": "toponyme localite n0 typoA1 non commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["!=","symbo","COMMUNE_FUSIONNEE"], + ["!=","symbo","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_1"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 23, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme localite n0 typoA4 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_4"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 17, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 3 + } + }, + { + "id": "toponyme localite n0 typoA3 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_3"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 19, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 3 + } + }, + { + "id": "toponyme localite n0 typoA2 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_2"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 21, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme localite importance 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 3, + "maxzoom": 13, + "filter": ["in","txt_typo", + "commune 1", + "TYPO_A_1", + "BAT_COMMUNE_1", + "BAT_COMMUNE_1_T" + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "icon-image": "Localite", + "icon-size": 0.3, + "text-field": "{texte}", + "text-size": {"stops": [[3, 10], [6, 20]]}, + "text-allow-overlap": false, + "text-anchor": "bottom-left", + "text-offset": [0.25, -0.10], + "text-padding": 1, + "text-transform": "uppercase", + "text-font": {"stops": [[1, ["Source Sans Pro Regular"]], [7, ["Source Sans Pro Bold"]], [10, ["Source Sans Pro Regular"]]]} + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme localite n0 typoA1 commune", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 13, + "maxzoom": 16, + "filter": ["all", + ["in","symbo","COMMUNE_FUSIONNEE","COMMUNE_CHEF_LIEU"], + ["==","txt_typo","TYPO_A_1"] + ], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": 23, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#000000", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme - hydro ponc ocean", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_hydro_ponc", + "minzoom": 1, + "filter": ["==","txt_typo","ocean"], + "layout": { + "visibility": "visible", + "symbol-placement": "point", + "text-field": "{texte}", + "text-size": {"stops": [[1, 16], [6, 30]]}, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 10, + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#BACBED", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme pays 3", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 4, + "maxzoom": 5, + "filter": ["==","txt_typo","pays 3"], + "layout": { + "visibility": "visible", + "text-field": "{texte}", + "text-size": 9, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme pays 2", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 2, + "maxzoom": 5, + "filter": ["==","txt_typo","pays 2"], + "layout": { + "visibility": "visible", + "text-field": "{texte}", + "text-size": 13, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 2, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme pays 1", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "minzoom": 2, + "maxzoom": 5, + "filter": ["==","txt_typo","pays 1"], + "layout": { + "visibility": "visible", + "text-field": "{texte}", + "text-size": 13, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 2, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Regular"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + }, + { + "id": "toponyme continent", + "type": "symbol", + "source": "plan_ign", + "source-layer": "toponyme_localite_ponc", + "maxzoom": 3, + "filter": ["==","txt_typo","continent"], + "layout": { + "visibility": "visible", + "text-field": "{texte}", + "text-size": 15, + "text-allow-overlap": true, + "text-anchor": "center", + "text-padding": 1, + "text-transform": "uppercase", + "text-font": ["Source Sans Pro Bold"] + }, + "paint": { + "text-color": "#787878", + "text-halo-color": "rgba(255, 255, 255, 0.5)", + "text-halo-width": 4 + } + } + ] +} \ No newline at end of file diff --git a/backend/app/app/assets/styles/dark.json b/backend/app/app/assets/styles/map-dark.json similarity index 100% rename from backend/app/app/assets/styles/dark.json rename to backend/app/app/assets/styles/map-dark.json diff --git a/backend/app/app/assets/styles/light.json b/backend/app/app/assets/styles/map-light.json similarity index 100% rename from backend/app/app/assets/styles/light.json rename to backend/app/app/assets/styles/map-light.json diff --git a/frontend/components/Map/Layers.tsx b/frontend/components/Map/Layers.tsx index c2f4724f..16015edc 100644 --- a/frontend/components/Map/Layers.tsx +++ b/frontend/components/Map/Layers.tsx @@ -108,6 +108,11 @@ const MapLayers: FC = ({ control={} label="Satellite" /> + } + label="Plan IGN" + /> diff --git a/frontend/pages/[organizationSlug]/map.tsx b/frontend/pages/[organizationSlug]/map.tsx index c99eed51..4414c03d 100644 --- a/frontend/pages/[organizationSlug]/map.tsx +++ b/frontend/pages/[organizationSlug]/map.tsx @@ -143,7 +143,7 @@ const EditionPage = ({}) => { const [editionMode, setEditionMode] = useState(false); const [mapBackground, setMapbackground] = useLocalStorage( "etk:map:mapBackground", - "map" + "ign" ); const [layers, setLayers] = useState([]); const [activeLayers, setActiveLayers] = useLocalStorage( @@ -612,14 +612,23 @@ const EditionPage = ({}) => { )} - - + {mapBackground === "ign" ? ( + + ) : ( + <> + + + + )}