Skip to content

Commit 3f085b1

Browse files
committed
Update mapSources.ts
1 parent dbfb46e commit 3f085b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/constants/mapSources.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ export const MAP_SOURCES: Record<string, MapSource> = {
4949
url: "https://c.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png",
5050
attribution: "© OpenStreetMap contributors; CyclOSM",
5151
},
52-
waymarkedtrails: {
53-
id: "waymarkedtrails",
54-
name: "Waymarked Trails",
52+
waymarkedtrails_cycling: {
53+
id: "waymarkedtrails_cycling",
54+
name: "Waymarked Trails Cycling",
5555
type: "raster",
5656
url: "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
5757
overlayUrls: ["https://tile.waymarkedtrails.org/cycling/{z}/{x}/{y}.png"],

0 commit comments

Comments
 (0)