Skip to content

Commit

Permalink
feat: March 2024 update (#104)
Browse files Browse the repository at this point in the history
* fix: update data from game dictionary

* feat: glasgow reverse data

---------

Co-authored-by: Andi Pätzold [bot] <[email protected]>
Co-authored-by: Andi Pätzold <[email protected]>
  • Loading branch information
3 people committed Mar 27, 2024
1 parent bc3ab3e commit 4abad89
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/routes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2302,4 +2302,13 @@ export const routes = [
"https://whatsonzwift.com/world/watopia/route/jurassic-coast",
zwiftInsiderUrl: "https://zwiftinsider.com/route/jurassic-coast",
},
{
id: 1258415487,
slug: "glasgow-reverse",
segments: [],
stravaSegmentId: 33620087,
whatsOnZwiftUrl:
"https://whatsonzwift.com/world/scotland/route/glasgow-reverse",
zwiftInsiderUrl: "https://zwiftinsider.com/glasgow-crit-circuit-reverse",
},
];
28 changes: 28 additions & 0 deletions src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6512,6 +6512,34 @@ export const routes: ReadonlyArray<Route> = (
"https://whatsonzwift.com/world/watopia/route/three-sisters-reverse",
"https://zwifterbikes.web.app/route/three-sisters-reverse",
],
[
1258415487,
"Glasgow Reverse",
"glasgow-reverse",
"scotland",
true,
3.012,
33,
1.196,
7,
0.985,
7,
0.985,
7,
[],
[],
false,
true,
false,
true,
["running", "cycling"],
120,
33620087,
"https://www.strava.com/segments/33620087",
"https://zwiftinsider.com/glasgow-crit-circuit-reverse",
"https://whatsonzwift.com/world/scotland/route/glasgow-reverse",
undefined,
],
] as const
).map(
([
Expand Down

0 comments on commit 4abad89

Please sign in to comment.