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,

View File

@ -41,6 +41,23 @@
minZoom: 12
}),
ALEA: L.tileLayer.wms('https://geoservices.wallonie.be/arcgis/services/EAU/ALEA_INOND/MapServer/WMSServer?', {
attribution: '© SPW',
layers: ['1', '2'],
format: 'image/png',
transparent: true,
}),
ANC_FORET: L.tileLayer.wms(' https://geoservices.wallonie.be/arcgis/services/FORET/FORETANC/MapServer/WMSServer?', {
attribution: '© SPW',
layers: '1',
format: 'image/png',
transparent: true,
minZoom: 13
}),
//https://wxs.ign.fr/{apiKey}/geoportail/wmts?&REQUEST=GetTile&SERVICE=WMTS
//&VERSION=1.0.0&STYLE=normal&TILEMATRIXSET=PM&FORMAT=image/jpeg
//&LAYER={layerName}&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",