mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
ign ski touring layer
This commit is contained in:
@@ -330,6 +330,13 @@ export const overlays: { [key: string]: AnySourceData; } = {
|
|||||||
maxzoom: 17,
|
maxzoom: 17,
|
||||||
attribution: 'IGN-F/Géoportail'
|
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: {
|
waymarkedTrailsHiking: {
|
||||||
type: 'raster',
|
type: 'raster',
|
||||||
tiles: ['https://tile.waymarkedtrails.org/hiking/{z}/{x}/{y}.png'],
|
tiles: ['https://tile.waymarkedtrails.org/hiking/{z}/{x}/{y}.png'],
|
||||||
@@ -451,6 +458,7 @@ export const overlayTree: LayerTreeType = {
|
|||||||
france: {
|
france: {
|
||||||
ignFrCadastre: true,
|
ignFrCadastre: true,
|
||||||
ignSlope: true,
|
ignSlope: true,
|
||||||
|
ignSkiTouring: true,
|
||||||
},
|
},
|
||||||
switzerland: {
|
switzerland: {
|
||||||
swisstopoSlope: true,
|
swisstopoSlope: true,
|
||||||
@@ -484,6 +492,7 @@ export const defaultOverlays = {
|
|||||||
france: {
|
france: {
|
||||||
ignFrCadastre: false,
|
ignFrCadastre: false,
|
||||||
ignSlope: false,
|
ignSlope: false,
|
||||||
|
ignSkiTouring: false,
|
||||||
},
|
},
|
||||||
switzerland: {
|
switzerland: {
|
||||||
swisstopoSlope: false,
|
swisstopoSlope: false,
|
||||||
@@ -563,6 +572,7 @@ export const defaultOverlayTree: LayerTreeType = {
|
|||||||
france: {
|
france: {
|
||||||
ignFrCadastre: false,
|
ignFrCadastre: false,
|
||||||
ignSlope: false,
|
ignSlope: false,
|
||||||
|
ignSkiTouring: false,
|
||||||
},
|
},
|
||||||
switzerland: {
|
switzerland: {
|
||||||
swisstopoSlope: false,
|
swisstopoSlope: false,
|
||||||
|
@@ -158,6 +158,7 @@
|
|||||||
"swisstopoMountainBike": "swisstopo MTB",
|
"swisstopoMountainBike": "swisstopo MTB",
|
||||||
"ignFrCadastre": "IGN Cadastre",
|
"ignFrCadastre": "IGN Cadastre",
|
||||||
"ignSlope": "IGN Slope",
|
"ignSlope": "IGN Slope",
|
||||||
|
"ignSkiTouring": "IGN Ski Touring",
|
||||||
"waymarked_trails": "Waymarked Trails",
|
"waymarked_trails": "Waymarked Trails",
|
||||||
"waymarkedTrailsHiking": "Hiking",
|
"waymarkedTrailsHiking": "Hiking",
|
||||||
"waymarkedTrailsCycling": "Cycling",
|
"waymarkedTrailsCycling": "Cycling",
|
||||||
|
Reference in New Issue
Block a user