mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
swisstopo ski touring layer
This commit is contained in:
@@ -316,6 +316,13 @@ export const overlays: { [key: string]: AnySourceData; } = {
|
|||||||
maxzoom: 18,
|
maxzoom: 18,
|
||||||
attribution: '© <a href="https://www.swisstopo.admin.ch" target="_blank">swisstopo</a>'
|
attribution: '© <a href="https://www.swisstopo.admin.ch" target="_blank">swisstopo</a>'
|
||||||
},
|
},
|
||||||
|
swisstopoSkiTouring: {
|
||||||
|
type: 'raster',
|
||||||
|
tiles: ['https://wmts.geo.admin.ch/1.0.0/ch.swisstopo-karto.skitouren/default/current/3857/{z}/{x}/{y}.png'],
|
||||||
|
tileSize: 256,
|
||||||
|
maxzoom: 17,
|
||||||
|
attribution: '© <a href="https://www.swisstopo.admin.ch" target="_blank">swisstopo</a>'
|
||||||
|
},
|
||||||
ignFrCadastre: {
|
ignFrCadastre: {
|
||||||
type: 'raster',
|
type: 'raster',
|
||||||
tiles: ['https://data.geopf.fr/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&TILEMATRIXSET=PM&TILEMATRIX={z}&TILECOL={x}&TILEROW={y}&LAYER=CADASTRALPARCELS.PARCELS&FORMAT=image/png&STYLE=normal'],
|
tiles: ['https://data.geopf.fr/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&TILEMATRIXSET=PM&TILEMATRIX={z}&TILECOL={x}&TILEROW={y}&LAYER=CADASTRALPARCELS.PARCELS&FORMAT=image/png&STYLE=normal'],
|
||||||
@@ -464,6 +471,7 @@ export const overlayTree: LayerTreeType = {
|
|||||||
swisstopoSlope: true,
|
swisstopoSlope: true,
|
||||||
swisstopoCycling: true,
|
swisstopoCycling: true,
|
||||||
swisstopoMountainBike: true,
|
swisstopoMountainBike: true,
|
||||||
|
swisstopoSkiTouring: true,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -498,6 +506,7 @@ export const defaultOverlays = {
|
|||||||
swisstopoSlope: false,
|
swisstopoSlope: false,
|
||||||
swisstopoCycling: false,
|
swisstopoCycling: false,
|
||||||
swisstopoMountainBike: false,
|
swisstopoMountainBike: false,
|
||||||
|
swisstopoSkiTouring: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -578,6 +587,7 @@ export const defaultOverlayTree: LayerTreeType = {
|
|||||||
swisstopoSlope: false,
|
swisstopoSlope: false,
|
||||||
swisstopoCycling: false,
|
swisstopoCycling: false,
|
||||||
swisstopoMountainBike: false,
|
swisstopoMountainBike: false,
|
||||||
|
swisstopoSkiTouring: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@@ -156,6 +156,7 @@
|
|||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoCycling": "swisstopo Cycling",
|
"swisstopoCycling": "swisstopo Cycling",
|
||||||
"swisstopoMountainBike": "swisstopo MTB",
|
"swisstopoMountainBike": "swisstopo MTB",
|
||||||
|
"swisstopoSkiTouring": "swisstopo Ski Touring",
|
||||||
"ignFrCadastre": "IGN Cadastre",
|
"ignFrCadastre": "IGN Cadastre",
|
||||||
"ignSlope": "IGN Slope",
|
"ignSlope": "IGN Slope",
|
||||||
"ignSkiTouring": "IGN Ski Touring",
|
"ignSkiTouring": "IGN Ski Touring",
|
||||||
|
Reference in New Issue
Block a user