Signed-off-by: K1 <git@karoh.net>
This commit is contained in:
parent
83dd1fd3fe
commit
5dd3a13b3b
3 changed files with 139 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue