add WMS layers

This commit is contained in:
nobohan
2021-06-14 14:51:27 +02:00
parent 57e91bf9e0
commit 0d2c86b52c
2 changed files with 36 additions and 1 deletions

View File

@@ -40,6 +40,15 @@ export const MAP_CONFIG = {
wms: true,
attribution: '© SPW'
},
{
name: "Couverture forestière approximative au 18ème siècle",
minZoom: 13,
maxZoom: 20,
layer: "//geoservices.wallonie.be/arcgis/services/FORET/FORETANC/MapServer/WMSServer?",
layers: '0',
wms: true,
attribution: '© SPW'
},
{
name: "Ancienneté des forêts actuelles",
minZoom: 13,
@@ -49,6 +58,16 @@ export const MAP_CONFIG = {
wms: true,
attribution: '© SPW'
},
{
name: "Carte des sols",
minZoom: 8,
maxZoom: 20,
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/CNSW/MapServer/WMSServer?",
layers: '1',
wms: true,
attribution: '© SPW'
},
],
CENTER: [46.52863469527167, 2.43896484375],
ZOOM_LEVEL: 6,