add FORETANC layer

This commit is contained in:
nobohan
2021-06-14 10:34:32 +02:00
parent f05e04229d
commit 8d7b70dd2b
2 changed files with 26 additions and 0 deletions

View File

@@ -74,6 +74,15 @@ export const MAP_CONFIG = {
wms: true,
attribution: '© SPW'
},
{
name: "Ancienneté des forêts actuelles",
minZoom: 13,
maxZoom: 20,
layer: "//geoservices.wallonie.be/arcgis/services/FORET/FORETANC/MapServer/WMSServer?",
layers: '1',
wms: true,
attribution: '© SPW'
},
],
CENTER: [46.52863469527167, 2.43896484375],
ZOOM_LEVEL: 6,