add WMS layers
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
transparent: true,
|
||||
}),
|
||||
|
||||
ANC_FORET: L.tileLayer.wms(' https://geoservices.wallonie.be/arcgis/services/FORET/FORETANC/MapServer/WMSServer?', {
|
||||
ANC_FORET: L.tileLayer.wms('https://geoservices.wallonie.be/arcgis/services/FORET/FORETANC/MapServer/WMSServer?', {
|
||||
attribution: '© SPW',
|
||||
layers: '1',
|
||||
format: 'image/png',
|
||||
@@ -56,6 +56,22 @@
|
||||
minZoom: 13
|
||||
}),
|
||||
|
||||
COUV_FORET_ANC: L.tileLayer.wms('https://geoservices.wallonie.be/arcgis/services/FORET/FORETANC/MapServer/WMSServer?', {
|
||||
attribution: '© SPW',
|
||||
layers: '0',
|
||||
format: 'image/png',
|
||||
transparent: true,
|
||||
minZoom: 13
|
||||
}),
|
||||
|
||||
SOLS: L.tileLayer.wms('https://geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/CNSW/MapServer/WMSServer?', {
|
||||
attribution: '© SPW',
|
||||
layers: '1',
|
||||
format: 'image/png',
|
||||
transparent: true,
|
||||
minZoom: 8
|
||||
}),
|
||||
|
||||
|
||||
|
||||
//https://wxs.ign.fr/{apiKey}/geoportail/wmts?&REQUEST=GetTile&SERVICE=WMTS
|
||||
|
Reference in New Issue
Block a user