We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfb46e commit 3f085b1Copy full SHA for 3f085b1
src/constants/mapSources.ts
@@ -49,9 +49,9 @@ export const MAP_SOURCES: Record<string, MapSource> = {
49
url: "https://c.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png",
50
attribution: "© OpenStreetMap contributors; CyclOSM",
51
},
52
- waymarkedtrails: {
53
- id: "waymarkedtrails",
54
- name: "Waymarked Trails",
+ waymarkedtrails_cycling: {
+ id: "waymarkedtrails_cycling",
+ name: "Waymarked Trails Cycling",
55
type: "raster",
56
url: "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
57
overlayUrls: ["https://tile.waymarkedtrails.org/cycling/{z}/{x}/{y}.png"],
0 commit comments