Skip to content

Commit 821844e

Browse files
committed
fix(gfi): revert to landuse.agricuture2023 (no nom_cultu in .latest)
1 parent db43d54 commit 821844e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

config/gfi-rules.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
}
5151
},
5252
"IGNF_SITES-UNESCO$WMS": {
53+
5354
"0": {
5455
"title": "@nom",
5556
"title2": "@sous_titre",
@@ -179,7 +180,7 @@
179180
]
180181
}
181182
},
182-
"LANDUSE.AGRICULTURE.LATEST$WMTS": {
183+
"LANDUSE.AGRICULTURE2023$WMTS": {
183184
"0" :{
184185
"pretitle": "Culture : ",
185186
"title": "@nom_cultu",

config/layers-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@
107107
"maxNativeZoom": 18,
108108
"format": "image/png"
109109
},
110-
"LANDUSE.AGRICULTURE.LATEST$WMTS": {
111-
"title": "Registre parcellaire graphique 2024",
112-
"description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2024",
110+
"LANDUSE.AGRICULTURE2023$WMTS": {
111+
"title": "Registre parcellaire graphique 2023",
112+
"description": "Registre parcellaire graphique : zones de cultures déclarées par les exploitants en 2023",
113113
"source": "Agence de services et de paiement (ASP)",
114-
"maj": "Déclarations 2024",
114+
"maj": "Déclarations 2023",
115115
"serverUrl": "https://data.geopf.fr/wmts",
116116
"minNativeZoom": 6,
117117
"maxNativeZoom": 16,

config/thematics-layer-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"name": "Agriculture",
2424
"layers": [
25-
"LANDUSE.AGRICULTURE.LATEST$WMTS",
25+
"LANDUSE.AGRICULTURE2023$WMTS",
2626
"Aire-Parcellaire$WMTS"
2727
]
2828
},

0 commit comments

Comments
 (0)