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,