zwift-data 1.37.2 → 1.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/achievements.js +19 -0
- package/lib/cjs/bikeFrames.js +3 -0
- package/lib/cjs/bikeShoes.js +1 -0
- package/lib/cjs/headgears.js +11 -0
- package/lib/cjs/jerseys.js +17 -0
- package/lib/cjs/paintJobs.js +6 -0
- package/lib/cjs/routes.js +671 -45
- package/lib/cjs/runShirts.js +2 -1
- package/lib/cjs/runShoes.js +1 -0
- package/lib/cjs/runShorts.js +2 -1
- package/lib/cjs/segments.js +30 -0
- package/lib/cjs/socks.js +1 -0
- package/lib/cjs/trainingPlans.js +4 -4
- package/lib/esm/achievements.js +19 -0
- package/lib/esm/bikeFrames.js +3 -0
- package/lib/esm/bikeShoes.js +1 -0
- package/lib/esm/headgears.js +11 -0
- package/lib/esm/jerseys.js +17 -0
- package/lib/esm/paintJobs.js +6 -0
- package/lib/esm/routes.js +671 -45
- package/lib/esm/runShirts.js +2 -1
- package/lib/esm/runShoes.js +1 -0
- package/lib/esm/runShorts.js +2 -1
- package/lib/esm/segments.js +30 -0
- package/lib/esm/socks.js +1 -0
- package/lib/esm/trainingPlans.js +4 -4
- package/package.json +14 -14
package/lib/cjs/routes.js
CHANGED
|
@@ -95,7 +95,7 @@ exports.routes = [
|
|
|
95
95
|
"Libby Hill After Party",
|
|
96
96
|
"libby-hill-after-party",
|
|
97
97
|
"richmond",
|
|
98
|
-
|
|
98
|
+
false,
|
|
99
99
|
32.898,
|
|
100
100
|
160,
|
|
101
101
|
0.285,
|
|
@@ -126,6 +126,34 @@ exports.routes = [
|
|
|
126
126
|
"https://whatsonzwift.com/world/richmond/route/libby-hill-after-party",
|
|
127
127
|
"https://zwifterbikes.web.app/route/libby-hill-after-party",
|
|
128
128
|
],
|
|
129
|
+
[
|
|
130
|
+
86621553,
|
|
131
|
+
"Lutece Express Run",
|
|
132
|
+
"lutece-express-run",
|
|
133
|
+
"paris",
|
|
134
|
+
false,
|
|
135
|
+
6.616,
|
|
136
|
+
39,
|
|
137
|
+
3.561,
|
|
138
|
+
26,
|
|
139
|
+
0.02,
|
|
140
|
+
0,
|
|
141
|
+
0.038,
|
|
142
|
+
0,
|
|
143
|
+
["lutece-sprint", "champs-elysees-rev"],
|
|
144
|
+
[{ from: 0, to: 6.585, segment: "champs-elysees-rev" }],
|
|
145
|
+
false,
|
|
146
|
+
true,
|
|
147
|
+
false,
|
|
148
|
+
true,
|
|
149
|
+
["running"],
|
|
150
|
+
130,
|
|
151
|
+
37539085,
|
|
152
|
+
"https://www.strava.com/segments/37539085",
|
|
153
|
+
"https://zwiftinsider.com/route/lutece-express",
|
|
154
|
+
"https://whatsonzwift.com/world/paris/route/lutece-express-run",
|
|
155
|
+
undefined,
|
|
156
|
+
],
|
|
129
157
|
[
|
|
130
158
|
87055383,
|
|
131
159
|
"Greater London 8",
|
|
@@ -371,7 +399,7 @@ exports.routes = [
|
|
|
371
399
|
"Mayan San Remo",
|
|
372
400
|
"mayan-san-remo",
|
|
373
401
|
"watopia",
|
|
374
|
-
|
|
402
|
+
false,
|
|
375
403
|
21.09,
|
|
376
404
|
217,
|
|
377
405
|
0.322,
|
|
@@ -492,7 +520,7 @@ exports.routes = [
|
|
|
492
520
|
false,
|
|
493
521
|
true,
|
|
494
522
|
["running", "cycling"],
|
|
495
|
-
|
|
523
|
+
250,
|
|
496
524
|
36342198,
|
|
497
525
|
"https://www.strava.com/segments/36342198",
|
|
498
526
|
"https://zwiftinsider.com/route/loop-de-loop",
|
|
@@ -784,6 +812,34 @@ exports.routes = [
|
|
|
784
812
|
"https://whatsonzwift.com/world/new-york/route/gotham-grind",
|
|
785
813
|
"https://zwifterbikes.web.app/route/gotham-grind",
|
|
786
814
|
],
|
|
815
|
+
[
|
|
816
|
+
525587103,
|
|
817
|
+
"Mech Isle Loop Run",
|
|
818
|
+
"mech-isle-loop-run",
|
|
819
|
+
"makuri-islands",
|
|
820
|
+
false,
|
|
821
|
+
4.024,
|
|
822
|
+
39,
|
|
823
|
+
0.085,
|
|
824
|
+
1,
|
|
825
|
+
0,
|
|
826
|
+
0,
|
|
827
|
+
0.009,
|
|
828
|
+
0,
|
|
829
|
+
[],
|
|
830
|
+
[],
|
|
831
|
+
false,
|
|
832
|
+
true,
|
|
833
|
+
false,
|
|
834
|
+
true,
|
|
835
|
+
["running"],
|
|
836
|
+
80,
|
|
837
|
+
33254295,
|
|
838
|
+
"https://www.strava.com/segments/33254295",
|
|
839
|
+
"https://zwiftinsider.com/route/mech-isle-loop",
|
|
840
|
+
"https://whatsonzwift.com/world/makuri-islands/route/mech-isle-loop-run",
|
|
841
|
+
undefined,
|
|
842
|
+
],
|
|
787
843
|
[
|
|
788
844
|
525689100,
|
|
789
845
|
"Countryside Tour",
|
|
@@ -1195,6 +1251,49 @@ exports.routes = [
|
|
|
1195
1251
|
"https://whatsonzwift.com/world/watopia/route/run-path-reverse",
|
|
1196
1252
|
undefined,
|
|
1197
1253
|
],
|
|
1254
|
+
[
|
|
1255
|
+
806114032,
|
|
1256
|
+
"Navig8",
|
|
1257
|
+
"navig8",
|
|
1258
|
+
"watopia",
|
|
1259
|
+
false,
|
|
1260
|
+
63.857,
|
|
1261
|
+
417,
|
|
1262
|
+
2.28,
|
|
1263
|
+
6,
|
|
1264
|
+
0.02,
|
|
1265
|
+
0,
|
|
1266
|
+
0.035,
|
|
1267
|
+
0,
|
|
1268
|
+
[
|
|
1269
|
+
"woodland-sprint-rev",
|
|
1270
|
+
"sasquatch-sprint-rev",
|
|
1271
|
+
"acropolis-sprint-rev",
|
|
1272
|
+
"stoneway-sprint-rev",
|
|
1273
|
+
"mayan-mountainside-kom",
|
|
1274
|
+
"itza-kom",
|
|
1275
|
+
"sasquatch-sprint",
|
|
1276
|
+
"woodland-sprint",
|
|
1277
|
+
"fuego-flats",
|
|
1278
|
+
],
|
|
1279
|
+
[
|
|
1280
|
+
{ from: 25.736, to: 27.736, segment: "mayan-mountainside-kom" },
|
|
1281
|
+
{ from: 28.333, to: 32.088, segment: "itza-kom" },
|
|
1282
|
+
{ from: 41.147, to: 41.648, segment: "woodland-sprint" },
|
|
1283
|
+
{ from: 63.486, to: 63.981, segment: "fuego-flats" },
|
|
1284
|
+
],
|
|
1285
|
+
false,
|
|
1286
|
+
true,
|
|
1287
|
+
false,
|
|
1288
|
+
true,
|
|
1289
|
+
["running", "cycling"],
|
|
1290
|
+
1280,
|
|
1291
|
+
37716261,
|
|
1292
|
+
"https://www.strava.com/segments/37716261",
|
|
1293
|
+
"https://zwiftinsider.com/route/navig8",
|
|
1294
|
+
"https://whatsonzwift.com/world/watopia/route/navig8",
|
|
1295
|
+
undefined,
|
|
1296
|
+
],
|
|
1198
1297
|
[
|
|
1199
1298
|
849508252,
|
|
1200
1299
|
"Volcano Climb",
|
|
@@ -1309,7 +1408,7 @@ exports.routes = [
|
|
|
1309
1408
|
false,
|
|
1310
1409
|
true,
|
|
1311
1410
|
["running", "cycling"],
|
|
1312
|
-
|
|
1411
|
+
180,
|
|
1313
1412
|
30987848,
|
|
1314
1413
|
"https://www.strava.com/segments/30987848",
|
|
1315
1414
|
"https://zwiftinsider.com/route/electric-loop",
|
|
@@ -1511,7 +1610,7 @@ exports.routes = [
|
|
|
1511
1610
|
false,
|
|
1512
1611
|
true,
|
|
1513
1612
|
["running"],
|
|
1514
|
-
|
|
1613
|
+
70,
|
|
1515
1614
|
30326079,
|
|
1516
1615
|
"https://www.strava.com/segments/30326079",
|
|
1517
1616
|
"https://zwiftinsider.com/castle-crit",
|
|
@@ -1560,7 +1659,7 @@ exports.routes = [
|
|
|
1560
1659
|
"watopias-waistband",
|
|
1561
1660
|
"watopia",
|
|
1562
1661
|
false,
|
|
1563
|
-
25.
|
|
1662
|
+
25.46,
|
|
1564
1663
|
95,
|
|
1565
1664
|
2.28,
|
|
1566
1665
|
6,
|
|
@@ -1989,6 +2088,37 @@ exports.routes = [
|
|
|
1989
2088
|
"https://whatsonzwift.com/world/new-york/route/park-to-peak",
|
|
1990
2089
|
undefined,
|
|
1991
2090
|
],
|
|
2091
|
+
[
|
|
2092
|
+
1384155764,
|
|
2093
|
+
"Loch Loop Run",
|
|
2094
|
+
"loch-loop-run",
|
|
2095
|
+
"scotland",
|
|
2096
|
+
false,
|
|
2097
|
+
8.057,
|
|
2098
|
+
71,
|
|
2099
|
+
0.048,
|
|
2100
|
+
0,
|
|
2101
|
+
0.015,
|
|
2102
|
+
0,
|
|
2103
|
+
0.021,
|
|
2104
|
+
0,
|
|
2105
|
+
["loch-loop-rev", "breakaway-brae-rev"],
|
|
2106
|
+
[
|
|
2107
|
+
{ from: 0, to: 8.022, segment: "loch-loop-rev" },
|
|
2108
|
+
{ from: 4.475, to: 5.095, segment: "breakaway-brae-rev" },
|
|
2109
|
+
],
|
|
2110
|
+
false,
|
|
2111
|
+
true,
|
|
2112
|
+
false,
|
|
2113
|
+
true,
|
|
2114
|
+
["running"],
|
|
2115
|
+
160,
|
|
2116
|
+
37547806,
|
|
2117
|
+
"https://www.strava.com/segments/37547806",
|
|
2118
|
+
"https://zwiftinsider.com/route/loch-loop",
|
|
2119
|
+
"https://whatsonzwift.com/world/scotland/route/loch-loop-run",
|
|
2120
|
+
undefined,
|
|
2121
|
+
],
|
|
1992
2122
|
[
|
|
1993
2123
|
1386460176,
|
|
1994
2124
|
"Ocean Lava Cliffside Loop",
|
|
@@ -2103,7 +2233,7 @@ exports.routes = [
|
|
|
2103
2233
|
false,
|
|
2104
2234
|
true,
|
|
2105
2235
|
["running", "cycling"],
|
|
2106
|
-
|
|
2236
|
+
490,
|
|
2107
2237
|
30407658,
|
|
2108
2238
|
"https://www.strava.com/segments/30407658",
|
|
2109
2239
|
"https://zwiftinsider.com/route/neokyo-all-nighter",
|
|
@@ -2182,6 +2312,7 @@ exports.routes = [
|
|
|
2182
2312
|
1,
|
|
2183
2313
|
[
|
|
2184
2314
|
"epic-kom",
|
|
2315
|
+
"radio-tower-kom",
|
|
2185
2316
|
"volcano-kom",
|
|
2186
2317
|
"watopia-sprint-rev",
|
|
2187
2318
|
"fuego-flats-rev",
|
|
@@ -2191,6 +2322,7 @@ exports.routes = [
|
|
|
2191
2322
|
],
|
|
2192
2323
|
[
|
|
2193
2324
|
{ from: 4.065, to: 13.468, segment: "epic-kom" },
|
|
2325
|
+
{ from: 13.905, to: 14.995, segment: "radio-tower-kom" },
|
|
2194
2326
|
{ from: 42.031, to: 45.741, segment: "volcano-kom" },
|
|
2195
2327
|
{ from: 62.56, to: 69.646, segment: "fuego-flats-rev" },
|
|
2196
2328
|
{ from: 79.736, to: 82.202, segment: "zwift-kom-rev" },
|
|
@@ -2456,6 +2588,65 @@ exports.routes = [
|
|
|
2456
2588
|
"https://whatsonzwift.com/world/watopia/route/the-big-ring",
|
|
2457
2589
|
"https://zwifterbikes.web.app/route/the-big-ring",
|
|
2458
2590
|
],
|
|
2591
|
+
[
|
|
2592
|
+
1695691428,
|
|
2593
|
+
"Epic Run",
|
|
2594
|
+
"epic-run",
|
|
2595
|
+
"watopia",
|
|
2596
|
+
false,
|
|
2597
|
+
6.214,
|
|
2598
|
+
262,
|
|
2599
|
+
4.121,
|
|
2600
|
+
305,
|
|
2601
|
+
0.014,
|
|
2602
|
+
34,
|
|
2603
|
+
0.031,
|
|
2604
|
+
34,
|
|
2605
|
+
["radio-tower-kom"],
|
|
2606
|
+
[{ from: 3.165, to: 4.251, segment: "radio-tower-kom" }],
|
|
2607
|
+
false,
|
|
2608
|
+
false,
|
|
2609
|
+
false,
|
|
2610
|
+
true,
|
|
2611
|
+
["running"],
|
|
2612
|
+
125,
|
|
2613
|
+
37501292,
|
|
2614
|
+
"https://www.strava.com/segments/37501292",
|
|
2615
|
+
"https://zwiftinsider.com/route/epic-run",
|
|
2616
|
+
"https://whatsonzwift.com/world/watopia/route/epic-run",
|
|
2617
|
+
undefined,
|
|
2618
|
+
],
|
|
2619
|
+
[
|
|
2620
|
+
1696938496,
|
|
2621
|
+
"Hilly Route Reverse Run",
|
|
2622
|
+
"hilly-route-rev-run",
|
|
2623
|
+
"watopia",
|
|
2624
|
+
false,
|
|
2625
|
+
9.192,
|
|
2626
|
+
109,
|
|
2627
|
+
0.194,
|
|
2628
|
+
0,
|
|
2629
|
+
0.009,
|
|
2630
|
+
0,
|
|
2631
|
+
0.012,
|
|
2632
|
+
0,
|
|
2633
|
+
["hilly-loop-rev", "watopia-sprint-rev", "zwift-kom-rev"],
|
|
2634
|
+
[
|
|
2635
|
+
{ from: 0, to: 9.181, segment: "hilly-loop-rev" },
|
|
2636
|
+
{ from: 4.824, to: 7.296, segment: "zwift-kom-rev" },
|
|
2637
|
+
],
|
|
2638
|
+
false,
|
|
2639
|
+
true,
|
|
2640
|
+
false,
|
|
2641
|
+
true,
|
|
2642
|
+
["running"],
|
|
2643
|
+
180,
|
|
2644
|
+
37501806,
|
|
2645
|
+
"https://www.strava.com/segments/37501806",
|
|
2646
|
+
"https://zwiftinsider.com/route/hilly-route-reverse",
|
|
2647
|
+
"https://whatsonzwift.com/world/watopia/route/hilly-route-reverse-run",
|
|
2648
|
+
undefined,
|
|
2649
|
+
],
|
|
2459
2650
|
[
|
|
2460
2651
|
1732356505,
|
|
2461
2652
|
"The Highline",
|
|
@@ -2604,6 +2795,44 @@ exports.routes = [
|
|
|
2604
2795
|
"https://whatsonzwift.com/world/france/route/r-g-v",
|
|
2605
2796
|
"https://zwifterbikes.web.app/route/rgv",
|
|
2606
2797
|
],
|
|
2798
|
+
[
|
|
2799
|
+
1788218813,
|
|
2800
|
+
"Yorkshire Double Loop",
|
|
2801
|
+
"yorkshire-double-loop",
|
|
2802
|
+
"yorkshire",
|
|
2803
|
+
true,
|
|
2804
|
+
29.621,
|
|
2805
|
+
547,
|
|
2806
|
+
0.049,
|
|
2807
|
+
0,
|
|
2808
|
+
0.021,
|
|
2809
|
+
undefined,
|
|
2810
|
+
0.047,
|
|
2811
|
+
undefined,
|
|
2812
|
+
[
|
|
2813
|
+
"yorkshire-kom-rev",
|
|
2814
|
+
"yorkshire-sprint-rev",
|
|
2815
|
+
"yorkshire-kom",
|
|
2816
|
+
"yorkshire-sprint",
|
|
2817
|
+
],
|
|
2818
|
+
[
|
|
2819
|
+
{ from: 0.773, to: 1.94, segment: "yorkshire-kom-rev" },
|
|
2820
|
+
{ from: 13.123, to: 13.518, segment: "yorkshire-sprint-rev" },
|
|
2821
|
+
{ from: 22.918, to: 24.122, segment: "yorkshire-kom" },
|
|
2822
|
+
{ from: 28.446, to: 29.608, segment: "yorkshire-kom-rev" },
|
|
2823
|
+
],
|
|
2824
|
+
false,
|
|
2825
|
+
false,
|
|
2826
|
+
false,
|
|
2827
|
+
false,
|
|
2828
|
+
["running", "cycling"],
|
|
2829
|
+
580,
|
|
2830
|
+
37300398,
|
|
2831
|
+
"https://www.strava.com/segments/37300398",
|
|
2832
|
+
"https://zwiftinsider.com/route/yorkshire-double-loops",
|
|
2833
|
+
"https://whatsonzwift.com/world/yorkshire/route/yorkshire-double-loop",
|
|
2834
|
+
undefined,
|
|
2835
|
+
],
|
|
2607
2836
|
[
|
|
2608
2837
|
1788889233,
|
|
2609
2838
|
"London Loop Reverse",
|
|
@@ -2777,7 +3006,7 @@ exports.routes = [
|
|
|
2777
3006
|
"Splash and Dash",
|
|
2778
3007
|
"splash-and-dash",
|
|
2779
3008
|
"watopia",
|
|
2780
|
-
|
|
3009
|
+
false,
|
|
2781
3010
|
6.03,
|
|
2782
3011
|
26,
|
|
2783
3012
|
0.217,
|
|
@@ -2791,9 +3020,9 @@ exports.routes = [
|
|
|
2791
3020
|
false,
|
|
2792
3021
|
false,
|
|
2793
3022
|
false,
|
|
2794
|
-
|
|
3023
|
+
true,
|
|
2795
3024
|
["running"],
|
|
2796
|
-
|
|
3025
|
+
120,
|
|
2797
3026
|
undefined,
|
|
2798
3027
|
undefined,
|
|
2799
3028
|
undefined,
|
|
@@ -2884,6 +3113,45 @@ exports.routes = [
|
|
|
2884
3113
|
"https://whatsonzwift.com/world/yorkshire/route/2019-uci-worlds-harrogate-circuit",
|
|
2885
3114
|
undefined,
|
|
2886
3115
|
],
|
|
3116
|
+
[
|
|
3117
|
+
2064290391,
|
|
3118
|
+
"Power to the Tower",
|
|
3119
|
+
"power-to-the-tower",
|
|
3120
|
+
"watopia",
|
|
3121
|
+
false,
|
|
3122
|
+
44.704,
|
|
3123
|
+
1493,
|
|
3124
|
+
0.945,
|
|
3125
|
+
3,
|
|
3126
|
+
0.463,
|
|
3127
|
+
2,
|
|
3128
|
+
0.478,
|
|
3129
|
+
3,
|
|
3130
|
+
[
|
|
3131
|
+
"epic-kom-rev",
|
|
3132
|
+
"the-grade-sprint-rev",
|
|
3133
|
+
"the-grade-kom",
|
|
3134
|
+
"epic-kom",
|
|
3135
|
+
"radio-tower-kom",
|
|
3136
|
+
],
|
|
3137
|
+
[
|
|
3138
|
+
{ from: 3.846, to: 10.048, segment: "epic-kom-rev" },
|
|
3139
|
+
{ from: 17.089, to: 20.621, segment: "the-grade-kom" },
|
|
3140
|
+
{ from: 33.375, to: 42.792, segment: "epic-kom" },
|
|
3141
|
+
{ from: 43.223, to: 44.313, segment: "radio-tower-kom" },
|
|
3142
|
+
],
|
|
3143
|
+
false,
|
|
3144
|
+
false,
|
|
3145
|
+
false,
|
|
3146
|
+
true,
|
|
3147
|
+
["running", "cycling"],
|
|
3148
|
+
900,
|
|
3149
|
+
37731230,
|
|
3150
|
+
"https://www.strava.com/segments/37731230",
|
|
3151
|
+
"https://zwiftinsider.com/route/power-to-the-tower",
|
|
3152
|
+
"https://whatsonzwift.com/world/watopia/route/power-to-the-tower",
|
|
3153
|
+
undefined,
|
|
3154
|
+
],
|
|
2887
3155
|
[
|
|
2888
3156
|
2128890027,
|
|
2889
3157
|
"Tempus Fugit",
|
|
@@ -2977,9 +3245,10 @@ exports.routes = [
|
|
|
2977
3245
|
122,
|
|
2978
3246
|
4.725,
|
|
2979
3247
|
122,
|
|
2980
|
-
["epic-kom", "titans-grove-kom-rev"],
|
|
3248
|
+
["epic-kom", "radio-tower-kom", "titans-grove-kom-rev"],
|
|
2981
3249
|
[
|
|
2982
3250
|
{ from: 6.059, to: 15.477, segment: "epic-kom" },
|
|
3251
|
+
{ from: 15.903, to: 16.991, segment: "radio-tower-kom" },
|
|
2983
3252
|
{ from: 32.968, to: 33.891, segment: "titans-grove-kom-rev" },
|
|
2984
3253
|
],
|
|
2985
3254
|
false,
|
|
@@ -3248,9 +3517,10 @@ exports.routes = [
|
|
|
3248
3517
|
undefined,
|
|
3249
3518
|
undefined,
|
|
3250
3519
|
undefined,
|
|
3251
|
-
["epic-kom", "watopia-sprint"],
|
|
3520
|
+
["epic-kom", "radio-tower-kom", "watopia-sprint"],
|
|
3252
3521
|
[
|
|
3253
3522
|
{ from: 4.291, to: 13.695, segment: "epic-kom" },
|
|
3523
|
+
{ from: 14.127, to: 15.213, segment: "radio-tower-kom" },
|
|
3254
3524
|
{ from: 26.384, to: 26.71, segment: "watopia-sprint" },
|
|
3255
3525
|
{ from: 33.771, to: 43.182, segment: "epic-kom" },
|
|
3256
3526
|
],
|
|
@@ -3286,10 +3556,12 @@ exports.routes = [
|
|
|
3286
3556
|
"sasquatch-sprint",
|
|
3287
3557
|
"woodland-sprint",
|
|
3288
3558
|
"epic-kom",
|
|
3559
|
+
"radio-tower-kom",
|
|
3289
3560
|
],
|
|
3290
3561
|
[
|
|
3291
3562
|
{ from: 16.532, to: 17.035, segment: "woodland-sprint" },
|
|
3292
3563
|
{ from: 23.904, to: 33.322, segment: "epic-kom" },
|
|
3564
|
+
{ from: 33.741, to: 34.836, segment: "radio-tower-kom" },
|
|
3293
3565
|
],
|
|
3294
3566
|
false,
|
|
3295
3567
|
true,
|
|
@@ -3336,7 +3608,7 @@ exports.routes = [
|
|
|
3336
3608
|
"Itza Climb Finish",
|
|
3337
3609
|
"itza-climb-finish",
|
|
3338
3610
|
"watopia",
|
|
3339
|
-
|
|
3611
|
+
false,
|
|
3340
3612
|
30.094,
|
|
3341
3613
|
290,
|
|
3342
3614
|
0.949,
|
|
@@ -3545,6 +3817,7 @@ exports.routes = [
|
|
|
3545
3817
|
1,
|
|
3546
3818
|
[
|
|
3547
3819
|
"epic-kom",
|
|
3820
|
+
"radio-tower-kom",
|
|
3548
3821
|
"zwift-kom-rev",
|
|
3549
3822
|
"watopia-sprint-rev",
|
|
3550
3823
|
"zwift-kom",
|
|
@@ -3553,6 +3826,7 @@ exports.routes = [
|
|
|
3553
3826
|
],
|
|
3554
3827
|
[
|
|
3555
3828
|
{ from: 4.414, to: 13.841, segment: "epic-kom" },
|
|
3829
|
+
{ from: 14.269, to: 15.363, segment: "radio-tower-kom" },
|
|
3556
3830
|
{ from: 26.317, to: 28.777, segment: "zwift-kom-rev" },
|
|
3557
3831
|
{ from: 40.716, to: 41.611, segment: "zwift-kom" },
|
|
3558
3832
|
{ from: 47.646, to: 53.834, segment: "epic-kom-rev" },
|
|
@@ -3792,7 +4066,7 @@ exports.routes = [
|
|
|
3792
4066
|
"watopia",
|
|
3793
4067
|
false,
|
|
3794
4068
|
17.496,
|
|
3795
|
-
|
|
4069
|
+
1044,
|
|
3796
4070
|
0.103,
|
|
3797
4071
|
0,
|
|
3798
4072
|
0.383,
|
|
@@ -4004,7 +4278,7 @@ exports.routes = [
|
|
|
4004
4278
|
"out-and-back-again",
|
|
4005
4279
|
"watopia",
|
|
4006
4280
|
false,
|
|
4007
|
-
39.
|
|
4281
|
+
39.901,
|
|
4008
4282
|
328,
|
|
4009
4283
|
2.28,
|
|
4010
4284
|
6,
|
|
@@ -4067,6 +4341,34 @@ exports.routes = [
|
|
|
4067
4341
|
"https://whatsonzwift.com/world/watopia/route/coastal-crown-loop",
|
|
4068
4342
|
undefined,
|
|
4069
4343
|
],
|
|
4344
|
+
[
|
|
4345
|
+
2818536273,
|
|
4346
|
+
"Champs-Élysées Run",
|
|
4347
|
+
"champs-elysees-run",
|
|
4348
|
+
"paris",
|
|
4349
|
+
false,
|
|
4350
|
+
6.616,
|
|
4351
|
+
40,
|
|
4352
|
+
3.185,
|
|
4353
|
+
13,
|
|
4354
|
+
0.005,
|
|
4355
|
+
80,
|
|
4356
|
+
0.022,
|
|
4357
|
+
0,
|
|
4358
|
+
["champs-elysees"],
|
|
4359
|
+
[{ from: 0, to: 6.631, segment: "champs-elysees" }],
|
|
4360
|
+
false,
|
|
4361
|
+
true,
|
|
4362
|
+
false,
|
|
4363
|
+
true,
|
|
4364
|
+
["running"],
|
|
4365
|
+
130,
|
|
4366
|
+
37538726,
|
|
4367
|
+
"https://www.strava.com/segments/37538726",
|
|
4368
|
+
"https://zwiftinsider.com/route/champs-elysees",
|
|
4369
|
+
"https://whatsonzwift.com/world/paris/route/champs-elysees-run",
|
|
4370
|
+
undefined,
|
|
4371
|
+
],
|
|
4070
4372
|
[
|
|
4071
4373
|
2829629527,
|
|
4072
4374
|
"Serpentine 8",
|
|
@@ -4201,13 +4503,13 @@ exports.routes = [
|
|
|
4201
4503
|
"chasing-the-sun",
|
|
4202
4504
|
"makuri-islands",
|
|
4203
4505
|
false,
|
|
4204
|
-
35.
|
|
4506
|
+
35.056,
|
|
4205
4507
|
315,
|
|
4206
|
-
0.
|
|
4508
|
+
0.041,
|
|
4207
4509
|
1,
|
|
4208
|
-
0.
|
|
4510
|
+
0.026,
|
|
4209
4511
|
1,
|
|
4210
|
-
0.
|
|
4512
|
+
0.035,
|
|
4211
4513
|
1,
|
|
4212
4514
|
[
|
|
4213
4515
|
"alley-sprint-rev",
|
|
@@ -4229,7 +4531,7 @@ exports.routes = [
|
|
|
4229
4531
|
false,
|
|
4230
4532
|
true,
|
|
4231
4533
|
["running", "cycling"],
|
|
4232
|
-
|
|
4534
|
+
700,
|
|
4233
4535
|
30988311,
|
|
4234
4536
|
"https://www.strava.com/segments/30988311",
|
|
4235
4537
|
"https://zwiftinsider.com/route/chasing-the-sun",
|
|
@@ -4282,6 +4584,7 @@ exports.routes = [
|
|
|
4282
4584
|
"zwift-kom",
|
|
4283
4585
|
"volcano-kom",
|
|
4284
4586
|
"epic-kom",
|
|
4587
|
+
"radio-tower-kom",
|
|
4285
4588
|
"alpe-du-zwift",
|
|
4286
4589
|
"watopia-sprint",
|
|
4287
4590
|
],
|
|
@@ -4289,6 +4592,7 @@ exports.routes = [
|
|
|
4289
4592
|
{ from: 0.932, to: 1.833, segment: "zwift-kom" },
|
|
4290
4593
|
{ from: 8.401, to: 12.11, segment: "volcano-kom" },
|
|
4291
4594
|
{ from: 23.81, to: 33.227, segment: "epic-kom" },
|
|
4595
|
+
{ from: 33.651, to: 34.74, segment: "radio-tower-kom" },
|
|
4292
4596
|
{ from: 46.958, to: 59.187, segment: "alpe-du-zwift" },
|
|
4293
4597
|
{ from: 86.053, to: 86.382, segment: "watopia-sprint" },
|
|
4294
4598
|
],
|
|
@@ -4421,6 +4725,43 @@ exports.routes = [
|
|
|
4421
4725
|
"https://whatsonzwift.com/world/yorkshire/route/royal-pump-room-8",
|
|
4422
4726
|
"https://zwifterbikes.web.app/route/royal-pump-room-8",
|
|
4423
4727
|
],
|
|
4728
|
+
[
|
|
4729
|
+
2927651296,
|
|
4730
|
+
"Makuri Pretzel",
|
|
4731
|
+
"makuri-pretzel",
|
|
4732
|
+
"makuri-islands",
|
|
4733
|
+
false,
|
|
4734
|
+
77.598,
|
|
4735
|
+
616,
|
|
4736
|
+
1.124,
|
|
4737
|
+
5,
|
|
4738
|
+
1.07,
|
|
4739
|
+
4,
|
|
4740
|
+
1.085,
|
|
4741
|
+
4,
|
|
4742
|
+
[
|
|
4743
|
+
"country-sprint-rev",
|
|
4744
|
+
"shisa-sprint-rev",
|
|
4745
|
+
"tower-sprint",
|
|
4746
|
+
"alley-sprint",
|
|
4747
|
+
"shisa-sprint",
|
|
4748
|
+
"country-sprint",
|
|
4749
|
+
"tower-sprint-rev",
|
|
4750
|
+
"alley-sprint-rev",
|
|
4751
|
+
],
|
|
4752
|
+
[{ from: 36.643, to: 36.954, segment: "tower-sprint" }],
|
|
4753
|
+
false,
|
|
4754
|
+
true,
|
|
4755
|
+
false,
|
|
4756
|
+
true,
|
|
4757
|
+
["running", "cycling"],
|
|
4758
|
+
1550,
|
|
4759
|
+
37684132,
|
|
4760
|
+
"https://www.strava.com/segments/37684132",
|
|
4761
|
+
"https://zwiftinsider.com/route/makuri-pretzel",
|
|
4762
|
+
"https://whatsonzwift.com/world/makuri-islands/route/makuri-pretzel",
|
|
4763
|
+
undefined,
|
|
4764
|
+
],
|
|
4424
4765
|
[
|
|
4425
4766
|
2945813240,
|
|
4426
4767
|
"Grand Central Circuit",
|
|
@@ -4547,9 +4888,10 @@ exports.routes = [
|
|
|
4547
4888
|
undefined,
|
|
4548
4889
|
1.129,
|
|
4549
4890
|
1,
|
|
4550
|
-
["epic-kom", "watopia-sprint"],
|
|
4891
|
+
["epic-kom", "radio-tower-kom", "watopia-sprint"],
|
|
4551
4892
|
[
|
|
4552
4893
|
{ from: 4.391, to: 13.801, segment: "epic-kom" },
|
|
4894
|
+
{ from: 14.241, to: 15.331, segment: "radio-tower-kom" },
|
|
4553
4895
|
{ from: 26.495, to: 26.829, segment: "watopia-sprint" },
|
|
4554
4896
|
],
|
|
4555
4897
|
false,
|
|
@@ -4770,6 +5112,34 @@ exports.routes = [
|
|
|
4770
5112
|
"https://whatsonzwift.com/world/new-york/route/rising-empire",
|
|
4771
5113
|
"https://zwifterbikes.web.app/route/rising-empire",
|
|
4772
5114
|
],
|
|
5115
|
+
[
|
|
5116
|
+
3099224394,
|
|
5117
|
+
"Titan's Run",
|
|
5118
|
+
"titans-run",
|
|
5119
|
+
"watopia",
|
|
5120
|
+
false,
|
|
5121
|
+
5.883,
|
|
5122
|
+
122,
|
|
5123
|
+
0.69,
|
|
5124
|
+
0,
|
|
5125
|
+
0.014,
|
|
5126
|
+
undefined,
|
|
5127
|
+
0.028,
|
|
5128
|
+
0,
|
|
5129
|
+
["titans-grove-kom-rev"],
|
|
5130
|
+
[{ from: 3.503, to: 4.414, segment: "titans-grove-kom-rev" }],
|
|
5131
|
+
false,
|
|
5132
|
+
false,
|
|
5133
|
+
false,
|
|
5134
|
+
true,
|
|
5135
|
+
["running"],
|
|
5136
|
+
115,
|
|
5137
|
+
37495683,
|
|
5138
|
+
"https://www.strava.com/segments/37495683",
|
|
5139
|
+
"https://zwiftinsider.com/route/titans-run",
|
|
5140
|
+
"https://whatsonzwift.com/world/watopia/route/titan-s-run",
|
|
5141
|
+
undefined,
|
|
5142
|
+
],
|
|
4773
5143
|
[
|
|
4774
5144
|
3101693166,
|
|
4775
5145
|
"InnsbruckConti",
|
|
@@ -4826,6 +5196,37 @@ exports.routes = [
|
|
|
4826
5196
|
"https://whatsonzwift.com/world/innsbruck/route/2018-uci-worlds-short-lap",
|
|
4827
5197
|
"https://zwifterbikes.web.app/route/2018-uci-worlds-course-short-lap",
|
|
4828
5198
|
],
|
|
5199
|
+
[
|
|
5200
|
+
3166535632,
|
|
5201
|
+
"Cobbled Climbs Run",
|
|
5202
|
+
"cobbled-climbs-run",
|
|
5203
|
+
"richmond",
|
|
5204
|
+
false,
|
|
5205
|
+
9.178,
|
|
5206
|
+
134,
|
|
5207
|
+
0.285,
|
|
5208
|
+
3,
|
|
5209
|
+
0.013,
|
|
5210
|
+
0,
|
|
5211
|
+
0.027,
|
|
5212
|
+
0,
|
|
5213
|
+
["richmond-kom", "23rd-st"],
|
|
5214
|
+
[
|
|
5215
|
+
{ from: 4.948, to: 5.562, segment: "richmond-kom" },
|
|
5216
|
+
{ from: 6.476, to: 6.745, segment: "23rd-st" },
|
|
5217
|
+
],
|
|
5218
|
+
false,
|
|
5219
|
+
true,
|
|
5220
|
+
false,
|
|
5221
|
+
true,
|
|
5222
|
+
["running"],
|
|
5223
|
+
180,
|
|
5224
|
+
37547501,
|
|
5225
|
+
"https://www.strava.com/segments/37547501",
|
|
5226
|
+
"https://zwiftinsider.com/route/cobbled-climbs",
|
|
5227
|
+
"https://whatsonzwift.com/world/richmond/route/cobbled-climbs-run",
|
|
5228
|
+
undefined,
|
|
5229
|
+
],
|
|
4829
5230
|
[
|
|
4830
5231
|
3219074012,
|
|
4831
5232
|
"Watopia Mountain 8",
|
|
@@ -4840,8 +5241,11 @@ exports.routes = [
|
|
|
4840
5241
|
undefined,
|
|
4841
5242
|
1.155,
|
|
4842
5243
|
1,
|
|
4843
|
-
["watopia-sprint"],
|
|
4844
|
-
[
|
|
5244
|
+
["radio-tower-kom", "watopia-sprint"],
|
|
5245
|
+
[
|
|
5246
|
+
{ from: 10.709, to: 11.805, segment: "radio-tower-kom" },
|
|
5247
|
+
{ from: 29.021, to: 29.362, segment: "watopia-sprint" },
|
|
5248
|
+
],
|
|
4845
5249
|
false,
|
|
4846
5250
|
true,
|
|
4847
5251
|
false,
|
|
@@ -4948,14 +5352,14 @@ exports.routes = [
|
|
|
4948
5352
|
"sleepless-city",
|
|
4949
5353
|
"makuri-islands",
|
|
4950
5354
|
false,
|
|
4951
|
-
9.
|
|
5355
|
+
9.56,
|
|
4952
5356
|
43,
|
|
4953
5357
|
0.051,
|
|
4954
5358
|
0,
|
|
4955
5359
|
0.01,
|
|
4956
|
-
|
|
5360
|
+
215,
|
|
4957
5361
|
0.022,
|
|
4958
|
-
|
|
5362
|
+
215,
|
|
4959
5363
|
["castle-park-sprint-rev"],
|
|
4960
5364
|
[],
|
|
4961
5365
|
false,
|
|
@@ -4963,7 +5367,7 @@ exports.routes = [
|
|
|
4963
5367
|
false,
|
|
4964
5368
|
true,
|
|
4965
5369
|
["running", "cycling"],
|
|
4966
|
-
|
|
5370
|
+
190,
|
|
4967
5371
|
30407957,
|
|
4968
5372
|
"https://www.strava.com/segments/30407957",
|
|
4969
5373
|
"https://zwiftinsider.com/route/sleepless-city",
|
|
@@ -5029,6 +5433,77 @@ exports.routes = [
|
|
|
5029
5433
|
"https://whatsonzwift.com/world/watopia/route/snowman",
|
|
5030
5434
|
undefined,
|
|
5031
5435
|
],
|
|
5436
|
+
[
|
|
5437
|
+
3330165223,
|
|
5438
|
+
"Shisha Shakedown",
|
|
5439
|
+
"shisa-shakedown",
|
|
5440
|
+
"makuri-islands",
|
|
5441
|
+
true,
|
|
5442
|
+
49.443,
|
|
5443
|
+
495,
|
|
5444
|
+
4.038,
|
|
5445
|
+
62,
|
|
5446
|
+
0.02,
|
|
5447
|
+
150,
|
|
5448
|
+
0.035,
|
|
5449
|
+
150,
|
|
5450
|
+
[
|
|
5451
|
+
"castle-park-sprint-rev",
|
|
5452
|
+
"alley-sprint-rev",
|
|
5453
|
+
"railway-sprint",
|
|
5454
|
+
"castle-kom",
|
|
5455
|
+
"temple-kom-from-fishing-village-side",
|
|
5456
|
+
"shisa-sprint",
|
|
5457
|
+
],
|
|
5458
|
+
[
|
|
5459
|
+
{ from: 17.748, to: 18.243, segment: "railway-sprint" },
|
|
5460
|
+
{ from: 30.233, to: 32.917, segment: "castle-kom" },
|
|
5461
|
+
{
|
|
5462
|
+
from: 35.189,
|
|
5463
|
+
to: 37.701,
|
|
5464
|
+
segment: "temple-kom-from-fishing-village-side",
|
|
5465
|
+
},
|
|
5466
|
+
],
|
|
5467
|
+
false,
|
|
5468
|
+
true,
|
|
5469
|
+
false,
|
|
5470
|
+
false,
|
|
5471
|
+
["running", "cycling"],
|
|
5472
|
+
985,
|
|
5473
|
+
37300447,
|
|
5474
|
+
"https://www.strava.com/segments/37300447",
|
|
5475
|
+
"https://zwiftinsider.com/route/shisa-shakedown",
|
|
5476
|
+
"https://whatsonzwift.com/world/makuri-islands/route/shisha-shakedown",
|
|
5477
|
+
undefined,
|
|
5478
|
+
],
|
|
5479
|
+
[
|
|
5480
|
+
3351665212,
|
|
5481
|
+
"Glasgow Crit Circuit Run",
|
|
5482
|
+
"glasgow-crit-circuit-run",
|
|
5483
|
+
"scotland",
|
|
5484
|
+
false,
|
|
5485
|
+
3.011,
|
|
5486
|
+
33,
|
|
5487
|
+
0.25,
|
|
5488
|
+
0,
|
|
5489
|
+
0.004,
|
|
5490
|
+
0,
|
|
5491
|
+
0.02,
|
|
5492
|
+
0,
|
|
5493
|
+
["the-clyde-kicker", "champions-sprint"],
|
|
5494
|
+
[],
|
|
5495
|
+
false,
|
|
5496
|
+
true,
|
|
5497
|
+
false,
|
|
5498
|
+
true,
|
|
5499
|
+
["running"],
|
|
5500
|
+
60,
|
|
5501
|
+
33816215,
|
|
5502
|
+
"https://www.strava.com/segments/33816215",
|
|
5503
|
+
"https://zwiftinsider.com/route/glasgow-crit-circuit",
|
|
5504
|
+
"https://whatsonzwift.com/world/scotland/route/glasgow-crit-circuit-run",
|
|
5505
|
+
undefined,
|
|
5506
|
+
],
|
|
5032
5507
|
[
|
|
5033
5508
|
3356878261,
|
|
5034
5509
|
"Sprinter's Playground",
|
|
@@ -5037,11 +5512,11 @@ exports.routes = [
|
|
|
5037
5512
|
false,
|
|
5038
5513
|
12.351,
|
|
5039
5514
|
67,
|
|
5040
|
-
0.
|
|
5515
|
+
0.227,
|
|
5041
5516
|
0,
|
|
5042
|
-
0.
|
|
5517
|
+
0.018,
|
|
5043
5518
|
0,
|
|
5044
|
-
0.
|
|
5519
|
+
0.027,
|
|
5045
5520
|
0,
|
|
5046
5521
|
[
|
|
5047
5522
|
"tower-sprint-rev",
|
|
@@ -5055,7 +5530,7 @@ exports.routes = [
|
|
|
5055
5530
|
false,
|
|
5056
5531
|
true,
|
|
5057
5532
|
["running", "cycling"],
|
|
5058
|
-
|
|
5533
|
+
250,
|
|
5059
5534
|
30412485,
|
|
5060
5535
|
"https://www.strava.com/segments/30412485",
|
|
5061
5536
|
"https://zwiftinsider.com/route/sprinters-playground",
|
|
@@ -5471,7 +5946,7 @@ exports.routes = [
|
|
|
5471
5946
|
false,
|
|
5472
5947
|
true,
|
|
5473
5948
|
["running", "cycling"],
|
|
5474
|
-
|
|
5949
|
+
75,
|
|
5475
5950
|
30407898,
|
|
5476
5951
|
"https://www.strava.com/segments/30407898",
|
|
5477
5952
|
"https://zwiftinsider.com/route/rooftop-rendezvous",
|
|
@@ -6128,8 +6603,8 @@ exports.routes = [
|
|
|
6128
6603
|
true,
|
|
6129
6604
|
["running"],
|
|
6130
6605
|
200,
|
|
6131
|
-
|
|
6132
|
-
"https://www.strava.com/segments/
|
|
6606
|
+
18960184,
|
|
6607
|
+
"https://www.strava.com/segments/18960184",
|
|
6133
6608
|
"https://zwiftinsider.com/route/5k-loop",
|
|
6134
6609
|
"https://whatsonzwift.com/world/watopia/route/5k-loop",
|
|
6135
6610
|
undefined,
|
|
@@ -6290,20 +6765,94 @@ exports.routes = [
|
|
|
6290
6765
|
"https://whatsonzwift.com/world/new-york/route/mighty-metropolitan",
|
|
6291
6766
|
"https://zwifterbikes.web.app/route/mighty-metropolitan",
|
|
6292
6767
|
],
|
|
6768
|
+
[
|
|
6769
|
+
3878295865,
|
|
6770
|
+
"Queen's Highway Run",
|
|
6771
|
+
"queens-highway-run",
|
|
6772
|
+
"yorkshire",
|
|
6773
|
+
false,
|
|
6774
|
+
2.996,
|
|
6775
|
+
41,
|
|
6776
|
+
2.696,
|
|
6777
|
+
42,
|
|
6778
|
+
0.016,
|
|
6779
|
+
0,
|
|
6780
|
+
0.034,
|
|
6781
|
+
0,
|
|
6782
|
+
["yorkshire-sprint-rev"],
|
|
6783
|
+
[{ from: 2.581, to: 2.969, segment: "yorkshire-sprint-rev" }],
|
|
6784
|
+
false,
|
|
6785
|
+
true,
|
|
6786
|
+
false,
|
|
6787
|
+
true,
|
|
6788
|
+
["running"],
|
|
6789
|
+
60,
|
|
6790
|
+
37502819,
|
|
6791
|
+
"https://www.strava.com/segments/37502819",
|
|
6792
|
+
"https://zwiftinsider.com/route/queens-highway",
|
|
6793
|
+
"https://whatsonzwift.com/world/yorkshire/route/queen-s-highway-run",
|
|
6794
|
+
undefined,
|
|
6795
|
+
],
|
|
6796
|
+
[
|
|
6797
|
+
3912793970,
|
|
6798
|
+
"Richmond Loop Around",
|
|
6799
|
+
"richmond-loop-around",
|
|
6800
|
+
"richmond",
|
|
6801
|
+
true,
|
|
6802
|
+
42.552,
|
|
6803
|
+
556,
|
|
6804
|
+
0.111,
|
|
6805
|
+
0,
|
|
6806
|
+
0.02,
|
|
6807
|
+
undefined,
|
|
6808
|
+
0.038,
|
|
6809
|
+
undefined,
|
|
6810
|
+
[
|
|
6811
|
+
"23rd-st-rev",
|
|
6812
|
+
"richmond-kom-rev",
|
|
6813
|
+
"richmond-sprint",
|
|
6814
|
+
"broad-st",
|
|
6815
|
+
"richmond-kom",
|
|
6816
|
+
"23rd-st",
|
|
6817
|
+
],
|
|
6818
|
+
[
|
|
6819
|
+
{ from: 1.073, to: 2.181, segment: "23rd-st-rev" },
|
|
6820
|
+
{ from: 2.652, to: 3.313, segment: "richmond-kom-rev" },
|
|
6821
|
+
{ from: 10.213, to: 11.32, segment: "23rd-st-rev" },
|
|
6822
|
+
{ from: 11.777, to: 12.453, segment: "richmond-kom-rev" },
|
|
6823
|
+
{ from: 19.355, to: 20.459, segment: "23rd-st-rev" },
|
|
6824
|
+
{ from: 20.917, to: 21.581, segment: "richmond-kom-rev" },
|
|
6825
|
+
{ from: 30.035, to: 30.25, segment: "richmond-sprint" },
|
|
6826
|
+
{ from: 33.452, to: 33.716, segment: "broad-st" },
|
|
6827
|
+
{ from: 38.295, to: 38.915, segment: "richmond-kom" },
|
|
6828
|
+
{ from: 39.809, to: 40.093, segment: "23rd-st" },
|
|
6829
|
+
],
|
|
6830
|
+
false,
|
|
6831
|
+
false,
|
|
6832
|
+
false,
|
|
6833
|
+
true,
|
|
6834
|
+
["running", "cycling"],
|
|
6835
|
+
850,
|
|
6836
|
+
37300438,
|
|
6837
|
+
"https://www.strava.com/segments/37300438",
|
|
6838
|
+
"https://zwiftinsider.com/route/richmond-loop-around",
|
|
6839
|
+
"https://whatsonzwift.com/world/richmond/route/richmond-loop-around",
|
|
6840
|
+
undefined,
|
|
6841
|
+
],
|
|
6293
6842
|
[
|
|
6294
6843
|
3914529041,
|
|
6295
6844
|
"Wandering Flats",
|
|
6296
6845
|
"wandering-flats",
|
|
6297
6846
|
"makuri-islands",
|
|
6298
6847
|
false,
|
|
6299
|
-
25.
|
|
6848
|
+
25.101,
|
|
6300
6849
|
146,
|
|
6301
|
-
0.
|
|
6302
|
-
0,
|
|
6303
|
-
0.024,
|
|
6304
|
-
0,
|
|
6305
|
-
0.024,
|
|
6850
|
+
0.109,
|
|
6306
6851
|
0,
|
|
6852
|
+
0.012,
|
|
6853
|
+
247,
|
|
6854
|
+
0.022,
|
|
6855
|
+
247,
|
|
6307
6856
|
["country-sprint", "tower-sprint-rev", "alley-sprint-rev"],
|
|
6308
6857
|
[],
|
|
6309
6858
|
false,
|
|
@@ -6311,7 +6860,7 @@ exports.routes = [
|
|
|
6311
6860
|
false,
|
|
6312
6861
|
true,
|
|
6313
6862
|
["running", "cycling"],
|
|
6314
|
-
|
|
6863
|
+
500,
|
|
6315
6864
|
30408380,
|
|
6316
6865
|
"https://www.strava.com/segments/30408380",
|
|
6317
6866
|
"https://zwiftinsider.com/route/wandering-flats",
|
|
@@ -6537,6 +7086,81 @@ exports.routes = [
|
|
|
6537
7086
|
"https://whatsonzwift.com/world/london/route/london-8",
|
|
6538
7087
|
"https://zwifterbikes.web.app/route/greatest-london-loop",
|
|
6539
7088
|
],
|
|
7089
|
+
[
|
|
7090
|
+
4084028627,
|
|
7091
|
+
"Mayan 8",
|
|
7092
|
+
"mayan-8",
|
|
7093
|
+
"watopia",
|
|
7094
|
+
false,
|
|
7095
|
+
23.071,
|
|
7096
|
+
241,
|
|
7097
|
+
3.077,
|
|
7098
|
+
8,
|
|
7099
|
+
0.018,
|
|
7100
|
+
0,
|
|
7101
|
+
0.033,
|
|
7102
|
+
0,
|
|
7103
|
+
[
|
|
7104
|
+
"stoneway-sprint-rev",
|
|
7105
|
+
"mayan-mountainside-kom",
|
|
7106
|
+
"itza-kom",
|
|
7107
|
+
"acropolis-sprint-rev",
|
|
7108
|
+
],
|
|
7109
|
+
[
|
|
7110
|
+
{ from: 11.527, to: 13.522, segment: "mayan-mountainside-kom" },
|
|
7111
|
+
{ from: 14.123, to: 17.883, segment: "itza-kom" },
|
|
7112
|
+
],
|
|
7113
|
+
false,
|
|
7114
|
+
true,
|
|
7115
|
+
false,
|
|
7116
|
+
true,
|
|
7117
|
+
["running", "cycling"],
|
|
7118
|
+
460,
|
|
7119
|
+
37683459,
|
|
7120
|
+
"https://www.strava.com/segments/37683459",
|
|
7121
|
+
"https://zwiftinsider.com/route/mayan-8",
|
|
7122
|
+
"https://whatsonzwift.com/world/watopia/route/mayan-8",
|
|
7123
|
+
undefined,
|
|
7124
|
+
],
|
|
7125
|
+
[
|
|
7126
|
+
4102513789,
|
|
7127
|
+
"Radio Rendezvous",
|
|
7128
|
+
"radio-rendezvous",
|
|
7129
|
+
"watopia",
|
|
7130
|
+
false,
|
|
7131
|
+
20.521,
|
|
7132
|
+
736,
|
|
7133
|
+
3.077,
|
|
7134
|
+
8,
|
|
7135
|
+
0.015,
|
|
7136
|
+
0,
|
|
7137
|
+
0.03,
|
|
7138
|
+
0,
|
|
7139
|
+
[
|
|
7140
|
+
"stoneway-sprint-rev",
|
|
7141
|
+
"mayan-mountainside-kom",
|
|
7142
|
+
"itza-kom",
|
|
7143
|
+
"the-grade-kom",
|
|
7144
|
+
"radio-tower-kom",
|
|
7145
|
+
],
|
|
7146
|
+
[
|
|
7147
|
+
{ from: 3.528, to: 5.531, segment: "mayan-mountainside-kom" },
|
|
7148
|
+
{ from: 6.125, to: 9.881, segment: "itza-kom" },
|
|
7149
|
+
{ from: 12.143, to: 15.68, segment: "the-grade-kom" },
|
|
7150
|
+
{ from: 19.241, to: 20.332, segment: "radio-tower-kom" },
|
|
7151
|
+
],
|
|
7152
|
+
false,
|
|
7153
|
+
false,
|
|
7154
|
+
false,
|
|
7155
|
+
true,
|
|
7156
|
+
["running", "cycling"],
|
|
7157
|
+
410,
|
|
7158
|
+
37716248,
|
|
7159
|
+
"https://www.strava.com/segments/37716248",
|
|
7160
|
+
"https://zwiftinsider.com/route/radio-rendezvous",
|
|
7161
|
+
"https://whatsonzwift.com/world/watopia/route/radio-rendezvous",
|
|
7162
|
+
undefined,
|
|
7163
|
+
],
|
|
6540
7164
|
[
|
|
6541
7165
|
4107749591,
|
|
6542
7166
|
"City and the Sgurr",
|
|
@@ -6601,7 +7225,7 @@ exports.routes = [
|
|
|
6601
7225
|
"Itza Party",
|
|
6602
7226
|
"itza-party",
|
|
6603
7227
|
"watopia",
|
|
6604
|
-
|
|
7228
|
+
false,
|
|
6605
7229
|
45.753,
|
|
6606
7230
|
506,
|
|
6607
7231
|
0.497,
|
|
@@ -6631,7 +7255,7 @@ exports.routes = [
|
|
|
6631
7255
|
false,
|
|
6632
7256
|
true,
|
|
6633
7257
|
["running", "cycling"],
|
|
6634
|
-
|
|
7258
|
+
915,
|
|
6635
7259
|
37098941,
|
|
6636
7260
|
"https://www.strava.com/segments/37098941",
|
|
6637
7261
|
"https://zwiftinsider.com/route/itza-party",
|
|
@@ -6652,10 +7276,11 @@ exports.routes = [
|
|
|
6652
7276
|
undefined,
|
|
6653
7277
|
1.119,
|
|
6654
7278
|
1,
|
|
6655
|
-
["zwift-kom", "epic-kom", "volcano-kom"],
|
|
7279
|
+
["zwift-kom", "epic-kom", "radio-tower-kom", "volcano-kom"],
|
|
6656
7280
|
[
|
|
6657
7281
|
{ from: 0.935, to: 1.823, segment: "zwift-kom" },
|
|
6658
7282
|
{ from: 10.092, to: 19.521, segment: "epic-kom" },
|
|
7283
|
+
{ from: 19.942, to: 21.042, segment: "radio-tower-kom" },
|
|
6659
7284
|
{ from: 36.781, to: 40.503, segment: "volcano-kom" },
|
|
6660
7285
|
],
|
|
6661
7286
|
false,
|
|
@@ -6858,9 +7483,10 @@ exports.routes = [
|
|
|
6858
7483
|
undefined,
|
|
6859
7484
|
undefined,
|
|
6860
7485
|
undefined,
|
|
6861
|
-
["volcano-kom", "zwift-kom-rev"],
|
|
7486
|
+
["volcano-kom", "radio-tower-kom", "zwift-kom-rev"],
|
|
6862
7487
|
[
|
|
6863
7488
|
{ from: 3.166, to: 6.876, segment: "volcano-kom" },
|
|
7489
|
+
{ from: 25.304, to: 26.403, segment: "radio-tower-kom" },
|
|
6864
7490
|
{ from: 43.414, to: 45.895, segment: "zwift-kom-rev" },
|
|
6865
7491
|
],
|
|
6866
7492
|
false,
|