ign ski touring layer

This commit is contained in:
vcoppe
2024-06-06 12:16:07 +02:00
parent 8611c9c63d
commit 7979939835
2 changed files with 11 additions and 0 deletions

View File

@@ -330,6 +330,13 @@ export const overlays: { [key: string]: AnySourceData; } = {
maxzoom: 17,
attribution: 'IGN-F/Géoportail'
},
ignSkiTouring: {
type: 'raster',
tiles: ['https://data.geopf.fr/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&TileMatrixSet=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&Layer=TRACES.RANDO.HIVERNALE&FORMAT=image/png&Style=normal'],
tileSize: 256,
maxzoom: 16,
attribution: 'IGN-F/Géoportail'
},
waymarkedTrailsHiking: {
type: 'raster',
tiles: ['https://tile.waymarkedtrails.org/hiking/{z}/{x}/{y}.png'],
@@ -451,6 +458,7 @@ export const overlayTree: LayerTreeType = {
france: {
ignFrCadastre: true,
ignSlope: true,
ignSkiTouring: true,
},
switzerland: {
swisstopoSlope: true,
@@ -484,6 +492,7 @@ export const defaultOverlays = {
france: {
ignFrCadastre: false,
ignSlope: false,
ignSkiTouring: false,
},
switzerland: {
swisstopoSlope: false,
@@ -563,6 +572,7 @@ export const defaultOverlayTree: LayerTreeType = {
france: {
ignFrCadastre: false,
ignSlope: false,
ignSkiTouring: false,
},
switzerland: {
swisstopoSlope: false,

View File

@@ -158,6 +158,7 @@
"swisstopoMountainBike": "swisstopo MTB",
"ignFrCadastre": "IGN Cadastre",
"ignSlope": "IGN Slope",
"ignSkiTouring": "IGN Ski Touring",
"waymarked_trails": "Waymarked Trails",
"waymarkedTrailsHiking": "Hiking",
"waymarkedTrailsCycling": "Cycling",