add FORETANC layer
This commit is contained in:
@@ -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}",
|
||||
|
Reference in New Issue
Block a user