add more map layers - correction

This commit is contained in:
nobohan 2021-06-14 22:58:03 +02:00
parent 90920d5870
commit 6f1dc178e9
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ export const MAP_CONFIG = {
name: "Carte d'utilisation du sol", name: "Carte d'utilisation du sol",
maxZoom: 20, maxZoom: 20,
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/WALOUS_UTILISATION_SOL/MapServer/WMSServer?", layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/WALOUS_UTILISATION_SOL/MapServer/WMSServer?",
layers: '0', layers: ['1', '3', '4', '5', '6', '7', '8', '9'],
wms: true, wms: true,
attribution: '© SPW' attribution: '© SPW'
}, },