From d5a55aa4c311dbe07fac6e42a1bbcdd3a962044e Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 14 Aug 2023 16:27:55 +0200 Subject: [PATCH] #47 update map layers --- patches/frontend/src/conf/map.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/patches/frontend/src/conf/map.config.ts b/patches/frontend/src/conf/map.config.ts index 5d1161e..bf036b5 100644 --- a/patches/frontend/src/conf/map.config.ts +++ b/patches/frontend/src/conf/map.config.ts @@ -20,7 +20,7 @@ export const MAP_CONFIG = { { name: "Hydrographie", maxZoom: 20, - layer: "//geoservices.wallonie.be/arcgis/services/EAU/RHW/MapServer/WMSServer?", + layer: "//geoservices.wallonie.be/arcgis/services/EAU/RHW_SIMPLE/MapServer/WMSServer?", layers: ['1', '2', '3', '4', '5','6'], wms: true, attribution: '© SPW' @@ -44,7 +44,7 @@ export const MAP_CONFIG = { { name: "Pentes (relief)", maxZoom: 20, - layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNP_CLASSE_2013_2014/MapServer/WMSServer?", + layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNP_2013_2014__CLASSES/MapServer/WMSServer?", layers: '0', wms: true, attribution: '© SPW' @@ -83,9 +83,9 @@ export const MAP_CONFIG = { attribution: '© SPW' }, { - name: "Parcellaire agricole anonyme 2019", + name: "Parcellaire agricole anonyme 2020", maxZoom: 20, - layer: "//geoservices.wallonie.be/arcgis/services/AGRICULTURE/SIGEC_PARC_AGRI_ANON__2019/MapServer/WMSServer?", + layer: "//geoservices.wallonie.be/arcgis/services/AGRICULTURE/SIGEC_PARC_AGRI_ANON__2020/MapServer/WMSServer?", layers: '0', wms: true, attribution: '© SPW' @@ -177,8 +177,8 @@ export const MAP_CONFIG = { { name: "Limites administratives", maxZoom: 20, - layer: "//ccff02.minfin.fgov.be/geoservices/arcgis/services/INSPIRE/AU_wms/MapServer/WMSServer?", - layers: ['1', '2', '3', '4'], + layer: "//ccff02.minfin.fgov.be/geoservices/arcgis/services/WMS/Cadastral_Layers/MapServer/WMSServer?", + layers: ['Region', 'Province', 'Municipality'], wms: true, attribution: '© CadGIS' },