zwift-data 1.42.4 → 1.44.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 -1
- package/lib/cjs/bikeFrames.js +63 -54
- package/lib/cjs/bikeFrontWheels.js +14 -3
- package/lib/cjs/bikeRearWheels.js +14 -3
- package/lib/cjs/bikeShoes.js +1 -1
- package/lib/cjs/headgears.js +2 -1
- package/lib/cjs/jerseys.js +61 -11
- package/lib/cjs/notableMomentTypes.js +2 -1
- package/lib/cjs/paintJobs.js +9 -0
- package/lib/cjs/routes.js +533 -40
- package/lib/cjs/socks.js +1 -1
- package/lib/cjs/unlockableCategories.js +1 -0
- package/lib/esm/achievements.js +19 -1
- package/lib/esm/bikeFrames.js +63 -54
- package/lib/esm/bikeFrontWheels.js +14 -3
- package/lib/esm/bikeRearWheels.js +14 -3
- package/lib/esm/bikeShoes.js +1 -1
- package/lib/esm/headgears.js +2 -1
- package/lib/esm/jerseys.js +61 -11
- package/lib/esm/notableMomentTypes.js +2 -1
- package/lib/esm/paintJobs.js +9 -0
- package/lib/esm/routes.js +533 -40
- package/lib/esm/socks.js +1 -1
- package/lib/esm/unlockableCategories.js +1 -0
- package/package.json +5 -5
package/lib/esm/routes.js
CHANGED
|
@@ -238,6 +238,39 @@ export const routes = [
|
|
|
238
238
|
"https://whatsonzwift.com/world/watopia/route/hilly-route-reverse",
|
|
239
239
|
"https://zwifterbikes.web.app/route/hilly-route-reverse",
|
|
240
240
|
],
|
|
241
|
+
[
|
|
242
|
+
136140280,
|
|
243
|
+
"Sacre Bleu",
|
|
244
|
+
"sacre-bleu",
|
|
245
|
+
"france",
|
|
246
|
+
false,
|
|
247
|
+
71.18,
|
|
248
|
+
396,
|
|
249
|
+
2.599,
|
|
250
|
+
15,
|
|
251
|
+
0.546,
|
|
252
|
+
5,
|
|
253
|
+
0.574,
|
|
254
|
+
5,
|
|
255
|
+
["aqueduc-kom-rev", "ballon-sprint-rev", "aqueduc-kom", "marina-sprint"],
|
|
256
|
+
[
|
|
257
|
+
{ from: 8.416, to: 8.814, segment: "aqueduc-kom-rev" },
|
|
258
|
+
{ from: 12.806, to: 13.142, segment: "ballon-sprint-rev" },
|
|
259
|
+
{ from: 43.45, to: 43.874, segment: "aqueduc-kom" },
|
|
260
|
+
{ from: 59.166, to: 59.511, segment: "marina-sprint" },
|
|
261
|
+
],
|
|
262
|
+
false,
|
|
263
|
+
true,
|
|
264
|
+
false,
|
|
265
|
+
true,
|
|
266
|
+
["running", "cycling"],
|
|
267
|
+
1425,
|
|
268
|
+
39270823,
|
|
269
|
+
"https://www.strava.com/segments/39270823",
|
|
270
|
+
"https://zwiftinsider.com/route/sacre-bleu",
|
|
271
|
+
undefined,
|
|
272
|
+
undefined,
|
|
273
|
+
],
|
|
241
274
|
[
|
|
242
275
|
136957568,
|
|
243
276
|
"Jon's Route",
|
|
@@ -335,7 +368,7 @@ export const routes = [
|
|
|
335
368
|
"Scotland Smash",
|
|
336
369
|
"scotland-smash",
|
|
337
370
|
"scotland",
|
|
338
|
-
|
|
371
|
+
false,
|
|
339
372
|
17.82,
|
|
340
373
|
167,
|
|
341
374
|
0.249,
|
|
@@ -396,7 +429,7 @@ export const routes = [
|
|
|
396
429
|
"Makuri Madness",
|
|
397
430
|
"makuri-madness",
|
|
398
431
|
"makuri-islands",
|
|
399
|
-
|
|
432
|
+
false,
|
|
400
433
|
15.949,
|
|
401
434
|
85,
|
|
402
435
|
0.137,
|
|
@@ -709,8 +742,8 @@ export const routes = [
|
|
|
709
742
|
1,
|
|
710
743
|
0.03,
|
|
711
744
|
0,
|
|
712
|
-
|
|
713
|
-
|
|
745
|
+
0.03,
|
|
746
|
+
0,
|
|
714
747
|
[],
|
|
715
748
|
[],
|
|
716
749
|
true,
|
|
@@ -725,6 +758,37 @@ export const routes = [
|
|
|
725
758
|
"https://whatsonzwift.com/world/new-york/route/shuman-trail-reverse",
|
|
726
759
|
undefined,
|
|
727
760
|
],
|
|
761
|
+
[
|
|
762
|
+
319138658,
|
|
763
|
+
"Three Musketeers",
|
|
764
|
+
"three-musketeers",
|
|
765
|
+
"france",
|
|
766
|
+
false,
|
|
767
|
+
35.195,
|
|
768
|
+
195,
|
|
769
|
+
2.599,
|
|
770
|
+
15,
|
|
771
|
+
0.595,
|
|
772
|
+
5,
|
|
773
|
+
0.618,
|
|
774
|
+
5,
|
|
775
|
+
["aqueduc-kom-rev", "ballon-sprint-rev"],
|
|
776
|
+
[
|
|
777
|
+
{ from: 8.406, to: 8.817, segment: "aqueduc-kom-rev" },
|
|
778
|
+
{ from: 12.813, to: 13.131, segment: "ballon-sprint-rev" },
|
|
779
|
+
],
|
|
780
|
+
false,
|
|
781
|
+
true,
|
|
782
|
+
false,
|
|
783
|
+
true,
|
|
784
|
+
["running", "cycling"],
|
|
785
|
+
705,
|
|
786
|
+
38873256,
|
|
787
|
+
"https://www.strava.com/segments/38873256",
|
|
788
|
+
"https://zwiftinsider.com/route/three-musketeers",
|
|
789
|
+
"https://whatsonzwift.com/world/france/route/three-musketeers",
|
|
790
|
+
undefined,
|
|
791
|
+
],
|
|
728
792
|
[
|
|
729
793
|
352245150,
|
|
730
794
|
"Gotham Grind Reverse",
|
|
@@ -753,6 +817,34 @@ export const routes = [
|
|
|
753
817
|
"https://whatsonzwift.com/world/new-york/route/gotham-grind-reverse",
|
|
754
818
|
"https://zwifterbikes.web.app/route/gotham-grind-reverse",
|
|
755
819
|
],
|
|
820
|
+
[
|
|
821
|
+
358794394,
|
|
822
|
+
"Ven-10",
|
|
823
|
+
"ven-10",
|
|
824
|
+
"france",
|
|
825
|
+
false,
|
|
826
|
+
10,
|
|
827
|
+
780,
|
|
828
|
+
1.399,
|
|
829
|
+
37,
|
|
830
|
+
0.077,
|
|
831
|
+
2,
|
|
832
|
+
0.125,
|
|
833
|
+
4,
|
|
834
|
+
[],
|
|
835
|
+
[],
|
|
836
|
+
false,
|
|
837
|
+
false,
|
|
838
|
+
false,
|
|
839
|
+
true,
|
|
840
|
+
["running", "cycling"],
|
|
841
|
+
200,
|
|
842
|
+
38856912,
|
|
843
|
+
"https://www.strava.com/segments/38856912",
|
|
844
|
+
"https://zwiftinsider.com/route/ven-10",
|
|
845
|
+
"https://whatsonzwift.com/world/france/route/ven-10",
|
|
846
|
+
undefined,
|
|
847
|
+
],
|
|
756
848
|
[
|
|
757
849
|
377566656,
|
|
758
850
|
"BRAEk-fast Crits and Grits",
|
|
@@ -847,8 +939,8 @@ export const routes = [
|
|
|
847
939
|
true,
|
|
848
940
|
["running", "cycling"],
|
|
849
941
|
1000,
|
|
850
|
-
|
|
851
|
-
"https://www.strava.com/segments/
|
|
942
|
+
39270881,
|
|
943
|
+
"https://www.strava.com/segments/39270881",
|
|
852
944
|
"https://zwiftinsider.com/route/deca-dash",
|
|
853
945
|
"https://whatsonzwift.com/world/watopia/route/deca-dash",
|
|
854
946
|
"https://zwifterbikes.web.app/route/deca-dash",
|
|
@@ -1031,6 +1123,34 @@ export const routes = [
|
|
|
1031
1123
|
"https://whatsonzwift.com/world/watopia/route/figure-8-reverse",
|
|
1032
1124
|
"https://zwifterbikes.web.app/route/figure-8-reverse",
|
|
1033
1125
|
],
|
|
1126
|
+
[
|
|
1127
|
+
573843083,
|
|
1128
|
+
"Macaron",
|
|
1129
|
+
"macaron",
|
|
1130
|
+
"france",
|
|
1131
|
+
true,
|
|
1132
|
+
2.436,
|
|
1133
|
+
13,
|
|
1134
|
+
0.164,
|
|
1135
|
+
2,
|
|
1136
|
+
0.014,
|
|
1137
|
+
0,
|
|
1138
|
+
0.03,
|
|
1139
|
+
0,
|
|
1140
|
+
[],
|
|
1141
|
+
[],
|
|
1142
|
+
false,
|
|
1143
|
+
false,
|
|
1144
|
+
false,
|
|
1145
|
+
true,
|
|
1146
|
+
["running", "cycling"],
|
|
1147
|
+
50,
|
|
1148
|
+
38876339,
|
|
1149
|
+
"https://www.strava.com/segments/38876339",
|
|
1150
|
+
"https://zwiftinsider.com/route/macaron",
|
|
1151
|
+
"https://whatsonzwift.com/world/france/route/macaron",
|
|
1152
|
+
undefined,
|
|
1153
|
+
],
|
|
1034
1154
|
[
|
|
1035
1155
|
576953930,
|
|
1036
1156
|
"Country to Coastal",
|
|
@@ -1193,9 +1313,9 @@ export const routes = [
|
|
|
1193
1313
|
0.048,
|
|
1194
1314
|
0,
|
|
1195
1315
|
0.011,
|
|
1196
|
-
|
|
1316
|
+
0,
|
|
1197
1317
|
0.017,
|
|
1198
|
-
|
|
1318
|
+
0,
|
|
1199
1319
|
["breakaway-brae-rev"],
|
|
1200
1320
|
[],
|
|
1201
1321
|
false,
|
|
@@ -1985,6 +2105,34 @@ export const routes = [
|
|
|
1985
2105
|
"https://whatsonzwift.com/world/makuri-islands/route/neokyo-crit-course",
|
|
1986
2106
|
"https://zwifterbikes.web.app/route/neokyo-crit-course",
|
|
1987
2107
|
],
|
|
2108
|
+
[
|
|
2109
|
+
1201172818,
|
|
2110
|
+
"Power Punches",
|
|
2111
|
+
"power-punches",
|
|
2112
|
+
"watopia",
|
|
2113
|
+
true,
|
|
2114
|
+
23.48,
|
|
2115
|
+
205,
|
|
2116
|
+
0.19,
|
|
2117
|
+
0,
|
|
2118
|
+
0.015,
|
|
2119
|
+
undefined,
|
|
2120
|
+
0.03,
|
|
2121
|
+
undefined,
|
|
2122
|
+
[],
|
|
2123
|
+
[],
|
|
2124
|
+
false,
|
|
2125
|
+
false,
|
|
2126
|
+
false,
|
|
2127
|
+
false,
|
|
2128
|
+
["running", "cycling"],
|
|
2129
|
+
470,
|
|
2130
|
+
undefined,
|
|
2131
|
+
undefined,
|
|
2132
|
+
undefined,
|
|
2133
|
+
undefined,
|
|
2134
|
+
undefined,
|
|
2135
|
+
],
|
|
1988
2136
|
[
|
|
1989
2137
|
1230300449,
|
|
1990
2138
|
"Leith Hill After Party",
|
|
@@ -2101,6 +2249,34 @@ export const routes = [
|
|
|
2101
2249
|
"https://whatsonzwift.com/world/scotland/route/glasgow-reverse",
|
|
2102
2250
|
"https://zwifterbikes.web.app/route/glasgow-reverse",
|
|
2103
2251
|
],
|
|
2252
|
+
[
|
|
2253
|
+
1258526800,
|
|
2254
|
+
"Flat Out Fast",
|
|
2255
|
+
"flat-out-fast",
|
|
2256
|
+
"watopia",
|
|
2257
|
+
true,
|
|
2258
|
+
21.382,
|
|
2259
|
+
46,
|
|
2260
|
+
0.949,
|
|
2261
|
+
3,
|
|
2262
|
+
0.466,
|
|
2263
|
+
2,
|
|
2264
|
+
0.482,
|
|
2265
|
+
3,
|
|
2266
|
+
[],
|
|
2267
|
+
[],
|
|
2268
|
+
false,
|
|
2269
|
+
false,
|
|
2270
|
+
false,
|
|
2271
|
+
false,
|
|
2272
|
+
["running", "cycling"],
|
|
2273
|
+
430,
|
|
2274
|
+
undefined,
|
|
2275
|
+
undefined,
|
|
2276
|
+
undefined,
|
|
2277
|
+
undefined,
|
|
2278
|
+
undefined,
|
|
2279
|
+
],
|
|
2104
2280
|
[
|
|
2105
2281
|
1327147942,
|
|
2106
2282
|
"Zwift Gran Fondo 2022",
|
|
@@ -2217,6 +2393,39 @@ export const routes = [
|
|
|
2217
2393
|
"https://whatsonzwift.com/world/makuri-islands/route/mech-isle-loop",
|
|
2218
2394
|
"https://zwifterbikes.web.app/route/mech-isle-loop",
|
|
2219
2395
|
],
|
|
2396
|
+
[
|
|
2397
|
+
1367364772,
|
|
2398
|
+
"Neon After Party",
|
|
2399
|
+
"neon-after-party",
|
|
2400
|
+
"makuri-islands",
|
|
2401
|
+
false,
|
|
2402
|
+
16.199,
|
|
2403
|
+
137,
|
|
2404
|
+
1.124,
|
|
2405
|
+
5,
|
|
2406
|
+
1.065,
|
|
2407
|
+
3,
|
|
2408
|
+
1.08,
|
|
2409
|
+
4,
|
|
2410
|
+
[
|
|
2411
|
+
"alley-sprint",
|
|
2412
|
+
"tower-sprint-rev",
|
|
2413
|
+
"castle-park-sprint-rev",
|
|
2414
|
+
"rooftop-kom",
|
|
2415
|
+
],
|
|
2416
|
+
[{ from: 14.261, to: 16.139, segment: "rooftop-kom" }],
|
|
2417
|
+
false,
|
|
2418
|
+
false,
|
|
2419
|
+
false,
|
|
2420
|
+
true,
|
|
2421
|
+
["running", "cycling"],
|
|
2422
|
+
325,
|
|
2423
|
+
38754616,
|
|
2424
|
+
"https://www.strava.com/segments/38754616",
|
|
2425
|
+
"https://zwiftinsider.com/route/neon-after-party",
|
|
2426
|
+
undefined,
|
|
2427
|
+
undefined,
|
|
2428
|
+
],
|
|
2220
2429
|
[
|
|
2221
2430
|
1373909093,
|
|
2222
2431
|
"Chili Pepper",
|
|
@@ -2360,6 +2569,34 @@ export const routes = [
|
|
|
2360
2569
|
"https://whatsonzwift.com/world/watopia/route/volcano-flat-reverse",
|
|
2361
2570
|
"https://zwifterbikes.web.app/route/volcano-flat-reverse",
|
|
2362
2571
|
],
|
|
2572
|
+
[
|
|
2573
|
+
1409345545,
|
|
2574
|
+
"Rapide Run",
|
|
2575
|
+
"rapide-run",
|
|
2576
|
+
"france",
|
|
2577
|
+
false,
|
|
2578
|
+
5.994,
|
|
2579
|
+
38,
|
|
2580
|
+
0.081,
|
|
2581
|
+
1,
|
|
2582
|
+
0.022,
|
|
2583
|
+
0,
|
|
2584
|
+
0.041,
|
|
2585
|
+
1,
|
|
2586
|
+
[],
|
|
2587
|
+
[],
|
|
2588
|
+
false,
|
|
2589
|
+
false,
|
|
2590
|
+
false,
|
|
2591
|
+
true,
|
|
2592
|
+
["running"],
|
|
2593
|
+
120,
|
|
2594
|
+
undefined,
|
|
2595
|
+
undefined,
|
|
2596
|
+
"https://zwiftinsider.com/route/rapide-run",
|
|
2597
|
+
"https://whatsonzwift.com/world/france/route/rapide-run",
|
|
2598
|
+
undefined,
|
|
2599
|
+
],
|
|
2363
2600
|
[
|
|
2364
2601
|
1433431343,
|
|
2365
2602
|
"La Reine",
|
|
@@ -2481,6 +2718,34 @@ export const routes = [
|
|
|
2481
2718
|
undefined,
|
|
2482
2719
|
"https://zwifterbikes.web.app/route/twilight-harbor",
|
|
2483
2720
|
],
|
|
2721
|
+
[
|
|
2722
|
+
1464561389,
|
|
2723
|
+
"Climb Control",
|
|
2724
|
+
"climb-control",
|
|
2725
|
+
"watopia",
|
|
2726
|
+
true,
|
|
2727
|
+
23.672,
|
|
2728
|
+
191,
|
|
2729
|
+
0.301,
|
|
2730
|
+
0,
|
|
2731
|
+
0.065,
|
|
2732
|
+
0,
|
|
2733
|
+
0.08,
|
|
2734
|
+
0,
|
|
2735
|
+
[],
|
|
2736
|
+
[],
|
|
2737
|
+
false,
|
|
2738
|
+
false,
|
|
2739
|
+
false,
|
|
2740
|
+
false,
|
|
2741
|
+
["running", "cycling"],
|
|
2742
|
+
475,
|
|
2743
|
+
undefined,
|
|
2744
|
+
undefined,
|
|
2745
|
+
undefined,
|
|
2746
|
+
undefined,
|
|
2747
|
+
undefined,
|
|
2748
|
+
],
|
|
2484
2749
|
[
|
|
2485
2750
|
1475638265,
|
|
2486
2751
|
"The Uber Pretzel",
|
|
@@ -2554,6 +2819,34 @@ export const routes = [
|
|
|
2554
2819
|
"https://whatsonzwift.com/world/new-york/route/astoria-line-8",
|
|
2555
2820
|
"https://zwifterbikes.web.app/route/astoria-line-8",
|
|
2556
2821
|
],
|
|
2822
|
+
[
|
|
2823
|
+
1538375239,
|
|
2824
|
+
"Gentil 8",
|
|
2825
|
+
"gentil-8",
|
|
2826
|
+
"france",
|
|
2827
|
+
false,
|
|
2828
|
+
23.18,
|
|
2829
|
+
243,
|
|
2830
|
+
2.599,
|
|
2831
|
+
15,
|
|
2832
|
+
0.557,
|
|
2833
|
+
5,
|
|
2834
|
+
0.572,
|
|
2835
|
+
5,
|
|
2836
|
+
["petit-kom"],
|
|
2837
|
+
[{ from: 5.421, to: 8.104, segment: "petit-kom" }],
|
|
2838
|
+
false,
|
|
2839
|
+
true,
|
|
2840
|
+
false,
|
|
2841
|
+
true,
|
|
2842
|
+
["running", "cycling"],
|
|
2843
|
+
465,
|
|
2844
|
+
38856602,
|
|
2845
|
+
"https://www.strava.com/segments/38856602",
|
|
2846
|
+
"https://zwiftinsider.com/route/gentil-8",
|
|
2847
|
+
"https://whatsonzwift.com/world/france/route/gentil-8",
|
|
2848
|
+
undefined,
|
|
2849
|
+
],
|
|
2557
2850
|
[
|
|
2558
2851
|
1545087483,
|
|
2559
2852
|
"Cobbled Climbs",
|
|
@@ -2647,6 +2940,34 @@ export const routes = [
|
|
|
2647
2940
|
"https://whatsonzwift.com/world/watopia/route/that-s-amore-reverse",
|
|
2648
2941
|
undefined,
|
|
2649
2942
|
],
|
|
2943
|
+
[
|
|
2944
|
+
1600198346,
|
|
2945
|
+
"Croissant",
|
|
2946
|
+
"croissant",
|
|
2947
|
+
"france",
|
|
2948
|
+
false,
|
|
2949
|
+
9.273,
|
|
2950
|
+
49,
|
|
2951
|
+
3.241,
|
|
2952
|
+
23,
|
|
2953
|
+
3.052,
|
|
2954
|
+
21,
|
|
2955
|
+
3.072,
|
|
2956
|
+
22,
|
|
2957
|
+
[],
|
|
2958
|
+
[],
|
|
2959
|
+
false,
|
|
2960
|
+
true,
|
|
2961
|
+
false,
|
|
2962
|
+
true,
|
|
2963
|
+
["running", "cycling"],
|
|
2964
|
+
185,
|
|
2965
|
+
39270805,
|
|
2966
|
+
"https://www.strava.com/segments/39270805",
|
|
2967
|
+
"https://zwiftinsider.com/route/croissant",
|
|
2968
|
+
"https://whatsonzwift.com/world/france/route/croissant",
|
|
2969
|
+
undefined,
|
|
2970
|
+
],
|
|
2650
2971
|
[
|
|
2651
2972
|
1631692097,
|
|
2652
2973
|
"Glyph Heights",
|
|
@@ -2778,7 +3099,7 @@ export const routes = [
|
|
|
2778
3099
|
"Downtown Eruption",
|
|
2779
3100
|
"downtown-eruoption",
|
|
2780
3101
|
"watopia",
|
|
2781
|
-
|
|
3102
|
+
false,
|
|
2782
3103
|
19.441,
|
|
2783
3104
|
275,
|
|
2784
3105
|
0.499,
|
|
@@ -2815,9 +3136,9 @@ export const routes = [
|
|
|
2815
3136
|
4.121,
|
|
2816
3137
|
305,
|
|
2817
3138
|
0.014,
|
|
2818
|
-
|
|
3139
|
+
0,
|
|
2819
3140
|
0.031,
|
|
2820
|
-
|
|
3141
|
+
0,
|
|
2821
3142
|
["radio-tower-kom"],
|
|
2822
3143
|
[{ from: 3.165, to: 4.251, segment: "radio-tower-kom" }],
|
|
2823
3144
|
false,
|
|
@@ -2868,7 +3189,7 @@ export const routes = [
|
|
|
2868
3189
|
"ZG25 Queen",
|
|
2869
3190
|
"zg25-queen",
|
|
2870
3191
|
"watopia",
|
|
2871
|
-
|
|
3192
|
+
false,
|
|
2872
3193
|
44.61,
|
|
2873
3194
|
894,
|
|
2874
3195
|
0.194,
|
|
@@ -3142,6 +3463,34 @@ export const routes = [
|
|
|
3142
3463
|
"https://whatsonzwift.com/world/new-york/route/couch-to-sky-k",
|
|
3143
3464
|
undefined,
|
|
3144
3465
|
],
|
|
3466
|
+
[
|
|
3467
|
+
1793712753,
|
|
3468
|
+
"Hell of the North",
|
|
3469
|
+
"hell-of-the-north",
|
|
3470
|
+
"france",
|
|
3471
|
+
false,
|
|
3472
|
+
19.816,
|
|
3473
|
+
241,
|
|
3474
|
+
0.336,
|
|
3475
|
+
0,
|
|
3476
|
+
0.017,
|
|
3477
|
+
0,
|
|
3478
|
+
0.031,
|
|
3479
|
+
0,
|
|
3480
|
+
["petit-kom"],
|
|
3481
|
+
[{ from: 17.079, to: 19.768, segment: "petit-kom" }],
|
|
3482
|
+
false,
|
|
3483
|
+
false,
|
|
3484
|
+
false,
|
|
3485
|
+
true,
|
|
3486
|
+
["running", "cycling"],
|
|
3487
|
+
395,
|
|
3488
|
+
38859707,
|
|
3489
|
+
"https://www.strava.com/segments/38859707",
|
|
3490
|
+
"https://zwiftinsider.com/route/hell-of-the-north",
|
|
3491
|
+
"https://whatsonzwift.com/world/france/route/hell-of-the-north",
|
|
3492
|
+
undefined,
|
|
3493
|
+
],
|
|
3145
3494
|
[
|
|
3146
3495
|
1880443431,
|
|
3147
3496
|
"Greatest London Flat",
|
|
@@ -3254,6 +3603,34 @@ export const routes = [
|
|
|
3254
3603
|
"https://whatsonzwift.com/world/makuri-islands/route/valley-to-mountaintop",
|
|
3255
3604
|
"https://zwifterbikes.web.app/route/valley-to-mountaintop",
|
|
3256
3605
|
],
|
|
3606
|
+
[
|
|
3607
|
+
1975694067,
|
|
3608
|
+
"Ven-10 Run",
|
|
3609
|
+
"ven-10-run",
|
|
3610
|
+
"france",
|
|
3611
|
+
false,
|
|
3612
|
+
10,
|
|
3613
|
+
780,
|
|
3614
|
+
1.399,
|
|
3615
|
+
37,
|
|
3616
|
+
0.078,
|
|
3617
|
+
2,
|
|
3618
|
+
0.126,
|
|
3619
|
+
4,
|
|
3620
|
+
[],
|
|
3621
|
+
[],
|
|
3622
|
+
false,
|
|
3623
|
+
false,
|
|
3624
|
+
false,
|
|
3625
|
+
true,
|
|
3626
|
+
["running"],
|
|
3627
|
+
200,
|
|
3628
|
+
undefined,
|
|
3629
|
+
undefined,
|
|
3630
|
+
undefined,
|
|
3631
|
+
undefined,
|
|
3632
|
+
undefined,
|
|
3633
|
+
],
|
|
3257
3634
|
[
|
|
3258
3635
|
1988847319,
|
|
3259
3636
|
"Splash and Dash",
|
|
@@ -3606,6 +3983,34 @@ export const routes = [
|
|
|
3606
3983
|
"https://whatsonzwift.com/world/makuri-islands/route/island-hopper",
|
|
3607
3984
|
"https://zwifterbikes.web.app/route/island-hopper",
|
|
3608
3985
|
],
|
|
3986
|
+
[
|
|
3987
|
+
2143464829,
|
|
3988
|
+
"Bon Voyage",
|
|
3989
|
+
"bon-voyage",
|
|
3990
|
+
"france",
|
|
3991
|
+
false,
|
|
3992
|
+
28.208,
|
|
3993
|
+
132,
|
|
3994
|
+
3.241,
|
|
3995
|
+
23,
|
|
3996
|
+
3.092,
|
|
3997
|
+
23,
|
|
3998
|
+
3.104,
|
|
3999
|
+
23,
|
|
4000
|
+
[],
|
|
4001
|
+
[],
|
|
4002
|
+
false,
|
|
4003
|
+
false,
|
|
4004
|
+
false,
|
|
4005
|
+
true,
|
|
4006
|
+
["running", "cycling"],
|
|
4007
|
+
565,
|
|
4008
|
+
39240977,
|
|
4009
|
+
"https://www.strava.com/segments/39240977",
|
|
4010
|
+
"https://zwiftinsider.com/route/bon-voyage",
|
|
4011
|
+
"https://whatsonzwift.com/world/france/route/bon-voyage",
|
|
4012
|
+
undefined,
|
|
4013
|
+
],
|
|
3609
4014
|
[
|
|
3610
4015
|
2165880404,
|
|
3611
4016
|
"London 8 Reverse",
|
|
@@ -3715,8 +4120,8 @@ export const routes = [
|
|
|
3715
4120
|
2624,
|
|
3716
4121
|
0.454,
|
|
3717
4122
|
4,
|
|
3718
|
-
|
|
3719
|
-
|
|
4123
|
+
0.037,
|
|
4124
|
+
1,
|
|
3720
4125
|
0.057,
|
|
3721
4126
|
1,
|
|
3722
4127
|
["london-loop", "box-hill", "london-sprint-rev"],
|
|
@@ -3959,8 +4364,8 @@ export const routes = [
|
|
|
3959
4364
|
"tire-bouchon",
|
|
3960
4365
|
"france",
|
|
3961
4366
|
false,
|
|
3962
|
-
60.
|
|
3963
|
-
|
|
4367
|
+
60.782,
|
|
4368
|
+
479,
|
|
3964
4369
|
3.092,
|
|
3965
4370
|
108,
|
|
3966
4371
|
3.097,
|
|
@@ -4035,10 +4440,10 @@ export const routes = [
|
|
|
4035
4440
|
942,
|
|
4036
4441
|
0.22,
|
|
4037
4442
|
0,
|
|
4038
|
-
0,
|
|
4039
|
-
|
|
4040
|
-
0,
|
|
4041
|
-
|
|
4443
|
+
0.15,
|
|
4444
|
+
1,
|
|
4445
|
+
0.15,
|
|
4446
|
+
1,
|
|
4042
4447
|
["new-york-sprint-rev", "new-york-kom"],
|
|
4043
4448
|
[
|
|
4044
4449
|
{ from: 8.4, to: 9.762, segment: "new-york-kom" },
|
|
@@ -4423,8 +4828,9 @@ export const routes = [
|
|
|
4423
4828
|
0,
|
|
4424
4829
|
["titans-grove-kom-rev", "fuego-flats-rev"],
|
|
4425
4830
|
[
|
|
4426
|
-
{ from:
|
|
4427
|
-
{ from:
|
|
4831
|
+
{ from: 3.759, to: 4.676, segment: "titans-grove-kom-rev" },
|
|
4832
|
+
{ from: 38.316, to: 39.209, segment: "titans-grove-kom-rev" },
|
|
4833
|
+
{ from: 45.014, to: 52.121, segment: "fuego-flats-rev" },
|
|
4428
4834
|
],
|
|
4429
4835
|
false,
|
|
4430
4836
|
false,
|
|
@@ -4432,8 +4838,8 @@ export const routes = [
|
|
|
4432
4838
|
true,
|
|
4433
4839
|
["running", "cycling"],
|
|
4434
4840
|
1080,
|
|
4435
|
-
|
|
4436
|
-
"https://www.strava.com/segments/
|
|
4841
|
+
33852827,
|
|
4842
|
+
"https://www.strava.com/segments/33852827",
|
|
4437
4843
|
"https://zwiftinsider.com/route/dust-in-the-wind",
|
|
4438
4844
|
"https://whatsonzwift.com/world/watopia/route/dust-in-the-wind",
|
|
4439
4845
|
"https://zwifterbikes.web.app/route/dust-in-the-wind",
|
|
@@ -4444,7 +4850,7 @@ export const routes = [
|
|
|
4444
4850
|
"climb-portal-volcano",
|
|
4445
4851
|
"watopia",
|
|
4446
4852
|
false,
|
|
4447
|
-
7.
|
|
4853
|
+
7.354,
|
|
4448
4854
|
20,
|
|
4449
4855
|
1.99,
|
|
4450
4856
|
12,
|
|
@@ -4505,9 +4911,9 @@ export const routes = [
|
|
|
4505
4911
|
4.181,
|
|
4506
4912
|
16,
|
|
4507
4913
|
0.005,
|
|
4508
|
-
|
|
4914
|
+
0,
|
|
4509
4915
|
0.021,
|
|
4510
|
-
|
|
4916
|
+
0,
|
|
4511
4917
|
["jarvis-kom", "jarvis-sprint"],
|
|
4512
4918
|
[
|
|
4513
4919
|
{ from: 0.655, to: 2.461, segment: "jarvis-kom" },
|
|
@@ -4699,11 +5105,11 @@ export const routes = [
|
|
|
4699
5105
|
"paris",
|
|
4700
5106
|
false,
|
|
4701
5107
|
6.616,
|
|
4702
|
-
|
|
5108
|
+
39,
|
|
4703
5109
|
3.185,
|
|
4704
5110
|
13,
|
|
4705
5111
|
0.005,
|
|
4706
|
-
|
|
5112
|
+
0,
|
|
4707
5113
|
0.022,
|
|
4708
5114
|
0,
|
|
4709
5115
|
["champs-elysees"],
|
|
@@ -4816,7 +5222,7 @@ export const routes = [
|
|
|
4816
5222
|
0,
|
|
4817
5223
|
0.103,
|
|
4818
5224
|
0,
|
|
4819
|
-
0.
|
|
5225
|
+
0.103,
|
|
4820
5226
|
0,
|
|
4821
5227
|
["bologna-tt"],
|
|
4822
5228
|
[{ from: 0, to: 8.031, segment: "bologna-tt" }],
|
|
@@ -5007,7 +5413,7 @@ export const routes = [
|
|
|
5007
5413
|
{ from: 22.721, to: 25.33, segment: "titans-grove-kom" },
|
|
5008
5414
|
],
|
|
5009
5415
|
false,
|
|
5010
|
-
|
|
5416
|
+
true,
|
|
5011
5417
|
false,
|
|
5012
5418
|
true,
|
|
5013
5419
|
["running", "cycling"],
|
|
@@ -5018,6 +5424,34 @@ export const routes = [
|
|
|
5018
5424
|
"https://whatsonzwift.com/world/watopia/route/danger-noodle",
|
|
5019
5425
|
"https://zwifterbikes.web.app/route/danger-noodle",
|
|
5020
5426
|
],
|
|
5427
|
+
[
|
|
5428
|
+
2892858917,
|
|
5429
|
+
"Red Zone Repeats",
|
|
5430
|
+
"red-zone-repeats",
|
|
5431
|
+
"makuri-islands",
|
|
5432
|
+
true,
|
|
5433
|
+
19.388,
|
|
5434
|
+
87,
|
|
5435
|
+
0.207,
|
|
5436
|
+
0,
|
|
5437
|
+
0.15,
|
|
5438
|
+
0,
|
|
5439
|
+
0.166,
|
|
5440
|
+
0,
|
|
5441
|
+
[],
|
|
5442
|
+
[],
|
|
5443
|
+
false,
|
|
5444
|
+
false,
|
|
5445
|
+
false,
|
|
5446
|
+
false,
|
|
5447
|
+
["running", "cycling"],
|
|
5448
|
+
390,
|
|
5449
|
+
undefined,
|
|
5450
|
+
undefined,
|
|
5451
|
+
undefined,
|
|
5452
|
+
undefined,
|
|
5453
|
+
undefined,
|
|
5454
|
+
],
|
|
5021
5455
|
[
|
|
5022
5456
|
2896159042,
|
|
5023
5457
|
"Temples and Towers",
|
|
@@ -5141,7 +5575,7 @@ export const routes = [
|
|
|
5141
5575
|
"makuri-pretzel",
|
|
5142
5576
|
"makuri-islands",
|
|
5143
5577
|
false,
|
|
5144
|
-
77.
|
|
5578
|
+
77.577,
|
|
5145
5579
|
618,
|
|
5146
5580
|
1.124,
|
|
5147
5581
|
5,
|
|
@@ -5732,7 +6166,7 @@ export const routes = [
|
|
|
5732
6166
|
"London Uprising",
|
|
5733
6167
|
"london-uprising",
|
|
5734
6168
|
"london",
|
|
5735
|
-
|
|
6169
|
+
false,
|
|
5736
6170
|
20.576,
|
|
5737
6171
|
356,
|
|
5738
6172
|
0.336,
|
|
@@ -5784,7 +6218,7 @@ export const routes = [
|
|
|
5784
6218
|
false,
|
|
5785
6219
|
true,
|
|
5786
6220
|
["running", "cycling"],
|
|
5787
|
-
|
|
6221
|
+
1030,
|
|
5788
6222
|
20522725,
|
|
5789
6223
|
"https://www.strava.com/segments/20522725",
|
|
5790
6224
|
"https://zwiftinsider.com/spiral-into-the-volcano",
|
|
@@ -5973,9 +6407,9 @@ export const routes = [
|
|
|
5973
6407
|
4.038,
|
|
5974
6408
|
62,
|
|
5975
6409
|
0.02,
|
|
5976
|
-
|
|
6410
|
+
0,
|
|
5977
6411
|
0.035,
|
|
5978
|
-
|
|
6412
|
+
0,
|
|
5979
6413
|
[
|
|
5980
6414
|
"castle-park-sprint-rev",
|
|
5981
6415
|
"alley-sprint-rev",
|
|
@@ -6013,11 +6447,11 @@ export const routes = [
|
|
|
6013
6447
|
false,
|
|
6014
6448
|
3.011,
|
|
6015
6449
|
33,
|
|
6016
|
-
0.
|
|
6450
|
+
0.249,
|
|
6017
6451
|
0,
|
|
6018
|
-
0.
|
|
6452
|
+
0.003,
|
|
6019
6453
|
0,
|
|
6020
|
-
0.
|
|
6454
|
+
0.019,
|
|
6021
6455
|
0,
|
|
6022
6456
|
["the-clyde-kicker", "champions-sprint"],
|
|
6023
6457
|
[],
|
|
@@ -6790,6 +7224,34 @@ export const routes = [
|
|
|
6790
7224
|
"https://whatsonzwift.com/world/new-york/route/hudson-roll",
|
|
6791
7225
|
undefined,
|
|
6792
7226
|
],
|
|
7227
|
+
[
|
|
7228
|
+
3669622170,
|
|
7229
|
+
"LaGuardia After Party",
|
|
7230
|
+
"laguardia-after-party",
|
|
7231
|
+
"new-york",
|
|
7232
|
+
false,
|
|
7233
|
+
20.74,
|
|
7234
|
+
300,
|
|
7235
|
+
0.051,
|
|
7236
|
+
0,
|
|
7237
|
+
0.019,
|
|
7238
|
+
0,
|
|
7239
|
+
0.034,
|
|
7240
|
+
0,
|
|
7241
|
+
["new-york-sprint", "new-york-kom-rev"],
|
|
7242
|
+
[],
|
|
7243
|
+
false,
|
|
7244
|
+
false,
|
|
7245
|
+
false,
|
|
7246
|
+
true,
|
|
7247
|
+
["running", "cycling"],
|
|
7248
|
+
415,
|
|
7249
|
+
undefined,
|
|
7250
|
+
undefined,
|
|
7251
|
+
"https://zwiftinsider.com/route/laguardia-after-party",
|
|
7252
|
+
undefined,
|
|
7253
|
+
undefined,
|
|
7254
|
+
],
|
|
6793
7255
|
[
|
|
6794
7256
|
3687251774,
|
|
6795
7257
|
"Grand Central Circuit Reverse",
|
|
@@ -7497,6 +7959,37 @@ export const routes = [
|
|
|
7497
7959
|
"https://whatsonzwift.com/world/watopia/route/big-foot-hills",
|
|
7498
7960
|
"https://zwifterbikes.web.app/route/big-foot-hills",
|
|
7499
7961
|
],
|
|
7962
|
+
[
|
|
7963
|
+
3974965857,
|
|
7964
|
+
"Knights of the Roundabout",
|
|
7965
|
+
"knights-of-the-roundabout",
|
|
7966
|
+
"france",
|
|
7967
|
+
false,
|
|
7968
|
+
51.189,
|
|
7969
|
+
336,
|
|
7970
|
+
3.241,
|
|
7971
|
+
23,
|
|
7972
|
+
3.068,
|
|
7973
|
+
22,
|
|
7974
|
+
3.088,
|
|
7975
|
+
22,
|
|
7976
|
+
["aqueduc-kom", "petit-kom"],
|
|
7977
|
+
[
|
|
7978
|
+
{ from: 6.876, to: 7.296, segment: "aqueduc-kom" },
|
|
7979
|
+
{ from: 34.149, to: 36.827, segment: "petit-kom" },
|
|
7980
|
+
],
|
|
7981
|
+
false,
|
|
7982
|
+
true,
|
|
7983
|
+
false,
|
|
7984
|
+
true,
|
|
7985
|
+
["running", "cycling"],
|
|
7986
|
+
1025,
|
|
7987
|
+
38859646,
|
|
7988
|
+
"https://www.strava.com/segments/38859646",
|
|
7989
|
+
"https://zwiftinsider.com/route/knights-of-the-roundabout",
|
|
7990
|
+
"https://whatsonzwift.com/world/france/route/knights-of-the-roundabout",
|
|
7991
|
+
undefined,
|
|
7992
|
+
],
|
|
7500
7993
|
[
|
|
7501
7994
|
3976402826,
|
|
7502
7995
|
"Greatest London Loop Reverse",
|
|
@@ -7531,7 +8024,7 @@ export const routes = [
|
|
|
7531
8024
|
"volcano-flat",
|
|
7532
8025
|
"watopia",
|
|
7533
8026
|
false,
|
|
7534
|
-
12.
|
|
8027
|
+
12.35,
|
|
7535
8028
|
50,
|
|
7536
8029
|
0.492,
|
|
7537
8030
|
1,
|