From 976657c2eb0aecec73111c44acc3a5e399166fd9 Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 19 Sep 2022 15:04:57 +0200 Subject: [PATCH] #36 add a new WMS layer in map config --- patches/frontend/src/conf/map.config.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/patches/frontend/src/conf/map.config.ts b/patches/frontend/src/conf/map.config.ts index cba989b..5d1161e 100644 --- a/patches/frontend/src/conf/map.config.ts +++ b/patches/frontend/src/conf/map.config.ts @@ -165,6 +165,15 @@ export const MAP_CONFIG = { wms: true, attribution: '© SPW' }, + { + name: "Parcellaire cadastral", + minZoom: 12, + maxZoom: 20, + layer: "//geoservices.wallonie.be/arcgis/services/PLAN_REGLEMENT/CADMAP_2021_PARCELLES/MapServer/WMSServer?", + layers: ['0', '1'], + wms: true, + attribution: '© SPW' + }, { name: "Limites administratives", maxZoom: 20,