add utagawaVTT layer

This commit is contained in:
vcoppe
2025-10-19 14:19:44 +02:00
parent ba1ac69151
commit 117c46341b
2 changed files with 4 additions and 0 deletions

View File

@@ -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: {

View File

@@ -305,6 +305,7 @@
"openTopoMap": "OpenTopoMap",
"openHikingMap": "OpenHikingMap",
"cyclOSM": "CyclOSM",
"utagawaVTT": "Utagawa MTB",
"linz": "LINZ Topo",
"linzTopo": "LINZ Topo50",
"swisstopoRaster": "swisstopo Raster",