mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-11-04 13:31:13 +00:00
add utagawaVTT layer
This commit is contained in:
@@ -119,6 +119,7 @@ export const basemaps: { [key: string]: string | StyleSpecification } = {
|
||||
},
|
||||
],
|
||||
},
|
||||
utagawaVTT: 'https://maps.utagawavtt.com/styles/utagawavtt/style.json',
|
||||
swisstopoRaster: {
|
||||
version: 8,
|
||||
sources: {
|
||||
@@ -803,6 +804,7 @@ export const basemapTree: LayerTreeType = {
|
||||
openTopoMap: true,
|
||||
openHikingMap: true,
|
||||
cyclOSM: true,
|
||||
utagawaVTT: true,
|
||||
},
|
||||
countries: {
|
||||
belgium: {
|
||||
@@ -1023,6 +1025,7 @@ export const defaultBasemapTree: LayerTreeType = {
|
||||
openTopoMap: true,
|
||||
openHikingMap: true,
|
||||
cyclOSM: true,
|
||||
utagawaVTT: true,
|
||||
},
|
||||
countries: {
|
||||
belgium: {
|
||||
|
||||
@@ -305,6 +305,7 @@
|
||||
"openTopoMap": "OpenTopoMap",
|
||||
"openHikingMap": "OpenHikingMap",
|
||||
"cyclOSM": "CyclOSM",
|
||||
"utagawaVTT": "Utagawa MTB",
|
||||
"linz": "LINZ Topo",
|
||||
"linzTopo": "LINZ Topo50",
|
||||
"swisstopoRaster": "swisstopo Raster",
|
||||
|
||||
Reference in New Issue
Block a user