add FORETANC layer
This commit is contained in:
parent
f05e04229d
commit
8d7b70dd2b
@ -74,6 +74,15 @@ export const MAP_CONFIG = {
|
|||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
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],
|
CENTER: [46.52863469527167, 2.43896484375],
|
||||||
ZOOM_LEVEL: 6,
|
ZOOM_LEVEL: 6,
|
||||||
|
@ -41,6 +41,23 @@
|
|||||||
minZoom: 12
|
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
|
//https://wxs.ign.fr/{apiKey}/geoportail/wmts?&REQUEST=GetTile&SERVICE=WMTS
|
||||||
//&VERSION=1.0.0&STYLE=normal&TILEMATRIXSET=PM&FORMAT=image/jpeg
|
//&VERSION=1.0.0&STYLE=normal&TILEMATRIXSET=PM&FORMAT=image/jpeg
|
||||||
//&LAYER={layerName}&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",
|
//&LAYER={layerName}&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}",
|
||||||
|
Loading…
Reference in New Issue
Block a user