fixes map attribution && adds OpenFreeMap

This commit is contained in:
Christian Beutel
2025-06-21 13:44:11 +02:00
parent b5a3864f04
commit 369202ec42
5 changed files with 9 additions and 30 deletions

View File

@@ -1,22 +0,0 @@
{
"version": 8,
"sources": {
"osm-tiles": {
"type": "raster",
"tiles": [
"https://tile.openstreetmap.org/{z}/{x}/{y}.png"
],
"tileSize": 256
}
},
"glyphs": "https://tiles.basemaps.cartocdn.com/fonts/{fontstack}/{range}.pbf",
"layers": [
{
"id": "osm-tiles",
"type": "raster",
"source": "osm-tiles",
"minzoom": 0,
"maxzoom": 19
}
]
}

View File

@@ -6,7 +6,8 @@
"tiles": [
"https://tile.opentopomap.org/{z}/{x}/{y}.png"
],
"tileSize": 256
"tileSize": 256,
"attribution": "© OpenTopoMap"
}
},
"glyphs": "https://tiles.basemaps.cartocdn.com/fonts/{fontstack}/{range}.pbf",