Skip to content

Commit

Permalink
Update mapSources.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
caspg committed Nov 18, 2024
1 parent dbfb46e commit 3f085b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/mapSources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ export const MAP_SOURCES: Record<string, MapSource> = {
url: "https://c.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png",
attribution: "© OpenStreetMap contributors; CyclOSM",
},
waymarkedtrails: {
id: "waymarkedtrails",
name: "Waymarked Trails",
waymarkedtrails_cycling: {
id: "waymarkedtrails_cycling",
name: "Waymarked Trails Cycling",
type: "raster",
url: "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
overlayUrls: ["https://tile.waymarkedtrails.org/cycling/{z}/{x}/{y}.png"],
Expand Down

0 comments on commit 3f085b1

Please sign in to comment.