new maps
All checks were successful
Deploy / deploy (push) Successful in 1s

Signed-off-by: K1 <git@karoh.net>
This commit is contained in:
K1 2026-05-03 20:01:23 +02:00
parent 83dd1fd3fe
commit 5dd3a13b3b
3 changed files with 139 additions and 1 deletions

View file

@ -2,5 +2,53 @@
"OpenStreetMap": {
"url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
"type": "xyz"
},
"OpenStreetMap DE": {
"url": "https://tile.openstreetmap.de/{z}/{x}/{y}.png",
"type": "xyz"
},
"OpenStreetMap HOT": {
"url": "https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png",
"type": "xyz"
},
"CyclOSM Lite overlay": {
"url": "https://{s}.tile-cyclosm.openstreetmap.fr/cyclosm-lite/{z}/{x}/{y}.png",
"type": "xyz"
},
"OpenTopoMap": {
"url": "https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
"type": "xyz"
},
"ÖPNVKarte": {
"url": "https://tile.memomaps.de/tilegen/{z}/{x}/{y}.png",
"type": "xyz"
},
"OpenRailwayMap Standard overlay": {
"url": "https://{s}.tiles.openrailwaymap.org/standard/{z}/{x}/{y}.png",
"type": "xyz"
},
"OpenRailwayMap Maxspeed overlay": {
"url": "https://{s}.tiles.openrailwaymap.org/maxspeed/{z}/{x}/{y}.png",
"type": "xyz"
},
"OpenRailwayMap Signals overlay": {
"url": "https://{s}.tiles.openrailwaymap.org/signals/{z}/{x}/{y}.png",
"type": "xyz"
},
"Waymarked Trails Hiking overlay": {
"url": "https://tile.waymarkedtrails.org/hiking/{z}/{x}/{y}.png",
"type": "xyz"
},
"Waymarked Trails Cycling overlay": {
"url": "https://tile.waymarkedtrails.org/cycling/{z}/{x}/{y}.png",
"type": "xyz"
},
"Waymarked Trails Riding overlay": {
"url": "https://tile.waymarkedtrails.org/riding/{z}/{x}/{y}.png",
"type": "xyz"
},
"OpenSeaMap Seamarks overlay": {
"url": "https://tiles.openseamap.org/seamark/{z}/{x}/{y}.png",
"type": "xyz"
}
}