#2 change image + map backgrounds

This commit is contained in:
nobohan
2021-05-25 10:43:11 +02:00
parent 7be5beff96
commit 02a8bb9088
4 changed files with 36 additions and 39 deletions

View File

@@ -26,13 +26,21 @@
maxZoom: 20
}),
WMS: L.tileLayer.wms('https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2019/MapServer/WMSServer?', {
ORTHO: L.tileLayer.wms('https://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2019/MapServer/WMSServer?', {
attribution: '© SPW',
layers: '0',
format: 'image/png',
transparent: true,
}),
PDS: L.tileLayer.wms('https://geoservices.wallonie.be/arcgis/services/AMENAGEMENT_TERRITOIRE/PDS/MapServer/WMSServer?', {
attribution: '© SPW',
layers: '2',
format: 'image/png',
transparent: true,
minZoom: 12
}),
//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}",