ign ski touring layer
This commit is contained in:
parent
8611c9c63d
commit
7979939835
2 changed files with 11 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue