2024-07-24 14:01:00 +02:00
{
2024-07-24 14:09:13 +02:00
"_info" : "This style is an adaptation of the official IGN 'toponymes' style (https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/toponymes.json) below which satellite imagery is added." ,
2024-07-24 14:01:00 +02:00
"version" : 8 ,
"name" : "PLAN IGN" ,
"glyphs" : "https://data.geopf.fr/annexes/ressources/vectorTiles/fonts/{fontstack}/{range}.pbf" ,
"sprite" : "https://data.geopf.fr/annexes/ressources/vectorTiles/styles/PLAN.IGN/sprite/PlanIgn" ,
"sources" : {
"plan_ign" : {
"type" : "vector" ,
2025-02-02 11:17:22 +01:00
"tiles" : [ "https://data.geopf.fr/tms/1.0.0/PLAN.IGN/{z}/{x}/{y}.pbf" ] ,
2025-01-29 18:24:03 +01:00
"attribution" : "IGN-F/Géoportail"
2024-07-24 14:01:00 +02:00
} ,
"satellite" : {
"type" : "raster" ,
"tiles" : [
"https://data.geopf.fr/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&TILEMATRIXSET=PM&FORMAT=image/jpeg&LAYER=ORTHOIMAGERY.ORTHOPHOTOS&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}"
] ,
"tileSize" : 256 ,
2025-01-29 18:24:03 +01:00
"maxzoom" : 19 ,
"attribution" : "IGN-F/Géoportail"
2024-07-24 14:01:00 +02:00
}
} ,
"transition" : {
"duration" : 300 ,
"delay" : 0
} ,
"layers" : [
{
"id" : "satellite" ,
"type" : "raster" ,
"source" : "satellite"
} ,
{
"id" : "Chemin souterrain - piste cyclable" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_chemin_sou" ,
"minzoom" : 13 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "PISTE_CYCLABLE_SOU" , "VOIE_VERTE_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#AB81CC" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1.1 ] ,
[ 15 , 1.7 ] ,
[ 16 , 2 ] ,
[ 17 , 3.5 ]
]
} ,
"line-dasharray" : [ 6 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Chemin souterrain - filet exterieur - escalier" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_chemin_sou" ,
"minzoom" : 14 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "ESCALIER_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#B3989A" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1.75 ] ,
[ 15 , 3 ] ,
[ 16 , 4.2 ] ,
[ 17 , 9.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Chemin souterrain - filet interieur - escalier" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_chemin_sou" ,
"minzoom" : 14 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "ESCALIER_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.9 ] ,
[ 16 , 2.7 ] ,
[ 17 , 5.8 ]
]
} ,
"line-dasharray" : [ 1 , 0.2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Chemin souterrain - Rue pietonne" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_chemin_sou" ,
"minzoom" : 14 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "RUE_PIETONNE_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#B3989A" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.2 ] ,
[ 16 , 1.4 ] ,
[ 17 , 2 ]
]
} ,
"line-dasharray" : [ 1 , 3 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Chemin souterrain - sentier" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_chemin_sou" ,
"minzoom" : 13 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "SENTIER_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#B3989A" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.2 ] ,
[ 16 , 1.4 ] ,
[ 17 , 2 ]
]
} ,
"line-dasharray" : [ 4 , 3 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Chemin souterrain - chemin" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_chemin_sou" ,
"minzoom" : 12 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "CHEMIN_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#B3989A" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.2 ] ,
[ 16 , 1.4 ] ,
[ 17 , 2 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - route non revetu carrosable" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_REVETUE_CARRO_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#AFAFAF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 3.2 ] ,
[ 15 , 5.4 ] ,
[ 16 , 7.7 ] ,
[ 17 , 16.8 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier souterrain - filet extérieur - bretelle autoroute" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 12 ,
"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(222, 70, 14, 0.5)" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , 2.5 ] ,
[ 14 , 3.7 ] ,
[ 15 , 6.8 ] ,
[ 16 , 8.4 ] ,
[ 17 , 14 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - route non classee restreint" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_CLASSEE_RESTREINT_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#AFAFAF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 3.2 ] ,
[ 15 , 5.4 ] ,
[ 16 , 7.7 ] ,
[ 17 , 16.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - route non classee" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "NON_CLASSEE_4_SOU" , "NON_CLASSEE_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#AFAFAF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 3.2 ] ,
[ 15 , 5.4 ] ,
[ 16 , 7.7 ] ,
[ 17 , 16.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - route locale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 9 , 2 ] ,
[ 14 , 3.5 ] ,
[ 15 , 6 ] ,
[ 16 , 8.4 ] ,
[ 17 , 18.3 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - route locale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 11 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "LOCALE_CONSTR_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 2 ] ,
[ 14 , 3.5 ] ,
[ 15 , 6 ] ,
[ 16 , 8.4 ] ,
[ 17 , 18.3 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - route regionale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.5 ] ,
[ 9 , 2.3 ] ,
[ 14 , 5 ] ,
[ 15 , 8.1 ] ,
[ 16 , 11.2 ] ,
[ 17 , 22 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - route regionale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "REGIONALE_CONSTR_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.5 ] ,
[ 9 , 2.3 ] ,
[ 14 , 5 ] ,
[ 15 , 8.1 ] ,
[ 16 , 11.2 ] ,
[ 17 , 22 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - route principale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 7 ,
"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(222, 70, 14, 0.5)" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.8 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.9 ] ,
[ 15 , 9 ] ,
[ 16 , 12.2 ] ,
[ 17 , 22.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - route principale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "PRINCIPALE_CONSTR_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.8 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.9 ] ,
[ 15 , 9 ] ,
[ 16 , 12.2 ] ,
[ 17 , 22.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - autoroute" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 7 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "AUTOROU_PEAGE_SOU" , "AUTOROU_LIBRE_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "rgba(222, 70, 14, 0.5)" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 2.5 ] ,
[ 9 , 3.5 ] ,
[ 14 , 7.5 ] ,
[ 15 , 11 ] ,
[ 16 , 15 ] ,
[ 17 , 26 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet extérieur - autoroute en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "AUTOROU_CONSTR_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 2.5 ] ,
[ 9 , 3.5 ] ,
[ 14 , 7.5 ] ,
[ 15 , 11 ] ,
[ 16 , 15 ] ,
[ 17 , 26 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet interieur - route non revetu carrosable" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_REVETUE_CARRO_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#DCDCDC" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.3 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet interieur - bretelle autoroute" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 12 ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 12 , 1.5 ] ,
[ 14 , 2.6 ] ,
[ 15 , 5.2 ] ,
[ 16 , 6.7 ] ,
[ 17 , 10.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet interieur - route non classee restreint" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_CLASSEE_RESTREINT_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#F2F5FF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.3 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet interieur - route non classee" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "NON_CLASSEE_4_SOU" , "NON_CLASSEE_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#DCDCDC" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.3 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet interieur - route locale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 9 , 1.3 ] ,
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.1 ] ,
[ 17 , 13.1 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet interieur - route locale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 11 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "LOCALE_CONSTR_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , "#FFFFFF" ] ,
[ 13 , "#FCF4A8" ] ,
[ 17 , "#FCF7C1" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 2 ] ,
[ 14 , 3.5 ] ,
[ 15 , 6 ] ,
[ 16 , 8.4 ] ,
[ 17 , 18.3 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier souterrain - filet interieur - route regionale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.4 ] ,
[ 9 , 1.5 ] ,
[ 14 , 3.2 ] ,
[ 15 , 5.8 ] ,
[ 16 , 8.3 ] ,
[ 17 , 16.2 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet interieur - route regionale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "REGIONALE_CONSTR_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#FFFFFF" ] ,
[ 10 , "#FDF28B" ] ,
[ 17 , "#FCF6BD" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.4 ] ,
[ 6 , 1.5 ] ,
[ 9 , 2.3 ] ,
[ 14 , 5 ] ,
[ 15 , 8.1 ] ,
[ 16 , 11.2 ] ,
[ 17 , 22 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier souterrain - filet interieur - route principale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.5 ] ,
[ 6 , 1.8 ] ,
[ 9 , 2.1 ] ,
[ 14 , 4.4 ] ,
[ 15 , 7.3 ] ,
[ 16 , 10 ] ,
[ 17 , 18.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet interieur - route principale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "PRINCIPALE_CONSTR_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F3C66D" ] ,
[ 17 , "#F2DDB3" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.5 ] ,
[ 6 , 1.8 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.9 ] ,
[ 15 , 9 ] ,
[ 16 , 12.2 ] ,
[ 17 , 22.5 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier souterrain - filet interieur - autoroute" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "AUTOROU_PEAGE_SOU" , "AUTOROU_LIBRE_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "rgba(255, 255, 255, 0.5)" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.7 ] ,
[ 6 , 2.5 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.8 ] ,
[ 15 , 9 ] ,
[ 16 , 12 ] ,
[ 17 , 20.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - axe central - autoroute" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 13 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "AUTOROU_PEAGE_SOU" , "AUTOROU_LIBRE_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 0.6 ] ,
[ 14 , 0.7 ] ,
[ 15 , 1 ] ,
[ 16 , 1.2 ] ,
[ 17 , 2.1 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier souterrain - filet interieur - autoroute en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "AUTOROU_CONSTR_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F2BA59" ] ,
[ 17 , "#F2C261" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.7 ] ,
[ 6 , 2.5 ] ,
[ 9 , 3.5 ] ,
[ 14 , 7.5 ] ,
[ 15 , 11 ] ,
[ 16 , 15 ] ,
[ 17 , 26 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier souterrain - axe central - autoroute en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sou" ,
"minzoom" : 13 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "AUTOROU_CONSTR_SOU" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#808080" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 0.6 ] ,
[ 14 , 0.7 ] ,
[ 15 , 1 ] ,
[ 16 , 1.2 ] ,
[ 17 , 2.1 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "bati ZAI - Autres" ,
"type" : "fill" ,
"source" : "plan_ign" ,
"source-layer" : "bati_zai" ,
"minzoom" : 15 ,
"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" : "#E3BFE2" ,
"fill-opacity" : 0.4 ,
"fill-outline-color" : "#E39FE1"
}
} ,
{
"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" ,
"Hôtel de collectivité" ,
"Préfecture de région" ,
"Préfecture" ,
"Sous-préfecture"
] ,
"paint" : {
"fill-color" : "#FF0000" ,
"fill-opacity" : 0.2 ,
"fill-outline-color" : "#B40000"
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "PISTE_CYCLABLE" , "VOIE_VERTE" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#9B5CCC" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1.1 ] ,
[ 15 , 1.7 ] ,
[ 16 , 2 ] ,
[ 17 , 3.5 ] ,
[ 18 , 6 ]
]
} ,
"line-dasharray" : [ 6 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "ESCALIER" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#8C7274" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1.75 ] ,
[ 15 , 3 ] ,
[ 16 , 4.2 ] ,
[ 17 , 9.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "ESCALIER" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.9 ] ,
[ 16 , 2.7 ] ,
[ 17 , 5.8 ]
]
} ,
"line-dasharray" : [ 1 , 0.2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "RUE_PIETONNE" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#8C7274" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.2 ] ,
[ 16 , 1.4 ] ,
[ 17 , 2 ] ,
[ 18 , 5 ]
]
} ,
"line-dasharray" : [ 1 , 3 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "SENTIER" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#8C7274" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.2 ] ,
[ 16 , 1.4 ] ,
[ 17 , 2 ] ,
[ 18 , 6 ]
]
} ,
"line-dasharray" : [ 4 , 3 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "CHEMIN" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#8C7274" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.2 ] ,
[ 16 , 1.4 ] ,
[ 17 , 2 ] ,
[ 18 , 7 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier a niveau - filet extérieur - route non revetu carrosable" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_REVETUE_CARRO" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , "#646464" ] ,
[ 17 , "#8C8C8C" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 3.2 ] ,
[ 15 , 5.4 ] ,
[ 16 , 7.7 ] ,
[ 17 , 16.8 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_REVETUE_CARRO" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.3 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#DE460E" ] ,
[ 17 , "#F18800" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , 2.5 ] ,
[ 14 , 3.7 ] ,
[ 15 , 6.8 ] ,
[ 16 , 8.4 ] ,
[ 17 , 14 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_CLASSEE_RESTREINT" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#969696" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 3.2 ] ,
[ 15 , 5.4 ] ,
[ 16 , 7.7 ] ,
[ 17 , 16.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "NON_CLASSEE_4" , "NON_CLASSEE" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#969696" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 3.2 ] ,
[ 15 , 5.4 ] ,
[ 16 , 7.7 ] ,
[ 17 , 16.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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" : [
2025-02-02 11:17:22 +01:00
[ 12 , "#8C8C8C" ] ,
[ 13 , "#B4B4B4" ] ,
[ 17 , "#B4B4B4" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 2 ] ,
[ 14 , 3.5 ] ,
[ 15 , 6 ] ,
[ 16 , 8.4 ] ,
[ 17 , 18.3 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier a niveau - filet extérieur - route locale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"minzoom" : 11 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "LOCALE_CONSTR" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 2 ] ,
[ 14 , 3.5 ] ,
[ 15 , 6 ] ,
[ 16 , 8.4 ] ,
[ 17 , 18.3 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#828282" ] ,
[ 10 , "#B4B4B4" ] ,
[ 17 , "#B4B4B4" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.5 ] ,
[ 9 , 2.3 ] ,
[ 14 , 5 ] ,
[ 15 , 8.1 ] ,
[ 16 , 11.2 ] ,
[ 17 , 22 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier a niveau - filet extérieur - route regionale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "REGIONALE_CONSTR" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.5 ] ,
[ 9 , 2.3 ] ,
[ 14 , 5 ] ,
[ 15 , 8.1 ] ,
[ 16 , 11.2 ] ,
[ 17 , 22 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#E2A52A" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.8 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.9 ] ,
[ 15 , 9 ] ,
[ 16 , 12.2 ] ,
[ 17 , 22.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier a niveau - filet extérieur - route principale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "PRINCIPALE_CONSTR" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.8 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.9 ] ,
[ 15 , 9 ] ,
[ 16 , 12.2 ] ,
[ 17 , 22.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "AUTOROU_PEAGE" , "AUTOROU_LIBRE" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#DE460E" ] ,
[ 17 , "#F18800" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 2.5 ] ,
[ 9 , 3.5 ] ,
[ 14 , 7.5 ] ,
[ 15 , 11 ] ,
[ 16 , 15 ] ,
[ 17 , 26 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier a niveau - filet extérieur - autoroute en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"minzoom" : 8 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "AUTOROU_CONSTR" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 2.5 ] ,
[ 9 , 3.5 ] ,
[ 14 , 7.5 ] ,
[ 15 , 11 ] ,
[ 16 , 15 ] ,
[ 17 , 26 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier a niveau - filet interieur - 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" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F18800" ] ,
[ 17 , "#F2B230" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , 1.5 ] ,
[ 14 , 2.6 ] ,
[ 15 , 5.2 ] ,
[ 16 , 6.7 ] ,
[ 17 , 10.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier a niveau - filet interieur - route non classee restreint" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_CLASSEE_RESTREINT" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#EDF1FF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.3 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier a niveau - filet interieur - route non classee" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "NON_CLASSEE_4" , "NON_CLASSEE" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.3 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier a niveau - filet interieur - route locale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 6 , "#F2B361" ] ,
[ 7 , "#FFFFFF" ] ,
[ 12 , "#FFFFFF" ] ,
[ 13 , "#FCF4A8" ] ,
[ 17 , "#FCF7C1" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 1.3 ] ,
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.1 ] ,
[ 17 , 13.1 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "LOCALE_CONSTR" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , "#FFFFFF" ] ,
[ 13 , "#FCF4A8" ] ,
[ 17 , "#FCF7C1" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 2 ] ,
[ 14 , 3.5 ] ,
[ 15 , 6 ] ,
[ 16 , 8.4 ] ,
[ 17 , 18.3 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier a niveau - filet interieur - route regionale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 6 , "#F2A949" ] ,
[ 7 , "#FFFFFF" ] ,
[ 9 , "#FFFFFF" ] ,
[ 10 , "#FDF28B" ] ,
[ 17 , "#FCF6BD" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 1.1 ] ,
[ 6 , 1.4 ] ,
[ 9 , 1.5 ] ,
[ 14 , 3.2 ] ,
[ 15 , 5.8 ] ,
[ 16 , 8.3 ] ,
[ 17 , 16.2 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "REGIONALE_CONSTR" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#FFFFFF" ] ,
[ 10 , "#FDF28B" ] ,
[ 17 , "#FCF6BD" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.4 ] ,
[ 6 , 1.5 ] ,
[ 9 , 2.3 ] ,
[ 14 , 5 ] ,
[ 15 , 8.1 ] ,
[ 16 , 11.2 ] ,
[ 17 , 22 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier a niveau - filet interieur - route principale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 6 , "#F29924" ] ,
[ 7 , "#F3C66D" ] ,
[ 9 , "#F3C66D" ] ,
[ 17 , "#F2DDB3" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.6 ] ,
[ 6 , 1.8 ] ,
[ 9 , 2.1 ] ,
[ 14 , 4.4 ] ,
[ 15 , 7.3 ] ,
[ 16 , 10 ] ,
[ 17 , 18.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "PRINCIPALE_CONSTR" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F3C66D" ] ,
[ 17 , "#F2DDB3" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.5 ] ,
[ 6 , 1.8 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.9 ] ,
[ 15 , 9 ] ,
[ 16 , 12.2 ] ,
[ 17 , 22.5 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier a niveau - filet interieur - autoroute" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "AUTOROU_PEAGE" , "AUTOROU_LIBRE" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F18800" ] ,
[ 17 , "#F2B230" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.7 ] ,
[ 6 , 2.5 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.8 ] ,
[ 15 , 9 ] ,
[ 16 , 12 ] ,
[ 17 , 20.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier a niveau - axe central - autoroute" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"minzoom" : 13 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "AUTOROU_PEAGE" , "AUTOROU_LIBRE" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 0.6 ] ,
[ 14 , 0.7 ] ,
[ 15 , 1 ] ,
[ 16 , 1.2 ] ,
[ 17 , 2.1 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "AUTOROU_CONSTR" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F18800" ] ,
[ 17 , "#F2B230" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.7 ] ,
[ 6 , 2.5 ] ,
[ 9 , 3.5 ] ,
[ 14 , 7.5 ] ,
[ 15 , 11 ] ,
[ 16 , 15 ] ,
[ 17 , 26 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier a niveau - axe centrale - autoroute en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route" ,
"minzoom" : 13 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "AUTOROU_CONSTR" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#808080" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 0.6 ] ,
[ 14 , 0.7 ] ,
[ 15 , 1 ] ,
[ 16 , 1.2 ] ,
[ 17 , 2.1 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "BAC_AUTO" , "LIAISON_MARITIME" , "BAC_LIAISON_MARITIME" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#5792C2" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 8 , 1 ] ,
[ 13 , 2.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "liaison routiere - Gue route" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_liaison" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "GUE_ROUTE" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 13 , "#BEBEBE" ] ,
[ 17 , "#646464" ] ,
[ 18 , "#FFFFFF" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.3 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "GUE_CHEMIN" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 13 , "#BEBEBE" ] ,
[ 17 , "#646464" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1.6 ] ,
[ 15 , 2.9 ] ,
[ 16 , 4.4 ] ,
[ 17 , 6.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "PONT_PASSERELLE" , "PONT_LIN" , "PONT_MOBILE_LIN" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 17 , "#C8C8C8" ] ,
[ 18 , "#FFFFFF" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.2 ] ,
[ 15 , 3.8 ] ,
[ 16 , 5.4 ] ,
[ 17 , 11.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "PONT_PASSERELLE" , "PONT_LIN" , "PONT_MOBILE_LIN" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 0.7 ] ,
[ 15 , 1.1 ] ,
[ 16 , 1.7 ] ,
[ 17 , 3.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier surfacique - Péage surfacique" ,
"type" : "fill" ,
"source" : "plan_ign" ,
"source-layer" : "routier_surf" ,
"maxzoom" : 18 ,
"layout" : {
"visibility" : "visible"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "SURF_PEAGE" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"fill-color" : "#F2DAAA" ,
"fill-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"fill-outline-color" : "#E2A52A"
}
} ,
{
"id" : "bati transport surfacique - bati peage" ,
"type" : "fill" ,
"source" : "plan_ign" ,
"source-layer" : "bati_surf" ,
"minzoom" : 13 ,
"layout" : {
"visibility" : "visible"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "BATI_PEAGE" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"fill-color" : "#DCDCDC" ,
"fill-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"fill-outline-color" : "#808080"
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "PISTE_CYCLABLE_SUP" , "VOIE_VERTE_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#9B5CCC" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1.1 ] ,
[ 15 , 1.7 ] ,
[ 16 , 2 ] ,
[ 17 , 3.5 ] ,
[ 18 , 6 ]
]
} ,
"line-dasharray" : [ 6 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "ESCALIER_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#8C7274" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1.75 ] ,
[ 15 , 3 ] ,
[ 16 , 4.2 ] ,
[ 17 , 9.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Chemin superieur - filet interieur - escalier" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_chemin_sup" ,
"minzoom" : 14 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "ESCALIER_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.9 ] ,
[ 16 , 2.7 ] ,
[ 17 , 5.8 ]
]
} ,
"line-dasharray" : [ 1 , 0.2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "RUE_PIETONNE_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#8C7274" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.2 ] ,
[ 16 , 1.4 ] ,
[ 17 , 2 ] ,
[ 18 , 5 ]
]
} ,
"line-dasharray" : [ 1 , 3 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "SENTIER_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#8C7274" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.2 ] ,
[ 16 , 1.4 ] ,
[ 17 , 2 ] ,
[ 18 , 6 ]
]
} ,
"line-dasharray" : [ 4 , 3 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "CHEMIN_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#8C7274" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 1 ] ,
[ 15 , 1.2 ] ,
[ 16 , 1.4 ] ,
[ 17 , 2 ] ,
[ 18 , 7 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet extérieur - route non revetu carrosable" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_REVETUE_CARRO_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , "#646464" ] ,
[ 17 , "#8C8C8C" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 3.2 ] ,
[ 15 , 5.4 ] ,
[ 16 , 7.7 ] ,
[ 17 , 16.8 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#DE460E" ] ,
[ 17 , "#F18800" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , 2.5 ] ,
[ 14 , 3.7 ] ,
[ 15 , 6.8 ] ,
[ 16 , 8.4 ] ,
[ 17 , 14 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_CLASSEE_RESTREINT_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#969696" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 3.2 ] ,
[ 15 , 5.4 ] ,
[ 16 , 7.7 ] ,
[ 17 , 16.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "NON_CLASSEE_4_SUP" , "NON_CLASSEE_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#969696" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 3.2 ] ,
[ 15 , 5.4 ] ,
[ 16 , 7.7 ] ,
[ 17 , 16.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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" : [
2025-02-02 11:17:22 +01:00
[ 12 , "#8C8C8C" ] ,
[ 13 , "#B4B4B4" ] ,
[ 17 , "#B4B4B4" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 2 ] ,
[ 14 , 3.5 ] ,
[ 15 , 6 ] ,
[ 16 , 8.4 ] ,
[ 17 , 18.3 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet extérieur - route locale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"minzoom" : 11 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "LOCALE_CONSTR_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 2 ] ,
[ 14 , 3.5 ] ,
[ 15 , 6 ] ,
[ 16 , 8.4 ] ,
[ 17 , 18.3 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#828282" ] ,
[ 10 , "#B4B4B4" ] ,
[ 17 , "#B4B4B4" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.5 ] ,
[ 9 , 2.3 ] ,
[ 14 , 5 ] ,
[ 15 , 8.1 ] ,
[ 16 , 11.2 ] ,
[ 17 , 22 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet extérieur - route regionale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "REGIONALE_CONSTR_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.5 ] ,
[ 9 , 2.3 ] ,
[ 14 , 5 ] ,
[ 15 , 8.1 ] ,
[ 16 , 11.2 ] ,
[ 17 , 22 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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" : {
2025-02-02 11:17:22 +01:00
"stops" : [ [ 17 , "#E2A52A" ] ]
2024-07-24 14:01:00 +02:00
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.8 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.9 ] ,
[ 15 , 9 ] ,
[ 16 , 12.2 ] ,
[ 17 , 22.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet extérieur - route principale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "PRINCIPALE_CONSTR_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.8 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.9 ] ,
[ 15 , 9 ] ,
[ 16 , 12.2 ] ,
[ 17 , 22.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "AUTOROU_PEAGE_SUP" , "AUTOROU_LIBRE_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#DE460E" ] ,
[ 17 , "#F18800" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 2.5 ] ,
[ 9 , 3.5 ] ,
[ 14 , 7.5 ] ,
[ 15 , 11 ] ,
[ 16 , 15 ] ,
[ 17 , 26 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet extérieur - autoroute en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "AUTOROU_CONSTR_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#C8C8C8" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 2.5 ] ,
[ 9 , 3.5 ] ,
[ 14 , 7.5 ] ,
[ 15 , 11 ] ,
[ 16 , 15 ] ,
[ 17 , 26 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_REVETUE_CARRO_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.3 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet interieur - 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" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F18800" ] ,
[ 17 , "#F2B230" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , 1.5 ] ,
[ 14 , 2.6 ] ,
[ 15 , 5.2 ] ,
[ 16 , 6.7 ] ,
[ 17 , 10.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet interieur - route non classee restreint" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "NON_CLASSEE_RESTREINT_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#EDF1FF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.3 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet interieur - route non classee" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "NON_CLASSEE_4_SUP" , "NON_CLASSEE_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.3 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet interieur - 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" : [
2025-02-02 11:17:22 +01:00
[ 12 , "#FFFFFF" ] ,
[ 13 , "#FCF4A8" ] ,
[ 17 , "#FCF7C1" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 1.3 ] ,
[ 14 , 2.3 ] ,
[ 15 , 4.1 ] ,
[ 16 , 6.1 ] ,
[ 17 , 13.1 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet interieur - route locale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"minzoom" : 11 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "LOCALE_CONSTR_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , "#FFFFFF" ] ,
[ 13 , "#FCF4A8" ] ,
[ 17 , "#FCF7C1" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 2 ] ,
[ 14 , 3.5 ] ,
[ 15 , 6 ] ,
[ 16 , 8.4 ] ,
[ 17 , 18.3 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier superieur - filet interieur - route regionale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#FFFFFF" ] ,
[ 10 , "#FDF28B" ] ,
[ 17 , "#FCF6BD" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.4 ] ,
[ 9 , 1.5 ] ,
[ 14 , 3.2 ] ,
[ 15 , 5.8 ] ,
[ 16 , 8.3 ] ,
[ 17 , 16.2 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet interieur - route regionale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "REGIONALE_CONSTR_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#FFFFFF" ] ,
[ 10 , "#FDF28B" ] ,
[ 17 , "#FCF6BD" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.5 ] ,
[ 9 , 2.3 ] ,
[ 14 , 5 ] ,
[ 15 , 8.1 ] ,
[ 16 , 11.2 ] ,
[ 17 , 22 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier superieur - filet interieur - route principale" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F3C66D" ] ,
[ 17 , "#F2DDB3" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.5 ] ,
[ 6 , 1.8 ] ,
[ 9 , 2.1 ] ,
[ 14 , 4.4 ] ,
[ 15 , 7.3 ] ,
[ 16 , 10 ] ,
[ 17 , 18.5 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet interieur - route principale en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "PRINCIPALE_CONSTR_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F3C66D" ] ,
[ 17 , "#F2DDB3" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 6 , 1.8 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.9 ] ,
[ 15 , 9 ] ,
[ 16 , 12.2 ] ,
[ 17 , 22.5 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier superieur - filet interieur - autoroute" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "AUTOROU_PEAGE_SUP" , "AUTOROU_LIBRE_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F18800" ] ,
[ 17 , "#F2B230" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.7 ] ,
[ 6 , 2.5 ] ,
[ 9 , 2.7 ] ,
[ 14 , 5.8 ] ,
[ 15 , 9 ] ,
[ 16 , 12 ] ,
[ 17 , 20.8 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - axe central - autoroute" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"minzoom" : 13 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "AUTOROU_PEAGE_SUP" , "AUTOROU_LIBRE_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#FFFFFF" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 0.6 ] ,
[ 14 , 0.7 ] ,
[ 15 , 1 ] ,
[ 16 , 1.2 ] ,
[ 17 , 2.1 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "Routier superieur - filet interieur - autoroute en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"minzoom" : 10 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "AUTOROU_CONSTR_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , "#F18800" ] ,
[ 17 , "#F2B230" ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 0.7 ] ,
[ 6 , 2.5 ] ,
[ 9 , 3.5 ] ,
[ 14 , 7.5 ] ,
[ 15 , 11 ] ,
[ 16 , 15 ] ,
[ 17 , 26 ]
]
} ,
"line-dasharray" : [ 2 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "Routier superieur - axe centrale - autoroute en construction" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "routier_route_sup" ,
"minzoom" : 13 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "AUTOROU_CONSTR_SUP" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#808080" ,
"line-opacity" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 7 , 0.6 ] ,
[ 14 , 0.4 ]
2024-07-24 14:01:00 +02:00
]
} ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 0.6 ] ,
[ 14 , 0.7 ] ,
[ 15 , 1 ] ,
[ 16 , 1.2 ] ,
[ 17 , 2.1 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "toponyme - parcellaire - adresse" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_parcellaire_adresse_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "ADRESSE" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "point" ,
2025-02-02 11:17:22 +01:00
"text-field" : [ "concat" , [ "get" , "numero" ] , [ "get" , "indice_de_repetition" ] ] ,
2024-07-24 14:01:00 +02:00
"text-size" : 11 ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-max-angle" : 45 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#695744" ,
"text-halo-width" : 1 ,
"text-halo-color" : "#FFFFFF"
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "LIM_DEPARTEMENT" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "rgba(178, 175, 219, 0.4)" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 4.1 ] ,
[ 12 , 6 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "LIM_DEPARTEMENT" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "rgba(126, 119, 184, 0.5)" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 13 , 3 ] ,
[ 17 , 5.5 ]
]
} ,
"line-dasharray" : [ 4 , 2 , 1 , 1 , 1 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "LIM_REGION" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "rgba(178, 175, 219, 0.5)" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 4.5 ] ,
[ 12 , 6.7 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"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"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "symbo" , "LIM_REGION" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "rgba(126, 119, 184, 0.5)" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 13 , 3 ] ,
[ 17 , 5.5 ]
]
} ,
"line-dasharray" : [ 4 , 2 , 1 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "limite etat 1" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "limite_lin" ,
"minzoom" : 2 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "round" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "LIM_ETAT" , "LIM_ETAT_ETRANGER" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "rgba(178, 175, 219, 0.6)" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 2 , 2 ] ,
[ 3 , 3.5 ] ,
[ 9 , 5 ] ,
[ 14 , 13 ] ,
[ 15 , 20 ] ,
[ 16 , 24 ] ,
[ 17 , 42 ]
2024-07-24 14:01:00 +02:00
]
}
}
} ,
{
"id" : "limite etat 2" ,
"type" : "line" ,
"source" : "plan_ign" ,
"source-layer" : "limite_lin" ,
"minzoom" : 7 ,
"layout" : {
"visibility" : "visible" ,
"line-cap" : "butt" ,
"line-join" : "round"
} ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "symbo" , "LIM_ETAT" , "LIM_ETAT_ETRANGER" ] ,
2024-07-24 14:01:00 +02:00
"paint" : {
"line-color" : "#9F9CB8" ,
"line-width" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 1.5 ] ,
[ 14 , 3.5 ] ,
[ 15 , 5.5 ] ,
[ 16 , 6.5 ] ,
[ 17 , 11 ]
]
} ,
"line-dasharray" : [ 4 , 2 ]
2024-07-24 14:01:00 +02:00
}
} ,
{
"id" : "toponyme - liaison maritime" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_routier_liaison_lin" ,
"minzoom" : 8 ,
"maxzoom" : 18 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "LIAISON_MARITIME" , "LIAISON_MAR" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : 15 ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-max-angle" : 45 ,
"text-padding" : 10 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#5792C2" ,
"text-halo-width" : 3 ,
"text-halo-color" : "#AAD5E9"
}
} ,
{
"id" : "toponyme bati station de métro + bati ponctuel metro" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 14 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "all" , [ "==" , "txt_typo" , "TYPO_E_1" ] , [ "==" , "symbo" , "STATION_METRO" ] ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0.3 , -0.25 ] ,
2024-07-24 14:01:00 +02:00
"text-padding" : 3 ,
"text-anchor" : "bottom-left" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro" ] ,
2024-07-24 14:01:00 +02:00
"icon-image" : "Metro" ,
"icon-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 0.33 ] ,
[ 17 , 0.6 ]
2024-07-24 14:01:00 +02:00
]
}
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"icon-color" : "#D3D3D3"
}
} ,
{
"id" : "toponyme religieux zoom 15 16" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 14 ,
"maxzoom" : 16 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "religieux" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{designation}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme religieux zoom 17 à 19" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 16 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "religieux" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme parc d'attractions zoom 14" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 13 ,
"maxzoom" : 14 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "txt_typo" , "divers_bati" ] ,
[ "==" , "symbo" , "PARC_ATTRACTIONS" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{designation}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme parc d'attractions zoom 15 à 19" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 14 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "txt_typo" , "divers_bati" ] ,
[ "==" , "symbo" , "PARC_ATTRACTIONS" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme bati divers zoom 15" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 14 ,
"maxzoom" : 15 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "txt_typo" , "divers_bati" ] ,
[ "in" , "symbo" , "CENTRALE_ELECTRIQUE" , "HIPPODROME" , "STADE" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{designation}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme bati divers zoom 16 à 19" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 15 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "txt_typo" , "divers_bati" ] ,
[ "in" , "symbo" , "CENTRALE_ELECTRIQUE" , "HIPPODROME" , "STADE" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme chateau zoom 16" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 15 ,
"maxzoom" : 16 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "txt_typo" , "divers_bati" ] ,
[ "in" , "symbo" , "CHATEAU" , "CHATEAU_FORT" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{designation}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme chateau zoom 17 à 19" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 16 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "txt_typo" , "divers_bati" ] ,
[ "in" , "symbo" , "CHATEAU" , "CHATEAU_FORT" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme station epuration, de pompage, usine de production eau" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 14 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "station" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{designation}" ,
"text-anchor" : "left" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0.8 , 0 ] ,
2024-07-24 14:01:00 +02:00
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme bati ponc gare" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 15 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "gore" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{designation}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme bati ponc barrage" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 12 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "BARRAGE_PONC" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "left" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0.8 , 0 ] ,
2024-07-24 14:01:00 +02:00
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme bati ponc phare - niveau 13" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"maxzoom" : 13 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "PHARE" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "right" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#C56464" ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme bati ponc phare - niveau 14à19" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 13 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "symbo" , "PHARE" ] ,
[ "in" , "txt_typo" , "TYPO_C_6" , "TYPO_C_7" , "TYPO_C_8" , "TYPO_E_GE" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "right" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 13 , 12 ] ,
[ 18 , 18 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ -2.0 , 0 ] ,
2024-07-24 14:01:00 +02:00
"text-padding" : 3 ,
"text-anchor" : "right" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#532A2A" ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme bati ponc autre" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 12 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "BAT_ACTIVITE" , "BAT_FORTIF" , "BAT_VILLAGE_DETRUIT" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "center" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#532A2A"
}
} ,
{
"id" : "toponyme bati ponc aerogare" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 14 ,
"maxzoom" : 17 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "all" , [ "==" , "txt_typo" , "TYPO_E_GE" ] , [ "==" , "symbo" , "AEROGARE" ] ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "center" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , 9 ] ,
[ 16 , 11 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#120049" ,
"text-halo-color" : "rgba(0, 0, 0, 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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "AEROPORT_PONC" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "bottom" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0 , -1.3 ] ,
2024-07-24 14:01:00 +02:00
"text-size" : 10.5 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro" ]
2024-07-24 14:01:00 +02:00
} ,
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "AEROPORT_PONC" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "bottom" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0 , -2 ] ,
2024-07-24 14:01:00 +02:00
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro" ]
2024-07-24 14:01:00 +02:00
} ,
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "all" , [ "==" , "txt_typo" , "TYPO_A_5" ] , [ "==" , "symbo" , "AEROPORT" ] ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "center" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , 11 ] ,
[ 16 , 13 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro" ]
2024-07-24 14:01:00 +02:00
} ,
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "AERODROME_PONC" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "bottom" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0 , -1.3 ] ,
2024-07-24 14:01:00 +02:00
"text-size" : 9.5 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro" ]
2024-07-24 14:01:00 +02:00
} ,
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "AERODROME_PONC" , "AERODROME_IMPORT_PONC" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "bottom" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0 , -2 ] ,
2024-07-24 14:01:00 +02:00
"text-size" : 10 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro" ]
2024-07-24 14:01:00 +02:00
} ,
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "all" , [ "==" , "txt_typo" , "TYPO_A_7" ] , [ "==" , "symbo" , "AERODROME" ] ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-anchor" : "center" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , 10 ] ,
[ 16 , 12 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro" ]
2024-07-24 14:01:00 +02:00
} ,
"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" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "TYPO_D_9" , "TYPO_D_10" , "TYPO_E_1_cyan" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 11 ] ,
[ 17 , 14 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-padding" : 5 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-color" : "#FFFFFF" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme - hydro ponc glacier" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "ORO_GLACIER_2" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 14 ,
"text-anchor" : "center" ,
"text-allow-overlap" : true ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-width" : 2 ,
"text-halo-color" : "rgba(255, 255, 255, 0.9)"
}
} ,
{
"id" : "toponyme - limite militaire ponc 3 et 4" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_limite_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "LIM_MILI_3" , "LIM_MILI_4" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 12 ,
"text-allow-overlap" : false ,
"text-padding" : 2 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#0D2000" ,
"text-halo-color" : "rgba(255, 255, 255, 0.8)" ,
"text-halo-width" : 1.5
}
} ,
{
"id" : "toponyme - limite parc ponc 3 et 4" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_limite_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "LIM_PARC_3" , "LIM_PARC_4" , "RESERVE_NATURELLE_PONC" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 13 ,
"text-allow-overlap" : false ,
"text-padding" : 2 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-color" : "rgba(255, 255, 255, 0.9)" ,
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "Départementale" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : 10.5 ,
"text-allow-overlap" : false ,
"text-padding" : 2 ,
"text-anchor" : "center" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Semibold" ] ,
2024-07-24 14:01:00 +02:00
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "Nationale" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : 12 ,
"text-allow-overlap" : false ,
"text-padding" : 0 ,
"text-anchor" : "center" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ] ,
2024-07-24 14:01:00 +02:00
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "Autoroute" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : 15 ,
"text-allow-overlap" : false ,
"text-padding" : 0 ,
"text-anchor" : "center" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ] ,
2024-07-24 14:01:00 +02:00
"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 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-width" : 2 ,
"text-halo-color" : "rgba(0, 0, 0, 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 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-width" : 2 ,
"text-halo-color" : "rgba(0, 0, 0, 1)"
}
} ,
{
"id" : "toponyme - lieu dit non habité 3" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_ponc" ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "symbo" , "LIEU-DIT_NON_HABITE" ] ,
[ "in" , "txt_typo" , "TYPO_B_10" , "TYPO_B_11" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme - bois" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "all" , [ "==" , "symbo" , "BOIS" ] , [ "in" , "txt_typo" , "TYPO_F_9" , "TYPO_F_10" ] ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 13 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-color" : "rgba(255, 255, 255, 1)" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme - oro lineaire 4" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_oro_lin" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "ORO_SOMMET_3" , "ORO_GORGE_2" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : 11 ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-max-angle" : 45 ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#863831" ,
"text-halo-width" : 1.5 ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)"
}
} ,
{
"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_8" ,
"TYPO_G_9"
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 13 , 11 ] ,
[ 16 , 16 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#863831" ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 14 , 13 ] ,
[ 17 , 16 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-padding" : 5 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-color" : "#FFFFFF" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme quartier " ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "BAT_QUARTIER" , "BAT_QUARTIER_T" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite n0 typo_E_GE Quartier" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 17 ,
"maxzoom" : 18 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "all" , [ "==" , "symbo" , "QUARTIER" ] , [ "==" , "txt_typo" , "TYPO_E_GE" ] ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 11 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite n0 typo_E_GE Lieu-dit" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 16 ,
"maxzoom" : 18 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "all" , [ "==" , "symbo" , "LIEU-DIT-HABITE" ] , [ "==" , "txt_typo" , "TYPO_E_GE" ] ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 11 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite n0 typoA10" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"maxzoom" : 18 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "TYPO_A_10" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 11 ] ,
[ 17 , 13.5 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - lieu dit non habité" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_ponc" ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "symbo" , "LIEU-DIT_NON_HABITE" ] ,
[ "in" , "txt_typo" , "TYPO_B_7" , "TYPO_B_8" , "TYPO_B_9" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 12 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme - bois 2" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_ponc" ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "symbo" , "BOIS" ] ,
[ "in" , "txt_typo" , "TYPO_F_6" , "TYPO_F_7" , "TYPO_F_8" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 16 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-color" : "rgba(255, 255, 255, 1)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite hameau " ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 11 ,
"maxzoom" : 13 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "BAT_HAMEAU" , "BAT_HAMEAU_T" ] ,
2024-07-24 14:01:00 +02:00
"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" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0.3 , 0.1 ] ,
2024-07-24 14:01:00 +02:00
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite importance 6et7 - Special DOM" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 7 ,
"maxzoom" : 13 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "TYPO_A_6" , "TYPO_A_7" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"icon-image" : "Localite" ,
"icon-size" : 0.21 ,
"text-field" : "{texte}" ,
"text-size" : 12.5 ,
"text-allow-overlap" : false ,
"text-anchor" : "bottom-left" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0.3 , 0.1 ] ,
2024-07-24 14:01:00 +02:00
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 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" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0.3 , 0.1 ] ,
2024-07-24 14:01:00 +02:00
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - ocs lineaire 3" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_lin" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "OCS_FORET_3" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 10 , 12 ] ,
[ 12 , 15 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-max-angle" : 45 ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-width" : 2 ,
"text-halo-color" : "rgba(255, 255, 255, 0.8)"
}
} ,
{
"id" : "toponyme - lieu dit non habité 1" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_ponc" ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "==" , "symbo" , "LIEU-DIT_NON_HABITE" ] ,
[ "in" , "txt_typo" , "TYPO_B_5" , "TYPO_B_4" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 15 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme - bois 1" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "all" , [ "==" , "symbo" , "BOIS" ] , [ "in" , "txt_typo" , "TYPO_F_5" , "TYPO_F_4" ] ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 19 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-color" : "rgba(255, 255, 255, 1)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - bois 0" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "all" , [ "==" , "symbo" , "BOIS" ] , [ "in" , "txt_typo" , "TYPO_F_3" , "TYPO_F_2" ] ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 22 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"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" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "OCS_FORET_3" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 10 , 12 ] ,
[ 12 , 15 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
"text-anchor" : "center" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-color" : "rgba(255, 255, 255, 0.8)" ,
"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 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#863831" ,
"text-halo-width" : 1.5 ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)"
}
} ,
{
"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_6" ,
"TYPO_G_7"
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 13 , 12 ] ,
[ 16 , 17 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"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" ,
"minzoom" : 13 ,
"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_5" ,
"TYPO_D_7"
] ,
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 12 ] ,
[ 18 , 19 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-max-angle" : 45 ,
"text-padding" : 10 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-width" : 1 ,
"text-halo-color" : "rgba(255, 255, 255, 0.9)"
}
} ,
{
"id" : "toponyme - hydro lineaire 4" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_lin" ,
"minzoom" : 14 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "TYPO_D_6" , "TYPO_D_8" , "TYPO_D_9" , "TYPO_D_10" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 10 ] ,
[ 18 , 16 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-max-angle" : 45 ,
"text-padding" : 10 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-width" : 1.5 ,
"text-halo-color" : "rgba(255, 255, 255, 0.9)"
}
} ,
{
"id" : "toponyme - hydro ponc 3" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "HYD_SURF_3" , "TYPO_D_5" , "TYPO_D_6" , "TYPO_D_7" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 13 ] ,
[ 10 , 15 ] ,
[ 15 , 15 ] ,
[ 17 , 18 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-padding" : 10 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-color" : "#FFFFFF" ,
"text-halo-width" : 1
}
} ,
{
"id" : "toponyme bati ponc zai zoom 16" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 15 ,
"maxzoom" : 16 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "zai" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{designation}" ,
"text-size" : 11 ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme bati ponc zai zoom 17 et 18" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_bati_ponc" ,
"minzoom" : 16 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "zai" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 17 , 11 ] ,
[ 18 , 15 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF"
}
} ,
{
"id" : "toponyme localite importance 4" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 7 ,
"maxzoom" : 13 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "TYPO_A_4" , "BAT_COMMUNE_4" , "BAT_COMMUNE_4_T" ] ,
2024-07-24 14:01:00 +02:00
"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" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0.3 , 0.1 ] ,
2024-07-24 14:01:00 +02:00
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite n0 typoA9" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"maxzoom" : 18 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "TYPO_A_9" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 11.5 ] ,
[ 17 , 14 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite n0 typoA8 non commune" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 13 ,
"maxzoom" : 18 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "!=" , "symbo" , "COMMUNE_FUSIONNEE" ] ,
[ "!=" , "symbo" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_8" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 12 ] ,
[ 17 , 15 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - limite militaire ponc 1 et 2" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_limite_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "LIM_MILI_1" , "LIM_MILI_2" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 15 ,
"text-allow-overlap" : false ,
"text-padding" : 5 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#0D2000" ,
"text-halo-color" : "rgba(255, 255, 255, 0.8)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - limite parc marin" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_limite_ponc" ,
"minzoom" : 8 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "PARC_MARIN_1" , "PARC_MARIN_2" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 15 ,
"text-allow-overlap" : false ,
"text-padding" : 10 ,
"text-transform" : "uppercase" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#2A81A2" ,
"text-halo-color" : "rgba(0, 0, 0, 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" : 10 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "LIM_PARC_1" , "LIM_PARC_2" , "PARC_1" , "PARC_2" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 15 ,
"text-allow-overlap" : false ,
"text-padding" : 10 ,
"text-transform" : "uppercase" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-color" : "rgba(255, 255, 255, 0.9)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - ocs lineaire 2" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_lin" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "OCS_FORET_2" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 10 , 15 ] ,
[ 12 , 18 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-max-angle" : 45 ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-width" : 2 ,
"text-halo-color" : "rgba(255, 255, 255, 0.8)"
}
} ,
{
"id" : "toponyme - ocs ponc 2" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "OCS_FORET_2" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 10 , 15 ] ,
[ 12 , 18 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
"text-anchor" : "center" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-color" : "rgba(255, 255, 255, 0.8)" ,
"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 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#863831" ,
"text-halo-width" : 2 ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)"
}
} ,
{
"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"
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 13 ] ,
[ 10 , 15 ] ,
[ 13 , 15 ] ,
[ 16 , 19 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#863831" ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - oro ponc 2B" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_oro_ponc" ,
"minzoom" : 8 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "TYPO_G_4" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 13 , 15 ] ,
[ 16 , 19 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#863831" ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - hydro lineaire 2" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_lin" ,
"minzoom" : 13 ,
"filter" : [
"in" ,
"txt_typo" ,
"HYD_LIN_2" ,
"TYPO_D_LIN_2" ,
"HYD_SURF_2" ,
"HYD_SURF_2_T" ,
"TYPO_D_4"
] ,
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 14 , 15 ] ,
[ 18 , 21 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-max-angle" : 45 ,
"text-padding" : 10 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-width" : 1 ,
"text-halo-color" : "rgba(255, 255, 255, 0.8)"
}
} ,
{
"id" : "toponyme - hydro ponc 2" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_ponc" ,
"minzoom" : 5 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "moyen" , "HYD_SURF_2" , "TYPO_D_2" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 5 , 12 ] ,
[ 6 , 18 ] ,
[ 10 , 17 ] ,
[ 18 , 21 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 10 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-color" : "#FFFFFF" ,
"text-halo-width" : 1.5
}
} ,
{
"id" : "toponyme - hydro ponc 2B" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "TYPO_D_3" , "TYPO_D_4" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 9 , 15 ] ,
[ 10 , 17 ] ,
[ 18 , 21 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 10 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"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" : [
2025-02-02 11:17:22 +01:00
[ 5 , 10 ] ,
[ 6 , 15 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-anchor" : "bottom-left" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0.3 , 0.1 ] ,
2024-07-24 14:01:00 +02:00
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite n0 typoA7 non commune" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 13 ,
"maxzoom" : 18 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "!=" , "symbo" , "COMMUNE_FUSIONNEE" ] ,
[ "!=" , "symbo" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_7" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 13 ] ,
[ 17 , 16 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite n0 typoA5etA6 non commune" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 13 ,
"maxzoom" : 18 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "!=" , "symbo" , "COMMUNE_FUSIONNEE" ] ,
[ "!=" , "symbo" , "COMMUNE_CHEF_LIEU" ] ,
[ "in" , "txt_typo" , "TYPO_A_5" , "TYPO_A_6" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 15 ] ,
[ 17 , 18 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - oro lineaire 1" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_oro_lin" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "ORO_ILE_1" , "ORO_RELIEF_1" , "ORO_RELIEF_1_T" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : 20 ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-padding" : 5 ,
"text-max-angle" : 45 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#863831" ,
"text-halo-width" : 2 ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)"
}
} ,
{
"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 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#863831" ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)" ,
"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" ,
2025-02-02 11:17:22 +01:00
[ "!=" , "symbo" , "COMMUNE_FUSIONNEE" ] ,
[ "!=" , "symbo" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_4" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 17 ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 3
}
} ,
{
"id" : "toponyme - ocs lineaire 1" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_lin" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "OCS_FORET_1" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 10 , 18 ] ,
[ 12 , 22 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-padding" : 1 ,
"text-max-angle" : 45 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-width" : 2 ,
"text-halo-color" : "rgba(255, 255, 255, 0.8)"
}
} ,
{
"id" : "toponyme - ocs ponc 1" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_ocs_ponc" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "OCS_FORET_1" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 10 , 18 ] ,
[ 12 , 22 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#287B00" ,
"text-halo-color" : "rgba(255, 255, 255, 0.8)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - oro ponc 1" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_oro_ponc" ,
"minzoom" : 8 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "ORO_ILE_1" , "ORO_RELIEF_1" , "ORO_RELIEF_1_T" , "TYPO_G_1" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 21 ,
"text-allow-overlap" : true ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#863831" ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - oro ponc 1B" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_oro_ponc" ,
"minzoom" : 8 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "TYPO_G_2" , "TYPO_G_3" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 12 , 15 ] ,
[ 13 , 21 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#863831" ,
"text-halo-color" : "rgba(255, 255, 255, 0.7)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme - hydro lineaire glacier" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_lin" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "ORO_GLACIER_1" , "ORO_GLACIER_2" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : 15 ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-max-angle" : 45 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold Italic" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-width" : 2 ,
"text-halo-color" : "rgba(255, 255, 255, 0.9)"
}
} ,
{
"id" : "toponyme - hydro lineaire 1" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_lin" ,
"minzoom" : 13 ,
"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 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-width" : 2 ,
"text-halo-color" : "rgba(255, 255, 255, 0.8)"
}
} ,
{
"id" : "toponyme - hydro lineaire ocean" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_lin" ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "OCEAN_MER" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"symbol-placement" : "line" ,
"text-field" : "{texte}" ,
"text-size" : 30 ,
"text-anchor" : "center" ,
"text-keep-upright" : true ,
"text-max-angle" : 45 ,
"text-padding" : 10 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-width" : 4 ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)"
}
} ,
{
"id" : "toponyme - hydro ponc 1" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_ponc" ,
"minzoom" : 4 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "in" , "txt_typo" , "mer" , "grand" , "HYD_SURF_1" , "TYPO_D_1" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 4 , 16 ] ,
[ 6 , 30 ] ,
[ 10 , 25 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-padding" : 10 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-color" : "rgba(0, 0, 0, 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" : [
2025-02-02 11:17:22 +01:00
[ 4 , 10 ] ,
[ 6 , 17 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "bottom-left" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0.3 , 0.2 ] ,
2024-07-24 14:01:00 +02:00
"text-padding" : 1 ,
"text-transform" : "uppercase" ,
"text-font" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 1 , [ "Source Sans Pro Regular" ] ] ,
[ 7 , [ "Source Sans Pro Bold" ] ] ,
[ 10 , [ "Source Sans Pro Regular" ] ]
2024-07-24 14:01:00 +02:00
]
}
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 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" ,
2025-02-02 11:17:22 +01:00
[ "!=" , "symbo" , "COMMUNE_FUSIONNEE" ] ,
[ "!=" , "symbo" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_3" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 19 ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 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" ,
2025-02-02 11:17:22 +01:00
[ "!=" , "symbo" , "COMMUNE_FUSIONNEE" ] ,
[ "!=" , "symbo" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_2" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 21 ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 4
}
} ,
{
"id" : "toponyme localite n0 typoA8 commune" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 13 ,
"maxzoom" : 18 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "in" , "symbo" , "COMMUNE_FUSIONNEE" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_8" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 12 ] ,
[ 17 , 15 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
"text-transform" : "uppercase" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite n0 typoA7 commune" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 13 ,
"maxzoom" : 18 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "in" , "symbo" , "COMMUNE_FUSIONNEE" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_7" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 13 ] ,
[ 17 , 16 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
"text-transform" : "uppercase" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 2
}
} ,
{
"id" : "toponyme localite n0 typoA5etA6 commune" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 13 ,
"maxzoom" : 18 ,
"filter" : [
"all" ,
2025-02-02 11:17:22 +01:00
[ "in" , "symbo" , "COMMUNE_FUSIONNEE" , "COMMUNE_CHEF_LIEU" ] ,
[ "in" , "txt_typo" , "TYPO_A_5" , "TYPO_A_6" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 15 , 15 ] ,
[ 17 , 18 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
"text-transform" : "uppercase" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 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" ,
2025-02-02 11:17:22 +01:00
[ "!=" , "symbo" , "COMMUNE_FUSIONNEE" ] ,
[ "!=" , "symbo" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_1" ]
2024-07-24 14:01:00 +02:00
] ,
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : 23 ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 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" ,
2025-02-02 11:17:22 +01:00
[ "in" , "symbo" , "COMMUNE_FUSIONNEE" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_4" ]
2024-07-24 14:01:00 +02:00
] ,
"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" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 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" ,
2025-02-02 11:17:22 +01:00
[ "in" , "symbo" , "COMMUNE_FUSIONNEE" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_3" ]
2024-07-24 14:01:00 +02:00
] ,
"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" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 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" ,
2025-02-02 11:17:22 +01:00
[ "in" , "symbo" , "COMMUNE_FUSIONNEE" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_2" ]
2024-07-24 14:01:00 +02:00
] ,
"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" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 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" : [
2025-02-02 11:17:22 +01:00
[ 3 , 10 ] ,
[ 6 , 20 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : false ,
"text-anchor" : "bottom-left" ,
2025-02-02 11:17:22 +01:00
"text-offset" : [ 0.25 , -0.1 ] ,
2024-07-24 14:01:00 +02:00
"text-padding" : 1 ,
"text-transform" : "uppercase" ,
"text-font" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 1 , [ "Source Sans Pro Regular" ] ] ,
[ 7 , [ "Source Sans Pro Bold" ] ] ,
[ 10 , [ "Source Sans Pro Regular" ] ]
2024-07-24 14:01:00 +02:00
]
}
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 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" ,
2025-02-02 11:17:22 +01:00
[ "in" , "symbo" , "COMMUNE_FUSIONNEE" , "COMMUNE_CHEF_LIEU" ] ,
[ "==" , "txt_typo" , "TYPO_A_1" ]
2024-07-24 14:01:00 +02:00
] ,
"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" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#FFFFFF" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 4
}
} ,
{
"id" : "toponyme - hydro ponc ocean" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_hydro_ponc" ,
"minzoom" : 1 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "ocean" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"symbol-placement" : "point" ,
"text-field" : "{texte}" ,
"text-size" : {
"stops" : [
2025-02-02 11:17:22 +01:00
[ 1 , 16 ] ,
[ 6 , 30 ]
2024-07-24 14:01:00 +02:00
]
} ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 10 ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#447FB3" ,
"text-halo-color" : "rgba(0, 0, 0, 0.5)" ,
"text-halo-width" : 4
}
} ,
{
"id" : "toponyme pays 3" ,
"type" : "symbol" ,
"source" : "plan_ign" ,
"source-layer" : "toponyme_localite_ponc" ,
"minzoom" : 4 ,
"maxzoom" : 5 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "pays 3" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"text-field" : "{texte}" ,
"text-size" : 9 ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
"text-transform" : "uppercase" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "pays 2" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"text-field" : "{texte}" ,
"text-size" : 13 ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 2 ,
"text-transform" : "uppercase" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "pays 1" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"text-field" : "{texte}" ,
"text-size" : 13 ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 2 ,
"text-transform" : "uppercase" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Regular" ]
2024-07-24 14:01:00 +02:00
} ,
"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 ,
2025-02-02 11:17:22 +01:00
"filter" : [ "==" , "txt_typo" , "continent" ] ,
2024-07-24 14:01:00 +02:00
"layout" : {
"visibility" : "visible" ,
"text-field" : "{texte}" ,
"text-size" : 15 ,
"text-allow-overlap" : true ,
"text-anchor" : "center" ,
"text-padding" : 1 ,
"text-transform" : "uppercase" ,
2025-02-02 11:17:22 +01:00
"text-font" : [ "Source Sans Pro Bold" ]
2024-07-24 14:01:00 +02:00
} ,
"paint" : {
"text-color" : "#787878" ,
"text-halo-color" : "rgba(255, 255, 255, 0.5)" ,
"text-halo-width" : 4
}
}
]
2025-02-02 11:17:22 +01:00
}