#2 change image + map backgrounds
This commit is contained in:
@@ -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}",
|
||||
|
Reference in New Issue
Block a user