zwift-data 1.26.0 → 1.28.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/bikeShoes.js +5 -0
- package/lib/cjs/headgears.js +10 -0
- package/lib/cjs/jerseys.js +16 -0
- package/lib/cjs/paintJobs.js +1 -1
- package/lib/cjs/routes.js +206 -6
- package/lib/cjs/runShirts.js +2 -0
- package/lib/cjs/runShoes.js +5 -0
- package/lib/cjs/runShorts.js +1 -0
- package/lib/cjs/segments.js +189 -1
- package/lib/esm/bikeShoes.js +5 -0
- package/lib/esm/headgears.js +10 -0
- package/lib/esm/jerseys.js +16 -0
- package/lib/esm/paintJobs.js +1 -1
- package/lib/esm/routes.js +206 -6
- package/lib/esm/runShirts.js +2 -0
- package/lib/esm/runShoes.js +5 -0
- package/lib/esm/runShorts.js +1 -0
- package/lib/esm/segments.js +189 -1
- package/lib/types/types.d.ts +8 -0
- package/package.json +2 -2
package/lib/esm/routes.js
CHANGED
|
@@ -25,6 +25,7 @@ export const routes = [
|
|
|
25
25
|
"https://www.strava.com/segments/19141269",
|
|
26
26
|
"https://zwiftinsider.com/route/lady-liberty",
|
|
27
27
|
"https://whatsonzwift.com/world/new-york/route/lady-liberty",
|
|
28
|
+
"https://zwifterbikes.web.app/route/lady-liberty",
|
|
28
29
|
],
|
|
29
30
|
[
|
|
30
31
|
5745690,
|
|
@@ -40,18 +41,23 @@ export const routes = [
|
|
|
40
41
|
3,
|
|
41
42
|
0.913,
|
|
42
43
|
3,
|
|
43
|
-
[],
|
|
44
|
-
[
|
|
44
|
+
["titans-grove-kom-rev", "zwift-kom", "watopia-sprint"],
|
|
45
|
+
[
|
|
46
|
+
{ from: 5.776, to: 6.693, segment: "titans-grove-kom-rev" },
|
|
47
|
+
{ from: 16.349, to: 17.241, segment: "zwift-kom" },
|
|
48
|
+
{ from: 21.567, to: 21.892, segment: "watopia-sprint" },
|
|
49
|
+
],
|
|
45
50
|
false,
|
|
46
51
|
true,
|
|
47
52
|
false,
|
|
48
53
|
true,
|
|
49
54
|
["running", "cycling"],
|
|
50
55
|
490,
|
|
56
|
+
23167123,
|
|
57
|
+
"https://www.strava.com/segments/23167123",
|
|
58
|
+
"https://zwiftinsider.com/route/downtown-titans/",
|
|
51
59
|
undefined,
|
|
52
|
-
|
|
53
|
-
undefined,
|
|
54
|
-
undefined,
|
|
60
|
+
"https://zwifterbikes.web.app/route/downtown-titans",
|
|
55
61
|
],
|
|
56
62
|
[
|
|
57
63
|
46799750,
|
|
@@ -79,6 +85,7 @@ export const routes = [
|
|
|
79
85
|
"https://www.strava.com/segments/33620176",
|
|
80
86
|
"https://zwiftinsider.com/route/rolling-highlands",
|
|
81
87
|
"https://whatsonzwift.com/world/scotland/route/rolling-highlands",
|
|
88
|
+
"https://zwifterbikes.web.app/route/rolling-highlands",
|
|
82
89
|
],
|
|
83
90
|
[
|
|
84
91
|
54700404,
|
|
@@ -114,6 +121,7 @@ export const routes = [
|
|
|
114
121
|
"https://www.strava.com/segments/22815233",
|
|
115
122
|
"https://zwiftinsider.com/route/libby-hill-after-party",
|
|
116
123
|
"https://whatsonzwift.com/world/richmond/route/libby-hill-after-party",
|
|
124
|
+
"https://zwifterbikes.web.app/route/libby-hill-after-party",
|
|
117
125
|
],
|
|
118
126
|
[
|
|
119
127
|
87055383,
|
|
@@ -141,6 +149,7 @@ export const routes = [
|
|
|
141
149
|
"https://www.strava.com/segments/15158866",
|
|
142
150
|
"https://zwiftinsider.com/route/greater-london-8",
|
|
143
151
|
"https://whatsonzwift.com/world/london/route/greater-london-8",
|
|
152
|
+
"https://zwifterbikes.web.app/route/greater-london-8",
|
|
144
153
|
],
|
|
145
154
|
[
|
|
146
155
|
107363867,
|
|
@@ -171,6 +180,7 @@ export const routes = [
|
|
|
171
180
|
"https://www.strava.com/segments/12128037",
|
|
172
181
|
"https://zwiftinsider.com/route/hilly-route-reverse",
|
|
173
182
|
"https://whatsonzwift.com/world/watopia/route/hilly-route-reverse",
|
|
183
|
+
"https://zwifterbikes.web.app/route/hilly-route-reverse",
|
|
174
184
|
],
|
|
175
185
|
[
|
|
176
186
|
136957568,
|
|
@@ -198,6 +208,7 @@ export const routes = [
|
|
|
198
208
|
"https://www.strava.com/segments/18993345",
|
|
199
209
|
"https://zwiftinsider.com/route/jons-route",
|
|
200
210
|
"https://whatsonzwift.com/world/watopia/route/jon-s-route",
|
|
211
|
+
undefined,
|
|
201
212
|
],
|
|
202
213
|
[
|
|
203
214
|
156457316,
|
|
@@ -228,6 +239,7 @@ export const routes = [
|
|
|
228
239
|
"https://www.strava.com/segments/18406508",
|
|
229
240
|
"https://zwiftinsider.com/route/lutscher",
|
|
230
241
|
"https://whatsonzwift.com/world/innsbruck/route/lutscher",
|
|
242
|
+
"https://zwifterbikes.web.app/route/lutscher",
|
|
231
243
|
],
|
|
232
244
|
[
|
|
233
245
|
163688809,
|
|
@@ -260,6 +272,7 @@ export const routes = [
|
|
|
260
272
|
"https://www.strava.com/segments/15155838",
|
|
261
273
|
"https://zwiftinsider.com/route/the-london-pretzel",
|
|
262
274
|
"https://whatsonzwift.com/world/london/route/the-london-pretzel",
|
|
275
|
+
"https://zwifterbikes.web.app/route/the-london-pretzel",
|
|
263
276
|
],
|
|
264
277
|
[
|
|
265
278
|
211138252,
|
|
@@ -287,6 +300,7 @@ export const routes = [
|
|
|
287
300
|
"https://www.strava.com/segments/33237309",
|
|
288
301
|
"https://zwiftinsider.com/route/island-outskirts",
|
|
289
302
|
"https://whatsonzwift.com/world/makuri-islands/route/island-outskirts",
|
|
303
|
+
"https://zwifterbikes.web.app/route/island-outskirts",
|
|
290
304
|
],
|
|
291
305
|
[
|
|
292
306
|
242381847,
|
|
@@ -327,6 +341,7 @@ export const routes = [
|
|
|
327
341
|
"https://www.strava.com/segments/20456686",
|
|
328
342
|
"https://zwiftinsider.com/route/gran-fond",
|
|
329
343
|
"https://whatsonzwift.com/world/watopia/route/zwift-gran-fondo",
|
|
344
|
+
"https://zwifterbikes.web.app/route/gran-fondo",
|
|
330
345
|
],
|
|
331
346
|
[
|
|
332
347
|
246712730,
|
|
@@ -354,6 +369,7 @@ export const routes = [
|
|
|
354
369
|
"https://www.strava.com/segments/30407802",
|
|
355
370
|
"https://zwiftinsider.com/route/railways-and-rooftops",
|
|
356
371
|
"https://whatsonzwift.com/world/makuri-islands/route/railways-and-rooftops",
|
|
372
|
+
"https://zwifterbikes.web.app/route/railways-and-rooftops",
|
|
357
373
|
],
|
|
358
374
|
[
|
|
359
375
|
263936293,
|
|
@@ -381,6 +397,7 @@ export const routes = [
|
|
|
381
397
|
"https://www.strava.com/segments/18993582",
|
|
382
398
|
"https://zwiftinsider.com/route/thats-amore",
|
|
383
399
|
"https://whatsonzwift.com/world/watopia/route/that-s-amore",
|
|
400
|
+
undefined,
|
|
384
401
|
],
|
|
385
402
|
[
|
|
386
403
|
274639515,
|
|
@@ -408,6 +425,7 @@ export const routes = [
|
|
|
408
425
|
"https://www.strava.com/segments/19171959",
|
|
409
426
|
"https://zwiftinsider.com/route/the-6-train-reverse",
|
|
410
427
|
"https://whatsonzwift.com/world/new-york/route/the-6-train-reverse",
|
|
428
|
+
"https://zwifterbikes.web.app/route/the-6-train-reverse",
|
|
411
429
|
],
|
|
412
430
|
[
|
|
413
431
|
274775181,
|
|
@@ -435,6 +453,7 @@ export const routes = [
|
|
|
435
453
|
undefined,
|
|
436
454
|
"https://zwiftinsider.com/route/shuman-trail-loop-reverse",
|
|
437
455
|
"https://whatsonzwift.com/world/new-york/route/shuman-trail-reverse",
|
|
456
|
+
undefined,
|
|
438
457
|
],
|
|
439
458
|
[
|
|
440
459
|
352245150,
|
|
@@ -462,6 +481,7 @@ export const routes = [
|
|
|
462
481
|
"https://www.strava.com/segments/19821300",
|
|
463
482
|
"https://zwiftinsider.com/route/gotham-grind-reverse",
|
|
464
483
|
"https://whatsonzwift.com/world/new-york/route/gotham-grind-reverse",
|
|
484
|
+
"https://zwifterbikes.web.app/route/gotham-grind-reverse",
|
|
465
485
|
],
|
|
466
486
|
[
|
|
467
487
|
387309391,
|
|
@@ -489,6 +509,7 @@ export const routes = [
|
|
|
489
509
|
"https://www.strava.com/segments/19635842",
|
|
490
510
|
"https://zwiftinsider.com/route/volcano-climb-after-party",
|
|
491
511
|
"https://whatsonzwift.com/world/watopia/route/volcano-climb-after-party",
|
|
512
|
+
"https://zwifterbikes.web.app/route/volcano-climb-after-party",
|
|
492
513
|
],
|
|
493
514
|
[
|
|
494
515
|
468624015,
|
|
@@ -516,6 +537,7 @@ export const routes = [
|
|
|
516
537
|
"https://www.strava.com/segments/33237114",
|
|
517
538
|
"https://zwiftinsider.com/route/fine-and-sandy",
|
|
518
539
|
"https://whatsonzwift.com/world/makuri-islands/route/fine-and-sandy",
|
|
540
|
+
"https://zwifterbikes.web.app/route/fine-and-sandy",
|
|
519
541
|
],
|
|
520
542
|
[
|
|
521
543
|
474781994,
|
|
@@ -543,6 +565,7 @@ export const routes = [
|
|
|
543
565
|
"https://www.strava.com/segments/15167351",
|
|
544
566
|
"https://zwiftinsider.com/route/greater-london-loop-reverse",
|
|
545
567
|
"https://whatsonzwift.com/world/london/route/greater-london-loop-reverse",
|
|
568
|
+
"https://zwifterbikes.web.app/route/greater-london-loop-reverse",
|
|
546
569
|
],
|
|
547
570
|
[
|
|
548
571
|
480315274,
|
|
@@ -570,6 +593,7 @@ export const routes = [
|
|
|
570
593
|
"https://www.strava.com/segments/19820820",
|
|
571
594
|
"https://zwiftinsider.com/route/gotham-grind",
|
|
572
595
|
"https://whatsonzwift.com/world/new-york/route/gotham-grind",
|
|
596
|
+
"https://zwifterbikes.web.app/route/gotham-grind",
|
|
573
597
|
],
|
|
574
598
|
[
|
|
575
599
|
525689100,
|
|
@@ -603,6 +627,7 @@ export const routes = [
|
|
|
603
627
|
"https://www.strava.com/segments/28431416",
|
|
604
628
|
"https://zwiftinsider.com/route/countryside-tour",
|
|
605
629
|
"https://whatsonzwift.com/world/makuri-islands/route/countryside-tour",
|
|
630
|
+
"https://zwifterbikes.web.app/route/countryside-tour",
|
|
606
631
|
],
|
|
607
632
|
[
|
|
608
633
|
553661379,
|
|
@@ -635,6 +660,7 @@ export const routes = [
|
|
|
635
660
|
"https://www.strava.com/segments/27177732",
|
|
636
661
|
"https://zwiftinsider.com/route/figure-8-reverse",
|
|
637
662
|
"https://whatsonzwift.com/world/watopia/route/figure-8-reverse",
|
|
663
|
+
"https://zwifterbikes.web.app/route/figure-8-reverse",
|
|
638
664
|
],
|
|
639
665
|
[
|
|
640
666
|
576953930,
|
|
@@ -667,6 +693,7 @@ export const routes = [
|
|
|
667
693
|
"https://www.strava.com/segments/33238095",
|
|
668
694
|
"https://zwiftinsider.com/route/country-to-coastal",
|
|
669
695
|
"https://whatsonzwift.com/world/makuri-islands/route/country-to-coastal",
|
|
696
|
+
"https://zwifterbikes.web.app/route/country-to-coastal",
|
|
670
697
|
],
|
|
671
698
|
[
|
|
672
699
|
604330868,
|
|
@@ -697,6 +724,7 @@ export const routes = [
|
|
|
697
724
|
"https://www.strava.com/segments/21911197",
|
|
698
725
|
"https://zwiftinsider.com/route/sand-and-sequoias",
|
|
699
726
|
"https://whatsonzwift.com/world/watopia/route/sand-and-sequoias",
|
|
727
|
+
"https://zwifterbikes.web.app/route/sand-and-sequoias",
|
|
700
728
|
],
|
|
701
729
|
[
|
|
702
730
|
620436060,
|
|
@@ -727,6 +755,7 @@ export const routes = [
|
|
|
727
755
|
"https://www.strava.com/segments/21747707",
|
|
728
756
|
"https://zwiftinsider.com/route/harrogate-circuit-reverse",
|
|
729
757
|
"https://whatsonzwift.com/world/yorkshire/route/harrogate-circuit-reverse",
|
|
758
|
+
"https://zwifterbikes.web.app/route/harrogate-circuit-reverse",
|
|
730
759
|
],
|
|
731
760
|
[
|
|
732
761
|
686828068,
|
|
@@ -754,6 +783,7 @@ export const routes = [
|
|
|
754
783
|
"https://www.strava.com/segments/14032406",
|
|
755
784
|
"https://zwiftinsider.com/route/volcano-circuit",
|
|
756
785
|
"https://whatsonzwift.com/world/watopia/route/volcano-circuit",
|
|
786
|
+
"https://zwifterbikes.web.app/route/volcano-circuit",
|
|
757
787
|
],
|
|
758
788
|
[
|
|
759
789
|
711818913,
|
|
@@ -781,6 +811,7 @@ export const routes = [
|
|
|
781
811
|
undefined,
|
|
782
812
|
"https://zwiftinsider.com/route/flat-irons",
|
|
783
813
|
"https://whatsonzwift.com/world/new-york/route/flat-irons",
|
|
814
|
+
undefined,
|
|
784
815
|
],
|
|
785
816
|
[
|
|
786
817
|
742057576,
|
|
@@ -808,6 +839,7 @@ export const routes = [
|
|
|
808
839
|
"https://www.strava.com/segments/33636526",
|
|
809
840
|
"https://zwiftinsider.com/route/loch-loop",
|
|
810
841
|
"https://whatsonzwift.com/world/scotland/route/loch-loop",
|
|
842
|
+
"https://zwifterbikes.web.app/route/loch-loop",
|
|
811
843
|
],
|
|
812
844
|
[
|
|
813
845
|
743730361,
|
|
@@ -835,6 +867,7 @@ export const routes = [
|
|
|
835
867
|
"https://www.strava.com/segments/16359363",
|
|
836
868
|
"https://zwiftinsider.com/route/jungle-circuit",
|
|
837
869
|
"https://whatsonzwift.com/world/watopia/route/jungle-circuit",
|
|
870
|
+
"https://zwifterbikes.web.app/route/jungle-circuit",
|
|
838
871
|
],
|
|
839
872
|
[
|
|
840
873
|
762747962,
|
|
@@ -862,6 +895,7 @@ export const routes = [
|
|
|
862
895
|
"https://www.strava.com/segments/34612602",
|
|
863
896
|
"https://zwiftinsider.com/route/repack-rush",
|
|
864
897
|
"https://whatsonzwift.com/world/watopia/route/repack-rush",
|
|
898
|
+
undefined,
|
|
865
899
|
],
|
|
866
900
|
[
|
|
867
901
|
764532081,
|
|
@@ -899,6 +933,7 @@ export const routes = [
|
|
|
899
933
|
"https://www.strava.com/segments/12759713",
|
|
900
934
|
"https://zwiftinsider.com/route/the-prl-half",
|
|
901
935
|
"https://whatsonzwift.com/world/london/route/the-prl-half",
|
|
936
|
+
undefined,
|
|
902
937
|
],
|
|
903
938
|
[
|
|
904
939
|
772562418,
|
|
@@ -926,6 +961,7 @@ export const routes = [
|
|
|
926
961
|
undefined,
|
|
927
962
|
"https://zwiftinsider.com/route/run-path-reverse",
|
|
928
963
|
"https://whatsonzwift.com/world/watopia/route/run-path-reverse",
|
|
964
|
+
undefined,
|
|
929
965
|
],
|
|
930
966
|
[
|
|
931
967
|
849508252,
|
|
@@ -953,6 +989,7 @@ export const routes = [
|
|
|
953
989
|
"https://www.strava.com/segments/16425130",
|
|
954
990
|
"https://zwiftinsider.com/route/volcano-climb",
|
|
955
991
|
"https://whatsonzwift.com/world/watopia/route/volcano-climb",
|
|
992
|
+
"https://zwifterbikes.web.app/route/volcano-climb",
|
|
956
993
|
],
|
|
957
994
|
[
|
|
958
995
|
872351836,
|
|
@@ -983,6 +1020,7 @@ export const routes = [
|
|
|
983
1020
|
"https://www.strava.com/segments/24690956",
|
|
984
1021
|
"https://zwiftinsider.com/route/roule-ma-poule",
|
|
985
1022
|
"https://whatsonzwift.com/world/france/route/roule-ma-poule",
|
|
1023
|
+
"https://zwifterbikes.web.app/route/roule-ma-poule",
|
|
986
1024
|
],
|
|
987
1025
|
[
|
|
988
1026
|
890800649,
|
|
@@ -1016,6 +1054,7 @@ export const routes = [
|
|
|
1016
1054
|
"https://www.strava.com/segments/33237747",
|
|
1017
1055
|
"https://zwiftinsider.com/route/makuri-40",
|
|
1018
1056
|
"https://whatsonzwift.com/world/makuri-islands/route/makuri-40",
|
|
1057
|
+
"https://zwifterbikes.web.app/route/makuri-40",
|
|
1019
1058
|
],
|
|
1020
1059
|
[
|
|
1021
1060
|
910684583,
|
|
@@ -1043,6 +1082,7 @@ export const routes = [
|
|
|
1043
1082
|
"https://www.strava.com/segments/30987848",
|
|
1044
1083
|
"https://zwiftinsider.com/route/electric-loop",
|
|
1045
1084
|
"https://whatsonzwift.com/world/makuri-islands/route/electric-loop",
|
|
1085
|
+
"https://zwifterbikes.web.app/route/electric-loop",
|
|
1046
1086
|
],
|
|
1047
1087
|
[
|
|
1048
1088
|
913172163,
|
|
@@ -1073,6 +1113,7 @@ export const routes = [
|
|
|
1073
1113
|
"https://www.strava.com/segments/12749649",
|
|
1074
1114
|
"https://zwiftinsider.com/route/london-loop",
|
|
1075
1115
|
"https://whatsonzwift.com/world/london/route/london-loop",
|
|
1116
|
+
"https://zwifterbikes.web.app/route/london-loop",
|
|
1076
1117
|
],
|
|
1077
1118
|
[
|
|
1078
1119
|
928793662,
|
|
@@ -1100,6 +1141,7 @@ export const routes = [
|
|
|
1100
1141
|
"https://www.strava.com/segments/15389301",
|
|
1101
1142
|
"https://zwiftinsider.com/route/greater-london-flat",
|
|
1102
1143
|
"https://whatsonzwift.com/world/london/route/greater-london-flat",
|
|
1144
|
+
"https://zwifterbikes.web.app/route/greater-london-flat",
|
|
1103
1145
|
],
|
|
1104
1146
|
[
|
|
1105
1147
|
947394567,
|
|
@@ -1127,6 +1169,7 @@ export const routes = [
|
|
|
1127
1169
|
"https://www.strava.com/segments/22445564",
|
|
1128
1170
|
"https://zwiftinsider.com/route/downtown-dolphin",
|
|
1129
1171
|
"https://whatsonzwift.com/world/crit-city/route/downtown-dolphin",
|
|
1172
|
+
"https://zwifterbikes.web.app/route/downtown-dolphin",
|
|
1130
1173
|
],
|
|
1131
1174
|
[
|
|
1132
1175
|
948831673,
|
|
@@ -1154,6 +1197,7 @@ export const routes = [
|
|
|
1154
1197
|
"https://www.strava.com/segments/22900025",
|
|
1155
1198
|
"https://zwiftinsider.com/route/richmond-rollercoaster",
|
|
1156
1199
|
"https://whatsonzwift.com/world/richmond/route/richmond-rollercoaster",
|
|
1200
|
+
"https://zwifterbikes.web.app/route/richmond-rollercoaster",
|
|
1157
1201
|
],
|
|
1158
1202
|
[
|
|
1159
1203
|
982239385,
|
|
@@ -1181,6 +1225,7 @@ export const routes = [
|
|
|
1181
1225
|
"https://www.strava.com/segments/20545879",
|
|
1182
1226
|
"https://zwiftinsider.com/route/whole-lotta-lava",
|
|
1183
1227
|
"https://whatsonzwift.com/world/watopia/route/whole-lotta-lava",
|
|
1228
|
+
"https://zwifterbikes.web.app/route/whole-lotta-lava",
|
|
1184
1229
|
],
|
|
1185
1230
|
[
|
|
1186
1231
|
986252325,
|
|
@@ -1211,6 +1256,7 @@ export const routes = [
|
|
|
1211
1256
|
"https://www.strava.com/segments/24676071",
|
|
1212
1257
|
"https://zwiftinsider.com/route/douce-france",
|
|
1213
1258
|
"https://whatsonzwift.com/world/france/route/douce-france",
|
|
1259
|
+
"https://zwifterbikes.web.app/route/douce-france",
|
|
1214
1260
|
],
|
|
1215
1261
|
[
|
|
1216
1262
|
1039983620,
|
|
@@ -1246,6 +1292,7 @@ export const routes = [
|
|
|
1246
1292
|
"https://www.strava.com/segments/22809649",
|
|
1247
1293
|
"https://zwiftinsider.com/route/richmond-uci-reverse",
|
|
1248
1294
|
"https://whatsonzwift.com/world/richmond/route/richmond-uci-reverse",
|
|
1295
|
+
"https://zwifterbikes.web.app/route/richmond-uci-reverse",
|
|
1249
1296
|
],
|
|
1250
1297
|
[
|
|
1251
1298
|
1064303857,
|
|
@@ -1273,6 +1320,7 @@ export const routes = [
|
|
|
1273
1320
|
"https://www.strava.com/segments/20469780",
|
|
1274
1321
|
"https://zwiftinsider.com/route/watopias-waistband",
|
|
1275
1322
|
"https://whatsonzwift.com/world/watopia/route/watopia-s-waistband",
|
|
1323
|
+
"https://zwifterbikes.web.app/route/watopias-waistband",
|
|
1276
1324
|
],
|
|
1277
1325
|
[
|
|
1278
1326
|
1082034232,
|
|
@@ -1300,6 +1348,7 @@ export const routes = [
|
|
|
1300
1348
|
"https://www.strava.com/segments/26774640",
|
|
1301
1349
|
"https://zwiftinsider.com/mayan-bridge-loop",
|
|
1302
1350
|
undefined,
|
|
1351
|
+
undefined,
|
|
1303
1352
|
],
|
|
1304
1353
|
[
|
|
1305
1354
|
1086718516,
|
|
@@ -1327,6 +1376,7 @@ export const routes = [
|
|
|
1327
1376
|
"https://www.strava.com/segments/21758283",
|
|
1328
1377
|
"https://zwiftinsider.com/route/tour-of-tewit-well",
|
|
1329
1378
|
"https://whatsonzwift.com/world/yorkshire/route/tour-of-tewit-well",
|
|
1379
|
+
"https://zwifterbikes.web.app/route/tour-of-tewit-well",
|
|
1330
1380
|
],
|
|
1331
1381
|
[
|
|
1332
1382
|
1127056801,
|
|
@@ -1354,6 +1404,7 @@ export const routes = [
|
|
|
1354
1404
|
"https://www.strava.com/segments/30480835",
|
|
1355
1405
|
"https://zwiftinsider.com/route/neokyo-crit-course",
|
|
1356
1406
|
"https://whatsonzwift.com/world/makuri-islands/route/neokyo-crit-course",
|
|
1407
|
+
"https://zwifterbikes.web.app/route/neokyo-crit-course",
|
|
1357
1408
|
],
|
|
1358
1409
|
[
|
|
1359
1410
|
1230300449,
|
|
@@ -1385,6 +1436,7 @@ export const routes = [
|
|
|
1385
1436
|
"https://www.strava.com/segments/20618179",
|
|
1386
1437
|
"https://zwiftinsider.com/route/leith-hill-after-party",
|
|
1387
1438
|
"https://whatsonzwift.com/world/london/route/leith-hill-after-party",
|
|
1439
|
+
"https://zwifterbikes.web.app/route/leith-hill-after-party",
|
|
1388
1440
|
],
|
|
1389
1441
|
[
|
|
1390
1442
|
1233527301,
|
|
@@ -1412,6 +1464,7 @@ export const routes = [
|
|
|
1412
1464
|
"https://www.strava.com/segments/21748097",
|
|
1413
1465
|
"https://zwiftinsider.com/route/duchy-estate",
|
|
1414
1466
|
"https://whatsonzwift.com/world/yorkshire/route/duchy-estate",
|
|
1467
|
+
"https://zwifterbikes.web.app/route/2019-uci-worlds-harrogate-circuit",
|
|
1415
1468
|
],
|
|
1416
1469
|
[
|
|
1417
1470
|
1236439870,
|
|
@@ -1439,6 +1492,7 @@ export const routes = [
|
|
|
1439
1492
|
"https://www.strava.com/segments/24674248",
|
|
1440
1493
|
"https://zwiftinsider.com/route/lutece-express",
|
|
1441
1494
|
"https://whatsonzwift.com/world/paris/route/lutece-express",
|
|
1495
|
+
"https://zwifterbikes.web.app/route/lutece-express",
|
|
1442
1496
|
],
|
|
1443
1497
|
[
|
|
1444
1498
|
1327147942,
|
|
@@ -1484,6 +1538,7 @@ export const routes = [
|
|
|
1484
1538
|
"https://www.strava.com/segments/30601015",
|
|
1485
1539
|
"https://zwiftinsider.com/route/2022-gran-fondo",
|
|
1486
1540
|
undefined,
|
|
1541
|
+
"https://zwifterbikes.web.app/route/2022-gran-fondo",
|
|
1487
1542
|
],
|
|
1488
1543
|
[
|
|
1489
1544
|
1327665278,
|
|
@@ -1519,6 +1574,7 @@ export const routes = [
|
|
|
1519
1574
|
"https://www.strava.com/segments/19141223",
|
|
1520
1575
|
"https://zwiftinsider.com/route/everything-bagel",
|
|
1521
1576
|
"https://whatsonzwift.com/world/new-york/route/everything-bagel",
|
|
1577
|
+
"https://zwifterbikes.web.app/route/everything-bagel",
|
|
1522
1578
|
],
|
|
1523
1579
|
[
|
|
1524
1580
|
1366943680,
|
|
@@ -1552,6 +1608,7 @@ export const routes = [
|
|
|
1552
1608
|
"https://www.strava.com/segments/33214506",
|
|
1553
1609
|
"https://zwiftinsider.com/route/mech-isle-loop",
|
|
1554
1610
|
"https://whatsonzwift.com/world/makuri-islands/route/mech-isle-loop",
|
|
1611
|
+
"https://zwifterbikes.web.app/route/mech-isle-loop",
|
|
1555
1612
|
],
|
|
1556
1613
|
[
|
|
1557
1614
|
1373909093,
|
|
@@ -1579,6 +1636,7 @@ export const routes = [
|
|
|
1579
1636
|
"https://www.strava.com/segments/18993284",
|
|
1580
1637
|
"https://zwiftinsider.com/route/chili-pepper",
|
|
1581
1638
|
"https://whatsonzwift.com/world/watopia/route/chili-pepper",
|
|
1639
|
+
undefined,
|
|
1582
1640
|
],
|
|
1583
1641
|
[
|
|
1584
1642
|
1378559127,
|
|
@@ -1606,6 +1664,7 @@ export const routes = [
|
|
|
1606
1664
|
undefined,
|
|
1607
1665
|
"https://zwiftinsider.com/route/park-to-peak",
|
|
1608
1666
|
"https://whatsonzwift.com/world/new-york/route/park-to-peak",
|
|
1667
|
+
undefined,
|
|
1609
1668
|
],
|
|
1610
1669
|
[
|
|
1611
1670
|
1386460176,
|
|
@@ -1633,6 +1692,7 @@ export const routes = [
|
|
|
1633
1692
|
"https://www.strava.com/segments/26741663",
|
|
1634
1693
|
"https://zwiftinsider.com/route/ocean-lava-cliffside-loop",
|
|
1635
1694
|
"https://whatsonzwift.com/world/watopia/route/ocean-lava-cliffside-loop",
|
|
1695
|
+
"https://zwifterbikes.web.app/route/ocean-lava-cliffside-loop",
|
|
1636
1696
|
],
|
|
1637
1697
|
[
|
|
1638
1698
|
1397026382,
|
|
@@ -1660,6 +1720,7 @@ export const routes = [
|
|
|
1660
1720
|
undefined,
|
|
1661
1721
|
"https://zwiftinsider.com/route/volcano-flat-reverse",
|
|
1662
1722
|
"https://whatsonzwift.com/world/watopia/route/volcano-flat-reverse",
|
|
1723
|
+
"https://zwifterbikes.web.app/route/volcano-flat-reverse",
|
|
1663
1724
|
],
|
|
1664
1725
|
[
|
|
1665
1726
|
1433431343,
|
|
@@ -1687,6 +1748,7 @@ export const routes = [
|
|
|
1687
1748
|
"https://www.strava.com/segments/24698649",
|
|
1688
1749
|
"https://zwiftinsider.com/route/la-reine",
|
|
1689
1750
|
"https://whatsonzwift.com/world/france/route/la-reine",
|
|
1751
|
+
"https://zwifterbikes.web.app/route/la-reine",
|
|
1690
1752
|
],
|
|
1691
1753
|
[
|
|
1692
1754
|
1453570384,
|
|
@@ -1723,6 +1785,7 @@ export const routes = [
|
|
|
1723
1785
|
"https://www.strava.com/segments/30407658",
|
|
1724
1786
|
"https://zwiftinsider.com/route/neokyo-all-nighter",
|
|
1725
1787
|
"https://whatsonzwift.com/world/makuri-islands/route/neokyo-all-nighter",
|
|
1788
|
+
"https://zwifterbikes.web.app/route/neokyo-all-nighter",
|
|
1726
1789
|
],
|
|
1727
1790
|
[
|
|
1728
1791
|
1454553567,
|
|
@@ -1750,6 +1813,7 @@ export const routes = [
|
|
|
1750
1813
|
"https://www.strava.com/segments/29009500",
|
|
1751
1814
|
"https://zwiftinsider.com/route/kappa-quest-reverse",
|
|
1752
1815
|
"https://whatsonzwift.com/world/makuri-islands/route/kappa-quest-reverse",
|
|
1816
|
+
"https://zwifterbikes.web.app/route/kappa-quest-reverse",
|
|
1753
1817
|
],
|
|
1754
1818
|
[
|
|
1755
1819
|
1457923570,
|
|
@@ -1777,6 +1841,7 @@ export const routes = [
|
|
|
1777
1841
|
"https://www.strava.com/segments/30629791",
|
|
1778
1842
|
"https://zwiftinsider.com/route/twighlight-harbor",
|
|
1779
1843
|
undefined,
|
|
1844
|
+
"https://zwifterbikes.web.app/route/twilight-harbor",
|
|
1780
1845
|
],
|
|
1781
1846
|
[
|
|
1782
1847
|
1475638265,
|
|
@@ -1820,6 +1885,7 @@ export const routes = [
|
|
|
1820
1885
|
"https://www.strava.com/segments/27313482",
|
|
1821
1886
|
"https://zwiftinsider.com/route/the-uber-pretzel",
|
|
1822
1887
|
"https://whatsonzwift.com/world/watopia/route/the-uber-pretzel",
|
|
1888
|
+
"https://zwifterbikes.web.app/route/the-uber-pretzel",
|
|
1823
1889
|
],
|
|
1824
1890
|
[
|
|
1825
1891
|
1509089537,
|
|
@@ -1847,6 +1913,7 @@ export const routes = [
|
|
|
1847
1913
|
"https://www.strava.com/segments/19141340",
|
|
1848
1914
|
"https://zwiftinsider.com/route/astoria-line-8",
|
|
1849
1915
|
"https://whatsonzwift.com/world/new-york/route/astoria-line-8",
|
|
1916
|
+
"https://zwifterbikes.web.app/route/astoria-line-8",
|
|
1850
1917
|
],
|
|
1851
1918
|
[
|
|
1852
1919
|
1545087483,
|
|
@@ -1877,6 +1944,7 @@ export const routes = [
|
|
|
1877
1944
|
"https://www.strava.com/segments/11308213",
|
|
1878
1945
|
"https://zwiftinsider.com/route/cobbled-climbs",
|
|
1879
1946
|
"https://whatsonzwift.com/world/richmond/route/cobbled-climbs",
|
|
1947
|
+
"https://zwifterbikes.web.app/route/cobbled-climbs",
|
|
1880
1948
|
],
|
|
1881
1949
|
[
|
|
1882
1950
|
1562187590,
|
|
@@ -1910,6 +1978,7 @@ export const routes = [
|
|
|
1910
1978
|
"https://www.strava.com/segments/28432243",
|
|
1911
1979
|
"https://zwiftinsider.com/route/kappa-quest",
|
|
1912
1980
|
"https://whatsonzwift.com/world/makuri-islands/route/kappa-quest",
|
|
1981
|
+
"https://zwifterbikes.web.app/route/kappa-quest",
|
|
1913
1982
|
],
|
|
1914
1983
|
[
|
|
1915
1984
|
1586193601,
|
|
@@ -1937,6 +2006,7 @@ export const routes = [
|
|
|
1937
2006
|
undefined,
|
|
1938
2007
|
"https://zwiftinsider.com/route/thats-amore-reverse",
|
|
1939
2008
|
"https://whatsonzwift.com/world/watopia/route/that-s-amore-reverse",
|
|
2009
|
+
undefined,
|
|
1940
2010
|
],
|
|
1941
2011
|
[
|
|
1942
2012
|
1638640398,
|
|
@@ -1964,6 +2034,7 @@ export const routes = [
|
|
|
1964
2034
|
"https://www.strava.com/segments/19852166",
|
|
1965
2035
|
"https://zwiftinsider.com/route/the-fan-flats",
|
|
1966
2036
|
"https://whatsonzwift.com/world/richmond/route/the-fan-flats",
|
|
2037
|
+
"https://zwifterbikes.web.app/route/the-fan-flats",
|
|
1967
2038
|
],
|
|
1968
2039
|
[
|
|
1969
2040
|
1732356505,
|
|
@@ -1991,6 +2062,7 @@ export const routes = [
|
|
|
1991
2062
|
"https://www.strava.com/segments/19173163",
|
|
1992
2063
|
"https://zwiftinsider.com/route/the-highline",
|
|
1993
2064
|
"https://whatsonzwift.com/world/new-york/route/the-highline",
|
|
2065
|
+
"https://zwifterbikes.web.app/route/the-highline",
|
|
1994
2066
|
],
|
|
1995
2067
|
[
|
|
1996
2068
|
1760877317,
|
|
@@ -2018,6 +2090,7 @@ export const routes = [
|
|
|
2018
2090
|
"https://www.strava.com/segments/33221600",
|
|
2019
2091
|
"https://zwiftinsider.com/route/bridges-and-boardwalks",
|
|
2020
2092
|
"https://whatsonzwift.com/world/makuri-islands/route/bridges-and-boardwalks",
|
|
2093
|
+
"https://zwifterbikes.web.app/route/bridges-and-boardwalks",
|
|
2021
2094
|
],
|
|
2022
2095
|
[
|
|
2023
2096
|
1763213625,
|
|
@@ -2045,6 +2118,7 @@ export const routes = [
|
|
|
2045
2118
|
"https://www.strava.com/segments/19173175",
|
|
2046
2119
|
"https://zwiftinsider.com/route/the-highline-reverse",
|
|
2047
2120
|
"https://whatsonzwift.com/world/new-york/route/the-highline-reverse",
|
|
2121
|
+
"https://zwifterbikes.web.app/route/the-highline-reverse",
|
|
2048
2122
|
],
|
|
2049
2123
|
[
|
|
2050
2124
|
1766405776,
|
|
@@ -2072,6 +2146,7 @@ export const routes = [
|
|
|
2072
2146
|
"https://www.strava.com/segments/17265057",
|
|
2073
2147
|
"https://zwiftinsider.com/route/tour-of-fire-and-ice",
|
|
2074
2148
|
"https://whatsonzwift.com/world/watopia/route/tour-of-fire-and-ice",
|
|
2149
|
+
"https://zwifterbikes.web.app/route/tour-of-fire-and-ice",
|
|
2075
2150
|
],
|
|
2076
2151
|
[
|
|
2077
2152
|
1776635757,
|
|
@@ -2107,6 +2182,7 @@ export const routes = [
|
|
|
2107
2182
|
"https://www.strava.com/segments/24685955",
|
|
2108
2183
|
"https://zwiftinsider.com/route/rgv",
|
|
2109
2184
|
"https://whatsonzwift.com/world/france/route/r-g-v",
|
|
2185
|
+
"https://zwifterbikes.web.app/route/rgv",
|
|
2110
2186
|
],
|
|
2111
2187
|
[
|
|
2112
2188
|
1788889233,
|
|
@@ -2134,6 +2210,7 @@ export const routes = [
|
|
|
2134
2210
|
"https://www.strava.com/segments/12744360",
|
|
2135
2211
|
"https://zwiftinsider.com/route/london-loop-reverse",
|
|
2136
2212
|
"https://whatsonzwift.com/world/london/route/london-loop-reverse",
|
|
2213
|
+
"https://zwifterbikes.web.app/route/london-loop-reverse",
|
|
2137
2214
|
],
|
|
2138
2215
|
[
|
|
2139
2216
|
1790569309,
|
|
@@ -2161,6 +2238,7 @@ export const routes = [
|
|
|
2161
2238
|
undefined,
|
|
2162
2239
|
"https://zwiftinsider.com/route/couch-to-sky-k",
|
|
2163
2240
|
"https://whatsonzwift.com/world/new-york/route/couch-to-sky-k",
|
|
2241
|
+
undefined,
|
|
2164
2242
|
],
|
|
2165
2243
|
[
|
|
2166
2244
|
1880443431,
|
|
@@ -2188,6 +2266,7 @@ export const routes = [
|
|
|
2188
2266
|
"https://www.strava.com/segments/16982511",
|
|
2189
2267
|
"https://zwiftinsider.com/route/greatest-london-flat",
|
|
2190
2268
|
"https://whatsonzwift.com/world/london/route/greatest-london-flat",
|
|
2269
|
+
"https://zwifterbikes.web.app/route/greatest-london-flat",
|
|
2191
2270
|
],
|
|
2192
2271
|
[
|
|
2193
2272
|
1919980508,
|
|
@@ -2215,6 +2294,7 @@ export const routes = [
|
|
|
2215
2294
|
"https://www.strava.com/segments/19170651",
|
|
2216
2295
|
"https://zwiftinsider.com/route/park-perimeter-loop",
|
|
2217
2296
|
"https://whatsonzwift.com/world/new-york/route/park-perimeter-loop",
|
|
2297
|
+
"https://zwifterbikes.web.app/route/park-perimeter-loop",
|
|
2218
2298
|
],
|
|
2219
2299
|
[
|
|
2220
2300
|
1941800093,
|
|
@@ -2242,6 +2322,7 @@ export const routes = [
|
|
|
2242
2322
|
"https://www.strava.com/segments/29559312",
|
|
2243
2323
|
"https://zwiftinsider.com/route/valley-to-mountaintop",
|
|
2244
2324
|
"https://whatsonzwift.com/world/makuri-islands/route/valley-to-mountaintop",
|
|
2325
|
+
"https://zwifterbikes.web.app/route/valley-to-mountaintop",
|
|
2245
2326
|
],
|
|
2246
2327
|
[
|
|
2247
2328
|
1988847319,
|
|
@@ -2269,6 +2350,7 @@ export const routes = [
|
|
|
2269
2350
|
undefined,
|
|
2270
2351
|
undefined,
|
|
2271
2352
|
undefined,
|
|
2353
|
+
undefined,
|
|
2272
2354
|
],
|
|
2273
2355
|
[
|
|
2274
2356
|
1993374659,
|
|
@@ -2296,6 +2378,7 @@ export const routes = [
|
|
|
2296
2378
|
undefined,
|
|
2297
2379
|
undefined,
|
|
2298
2380
|
undefined,
|
|
2381
|
+
"https://zwifterbikes.web.app/route/handful-of-gravel",
|
|
2299
2382
|
],
|
|
2300
2383
|
[
|
|
2301
2384
|
2001106885,
|
|
@@ -2323,6 +2406,7 @@ export const routes = [
|
|
|
2323
2406
|
"https://www.strava.com/segments/20721179",
|
|
2324
2407
|
"https://zwiftinsider.com/route/knickerbocker-reverse",
|
|
2325
2408
|
"https://whatsonzwift.com/world/new-york/route/knickerbocker-reverse",
|
|
2409
|
+
"https://zwifterbikes.web.app/route/knickerbocker-reverse",
|
|
2326
2410
|
],
|
|
2327
2411
|
[
|
|
2328
2412
|
2007026433,
|
|
@@ -2350,6 +2434,7 @@ export const routes = [
|
|
|
2350
2434
|
"https://www.strava.com/segments/21738724",
|
|
2351
2435
|
"https://zwiftinsider.com/route/2019-uci-worlds-harrogate-circuit",
|
|
2352
2436
|
"https://whatsonzwift.com/world/yorkshire/route/2019-uci-worlds-harrogate-circuit",
|
|
2437
|
+
undefined,
|
|
2353
2438
|
],
|
|
2354
2439
|
[
|
|
2355
2440
|
2128890027,
|
|
@@ -2377,6 +2462,7 @@ export const routes = [
|
|
|
2377
2462
|
"https://www.strava.com/segments/20350088",
|
|
2378
2463
|
"https://zwiftinsider.com/route/tempus-fugit",
|
|
2379
2464
|
"https://whatsonzwift.com/world/watopia/route/tempus-fugit",
|
|
2465
|
+
"https://zwifterbikes.web.app/route/tempus-fugit",
|
|
2380
2466
|
],
|
|
2381
2467
|
[
|
|
2382
2468
|
2136907048,
|
|
@@ -2427,6 +2513,7 @@ export const routes = [
|
|
|
2427
2513
|
"https://www.strava.com/segments/33955609",
|
|
2428
2514
|
"https://zwiftinsider.com/route/france-classic-fondo",
|
|
2429
2515
|
undefined,
|
|
2516
|
+
"https://zwifterbikes.web.app/route/france-classic-fondo",
|
|
2430
2517
|
],
|
|
2431
2518
|
[
|
|
2432
2519
|
2139465450,
|
|
@@ -2457,6 +2544,7 @@ export const routes = [
|
|
|
2457
2544
|
"https://www.strava.com/segments/22368918",
|
|
2458
2545
|
"https://zwiftinsider.com/route/muir-and-the-mountain",
|
|
2459
2546
|
"https://whatsonzwift.com/world/watopia/route/muir-and-the-mountain",
|
|
2547
|
+
"https://zwifterbikes.web.app/route/muir-and-the-mountain",
|
|
2460
2548
|
],
|
|
2461
2549
|
[
|
|
2462
2550
|
2139708890,
|
|
@@ -2487,6 +2575,7 @@ export const routes = [
|
|
|
2487
2575
|
"https://www.strava.com/segments/20425565",
|
|
2488
2576
|
"https://zwiftinsider.com/route/bigger-loop",
|
|
2489
2577
|
"https://whatsonzwift.com/world/watopia/route/bigger-loop",
|
|
2578
|
+
"https://zwifterbikes.web.app/route/bigger-loop",
|
|
2490
2579
|
],
|
|
2491
2580
|
[
|
|
2492
2581
|
2140131142,
|
|
@@ -2514,6 +2603,7 @@ export const routes = [
|
|
|
2514
2603
|
"https://www.strava.com/segments/33236919",
|
|
2515
2604
|
"https://zwiftinsider.com/route/island-hopper",
|
|
2516
2605
|
"https://whatsonzwift.com/world/makuri-islands/route/island-hopper",
|
|
2606
|
+
"https://zwifterbikes.web.app/route/island-hopper",
|
|
2517
2607
|
],
|
|
2518
2608
|
[
|
|
2519
2609
|
2165880404,
|
|
@@ -2544,6 +2634,7 @@ export const routes = [
|
|
|
2544
2634
|
"https://www.strava.com/segments/30327000",
|
|
2545
2635
|
"https://zwiftinsider.com/route/london-8-reverse",
|
|
2546
2636
|
"https://whatsonzwift.com/world/london/route/london-8-reverse",
|
|
2637
|
+
"https://zwifterbikes.web.app/route/london-8-reverse",
|
|
2547
2638
|
],
|
|
2548
2639
|
[
|
|
2549
2640
|
2196019512,
|
|
@@ -2583,6 +2674,7 @@ export const routes = [
|
|
|
2583
2674
|
"https://www.strava.com/segments/12128718",
|
|
2584
2675
|
"https://zwiftinsider.com/route/2015-uci-worlds-course",
|
|
2585
2676
|
"https://whatsonzwift.com/world/richmond/route/2015-uci-worlds-course",
|
|
2677
|
+
"https://zwifterbikes.web.app/route/2015-uci-worlds-course",
|
|
2586
2678
|
],
|
|
2587
2679
|
[
|
|
2588
2680
|
2202609830,
|
|
@@ -2610,6 +2702,7 @@ export const routes = [
|
|
|
2610
2702
|
"https://www.strava.com/segments/19170661",
|
|
2611
2703
|
"https://zwiftinsider.com/route/park-perimeter-reverse",
|
|
2612
2704
|
"https://whatsonzwift.com/world/new-york/route/park-perimeter-reverse",
|
|
2705
|
+
"https://zwifterbikes.web.app/route/park-perimeter-reverse",
|
|
2613
2706
|
],
|
|
2614
2707
|
[
|
|
2615
2708
|
2204461619,
|
|
@@ -2660,6 +2753,7 @@ export const routes = [
|
|
|
2660
2753
|
"https://www.strava.com/segments/12759760",
|
|
2661
2754
|
"https://zwiftinsider.com/route/london-the-prl-full",
|
|
2662
2755
|
"https://whatsonzwift.com/world/london/route/the-prl-full",
|
|
2756
|
+
"https://zwifterbikes.web.app/route/the-prl-full",
|
|
2663
2757
|
],
|
|
2664
2758
|
[
|
|
2665
2759
|
2207442179,
|
|
@@ -2690,6 +2784,7 @@ export const routes = [
|
|
|
2690
2784
|
"https://www.strava.com/segments/22180287",
|
|
2691
2785
|
"https://zwiftinsider.com/route/the-magnificent-8",
|
|
2692
2786
|
"https://whatsonzwift.com/world/watopia/route/the-magnificent-8",
|
|
2787
|
+
"https://zwifterbikes.web.app/route/the-magnificent-8",
|
|
2693
2788
|
],
|
|
2694
2789
|
[
|
|
2695
2790
|
2218409282,
|
|
@@ -2721,6 +2816,7 @@ export const routes = [
|
|
|
2721
2816
|
"https://www.strava.com/segments/28776598",
|
|
2722
2817
|
"https://zwiftinsider.com/route/wbr-climbing-series",
|
|
2723
2818
|
"https://whatsonzwift.com/world/watopia/route/wbr-climbing-series",
|
|
2819
|
+
"https://zwifterbikes.web.app/route/wbr-climbing-series",
|
|
2724
2820
|
],
|
|
2725
2821
|
[
|
|
2726
2822
|
2372883204,
|
|
@@ -2748,6 +2844,7 @@ export const routes = [
|
|
|
2748
2844
|
"https://www.strava.com/segments/19853934",
|
|
2749
2845
|
"https://zwiftinsider.com/route/nyc-kom-after-party",
|
|
2750
2846
|
"https://whatsonzwift.com/world/new-york/route/nyc-kom-after-party",
|
|
2847
|
+
"https://zwifterbikes.web.app/route/nyc-kom-after-party",
|
|
2751
2848
|
],
|
|
2752
2849
|
[
|
|
2753
2850
|
2413440572,
|
|
@@ -2791,6 +2888,7 @@ export const routes = [
|
|
|
2791
2888
|
"https://www.strava.com/segments/24690941",
|
|
2792
2889
|
"https://zwiftinsider.com/route/tire-bouchon",
|
|
2793
2890
|
"https://whatsonzwift.com/world/france/route/tire-bouchon",
|
|
2891
|
+
"https://zwifterbikes.web.app/route/tire-bouchon",
|
|
2794
2892
|
],
|
|
2795
2893
|
[
|
|
2796
2894
|
2422779354,
|
|
@@ -2818,6 +2916,7 @@ export const routes = [
|
|
|
2818
2916
|
"https://www.strava.com/segments/19179237",
|
|
2819
2917
|
"https://zwiftinsider.com/route/laguardia-loop",
|
|
2820
2918
|
"https://whatsonzwift.com/world/new-york/route/laguardia-loop",
|
|
2919
|
+
"https://zwifterbikes.web.app/route/laguardia-loop",
|
|
2821
2920
|
],
|
|
2822
2921
|
[
|
|
2823
2922
|
2436095601,
|
|
@@ -2849,6 +2948,7 @@ export const routes = [
|
|
|
2849
2948
|
"https://www.strava.com/segments/30601050",
|
|
2850
2949
|
"https://zwiftinsider.com/route/2022-cycling-esports-world-championships-route",
|
|
2851
2950
|
undefined,
|
|
2951
|
+
"https://zwifterbikes.web.app/route/2022-cycling-esports-world-championships-route",
|
|
2852
2952
|
],
|
|
2853
2953
|
[
|
|
2854
2954
|
2474227587,
|
|
@@ -2876,6 +2976,7 @@ export const routes = [
|
|
|
2876
2976
|
"https://www.strava.com/segments/26741693",
|
|
2877
2977
|
"https://zwiftinsider.com/route/beach-island-loop",
|
|
2878
2978
|
"https://whatsonzwift.com/world/watopia/route/beach-island-loop",
|
|
2979
|
+
"https://zwifterbikes.web.app/route/beach-island-loop",
|
|
2879
2980
|
],
|
|
2880
2981
|
[
|
|
2881
2982
|
2494975884,
|
|
@@ -2917,6 +3018,7 @@ export const routes = [
|
|
|
2917
3018
|
"https://www.strava.com/segments/12118762",
|
|
2918
3019
|
"https://zwiftinsider.com/route/the-pretzel",
|
|
2919
3020
|
"https://whatsonzwift.com/world/watopia/route/the-pretzel",
|
|
3021
|
+
"https://zwifterbikes.web.app/route/the-pretzel",
|
|
2920
3022
|
],
|
|
2921
3023
|
[
|
|
2922
3024
|
2573468147,
|
|
@@ -2944,6 +3046,7 @@ export const routes = [
|
|
|
2944
3046
|
"https://www.strava.com/segments/24682608",
|
|
2945
3047
|
"https://zwiftinsider.com/route/ven-top",
|
|
2946
3048
|
"https://whatsonzwift.com/world/france/route/ven-top",
|
|
3049
|
+
"https://zwifterbikes.web.app/route/ven-top",
|
|
2947
3050
|
],
|
|
2948
3051
|
[
|
|
2949
3052
|
2590569306,
|
|
@@ -2971,6 +3074,7 @@ export const routes = [
|
|
|
2971
3074
|
undefined,
|
|
2972
3075
|
"https://zwiftinsider.com/route/shuman-trail-loop",
|
|
2973
3076
|
"https://whatsonzwift.com/world/new-york/route/shuman-trail-loop",
|
|
3077
|
+
undefined,
|
|
2974
3078
|
],
|
|
2975
3079
|
[
|
|
2976
3080
|
2592027600,
|
|
@@ -2998,6 +3102,7 @@ export const routes = [
|
|
|
2998
3102
|
"https://www.strava.com/segments/18398895",
|
|
2999
3103
|
"https://zwiftinsider.com/route/innsbruckring",
|
|
3000
3104
|
"https://whatsonzwift.com/world/innsbruck/route/innsbruckring",
|
|
3105
|
+
"https://zwifterbikes.web.app/route/innsbruckring",
|
|
3001
3106
|
],
|
|
3002
3107
|
[
|
|
3003
3108
|
2627606248,
|
|
@@ -3029,6 +3134,7 @@ export const routes = [
|
|
|
3029
3134
|
"https://www.strava.com/segments/22943213",
|
|
3030
3135
|
"https://zwiftinsider.com/route/three-little-sisters",
|
|
3031
3136
|
undefined,
|
|
3137
|
+
"https://zwifterbikes.web.app/route/three-little-sisters",
|
|
3032
3138
|
],
|
|
3033
3139
|
[
|
|
3034
3140
|
2653858696,
|
|
@@ -3056,6 +3162,7 @@ export const routes = [
|
|
|
3056
3162
|
"https://www.strava.com/segments/28433439",
|
|
3057
3163
|
"https://zwiftinsider.com/route/two-village-loop",
|
|
3058
3164
|
"https://whatsonzwift.com/world/makuri-islands/route/two-village-loop",
|
|
3165
|
+
"https://zwifterbikes.web.app/route/two-village-loop",
|
|
3059
3166
|
],
|
|
3060
3167
|
[
|
|
3061
3168
|
2663908549,
|
|
@@ -3083,6 +3190,7 @@ export const routes = [
|
|
|
3083
3190
|
"https://www.strava.com/segments/22280036",
|
|
3084
3191
|
"https://zwiftinsider.com/route/road-to-sky",
|
|
3085
3192
|
"https://whatsonzwift.com/world/watopia/route/road-to-sky",
|
|
3193
|
+
"https://zwifterbikes.web.app/route/road-to-sky",
|
|
3086
3194
|
],
|
|
3087
3195
|
[
|
|
3088
3196
|
2675063596,
|
|
@@ -3113,6 +3221,7 @@ export const routes = [
|
|
|
3113
3221
|
"https://www.strava.com/segments/22458637",
|
|
3114
3222
|
"https://zwiftinsider.com/route/dust-in-the-wind",
|
|
3115
3223
|
"https://whatsonzwift.com/world/watopia/route/dust-in-the-wind",
|
|
3224
|
+
"https://zwifterbikes.web.app/route/dust-in-the-wind",
|
|
3116
3225
|
],
|
|
3117
3226
|
[
|
|
3118
3227
|
2681889340,
|
|
@@ -3140,6 +3249,7 @@ export const routes = [
|
|
|
3140
3249
|
undefined,
|
|
3141
3250
|
undefined,
|
|
3142
3251
|
"https://whatsonzwift.com/route/climb-portal-volcano",
|
|
3252
|
+
undefined,
|
|
3143
3253
|
],
|
|
3144
3254
|
[
|
|
3145
3255
|
2694166390,
|
|
@@ -3167,6 +3277,7 @@ export const routes = [
|
|
|
3167
3277
|
"https://www.strava.com/segments/12749761",
|
|
3168
3278
|
"https://zwiftinsider.com/route/london-classique",
|
|
3169
3279
|
"https://whatsonzwift.com/world/london/route/classique",
|
|
3280
|
+
"https://zwifterbikes.web.app/route/classique",
|
|
3170
3281
|
],
|
|
3171
3282
|
[
|
|
3172
3283
|
2708527018,
|
|
@@ -3194,6 +3305,7 @@ export const routes = [
|
|
|
3194
3305
|
undefined,
|
|
3195
3306
|
undefined,
|
|
3196
3307
|
undefined,
|
|
3308
|
+
undefined,
|
|
3197
3309
|
],
|
|
3198
3310
|
[
|
|
3199
3311
|
2737483381,
|
|
@@ -3225,6 +3337,7 @@ export const routes = [
|
|
|
3225
3337
|
"https://www.strava.com/segments/12118362",
|
|
3226
3338
|
"https://zwiftinsider.com/route/hilly-route",
|
|
3227
3339
|
"https://whatsonzwift.com/world/watopia/route/hilly-route",
|
|
3340
|
+
"https://zwifterbikes.web.app/route/hilly-route",
|
|
3228
3341
|
],
|
|
3229
3342
|
[
|
|
3230
3343
|
2746475460,
|
|
@@ -3262,6 +3375,7 @@ export const routes = [
|
|
|
3262
3375
|
"https://www.strava.com/segments/22914116",
|
|
3263
3376
|
"https://zwiftinsider.com/eastern-eight",
|
|
3264
3377
|
undefined,
|
|
3378
|
+
"https://zwifterbikes.web.app/route/eastern-eight",
|
|
3265
3379
|
],
|
|
3266
3380
|
[
|
|
3267
3381
|
2748657713,
|
|
@@ -3294,6 +3408,7 @@ export const routes = [
|
|
|
3294
3408
|
"https://www.strava.com/segments/20350104",
|
|
3295
3409
|
"https://zwiftinsider.com/route/out-and-back-again",
|
|
3296
3410
|
"https://whatsonzwift.com/world/watopia/route/out-and-back-again",
|
|
3411
|
+
"https://zwifterbikes.web.app/route/out-and-back-again",
|
|
3297
3412
|
],
|
|
3298
3413
|
[
|
|
3299
3414
|
2829629527,
|
|
@@ -3321,6 +3436,7 @@ export const routes = [
|
|
|
3321
3436
|
"https://www.strava.com/segments/26742092",
|
|
3322
3437
|
"https://zwiftinsider.com/route/serpentine-8",
|
|
3323
3438
|
"https://whatsonzwift.com/world/watopia/route/serpentine-8",
|
|
3439
|
+
"https://zwifterbikes.web.app/route/serpentine-8",
|
|
3324
3440
|
],
|
|
3325
3441
|
[
|
|
3326
3442
|
2839057126,
|
|
@@ -3348,6 +3464,7 @@ export const routes = [
|
|
|
3348
3464
|
undefined,
|
|
3349
3465
|
"https://zwiftinsider.com/route/jungle-circuit-reverse",
|
|
3350
3466
|
"https://whatsonzwift.com/world/watopia/route/jungle-circuit-reverse",
|
|
3467
|
+
"https://zwifterbikes.web.app/route/jungle-circuit-reverse",
|
|
3351
3468
|
],
|
|
3352
3469
|
[
|
|
3353
3470
|
2843604888,
|
|
@@ -3375,6 +3492,7 @@ export const routes = [
|
|
|
3375
3492
|
"https://www.strava.com/segments/20560239",
|
|
3376
3493
|
"https://zwiftinsider.com/route/time-trial-lap",
|
|
3377
3494
|
"https://whatsonzwift.com/world/bologna-tt/route/bologna-time-trial",
|
|
3495
|
+
"https://zwifterbikes.web.app/route/time-trial-lap",
|
|
3378
3496
|
],
|
|
3379
3497
|
[
|
|
3380
3498
|
2852153296,
|
|
@@ -3418,6 +3536,7 @@ export const routes = [
|
|
|
3418
3536
|
"https://www.strava.com/segments/24676054",
|
|
3419
3537
|
"https://zwiftinsider.com/route/petit-boucle",
|
|
3420
3538
|
"https://whatsonzwift.com/world/france/route/petit-boucle",
|
|
3539
|
+
"https://zwifterbikes.web.app/route/petit-boucle",
|
|
3421
3540
|
],
|
|
3422
3541
|
[
|
|
3423
3542
|
2866480562,
|
|
@@ -3458,6 +3577,7 @@ export const routes = [
|
|
|
3458
3577
|
"https://www.strava.com/segments/30988311",
|
|
3459
3578
|
"https://zwiftinsider.com/route/chasing-the-sun",
|
|
3460
3579
|
"https://whatsonzwift.com/world/makuri-islands/route/chasing-the-sun",
|
|
3580
|
+
"https://zwifterbikes.web.app/route/chasing-the-sun",
|
|
3461
3581
|
],
|
|
3462
3582
|
[
|
|
3463
3583
|
2875658892,
|
|
@@ -3485,6 +3605,7 @@ export const routes = [
|
|
|
3485
3605
|
"https://www.strava.com/segments/22419554",
|
|
3486
3606
|
"https://zwiftinsider.com/route/bell-lap",
|
|
3487
3607
|
"https://whatsonzwift.com/world/crit-city/route/the-bell-lap",
|
|
3608
|
+
"https://zwifterbikes.web.app/route/bell-lap",
|
|
3488
3609
|
],
|
|
3489
3610
|
[
|
|
3490
3611
|
2878180967,
|
|
@@ -3524,6 +3645,7 @@ export const routes = [
|
|
|
3524
3645
|
"https://www.strava.com/segments/20390815",
|
|
3525
3646
|
"https://zwiftinsider.com/route/four-horsemen",
|
|
3526
3647
|
"https://whatsonzwift.com/world/watopia/route/four-horsemen",
|
|
3648
|
+
"https://zwifterbikes.web.app/route/four-horsemen",
|
|
3527
3649
|
],
|
|
3528
3650
|
[
|
|
3529
3651
|
2896159042,
|
|
@@ -3559,6 +3681,7 @@ export const routes = [
|
|
|
3559
3681
|
"https://www.strava.com/segments/30408107",
|
|
3560
3682
|
"https://zwiftinsider.com/route/temples-and-towers",
|
|
3561
3683
|
"https://whatsonzwift.com/world/makuri-islands/route/temples-and-towers",
|
|
3684
|
+
"https://zwifterbikes.web.app/route/temples-and-towers",
|
|
3562
3685
|
],
|
|
3563
3686
|
[
|
|
3564
3687
|
2900074211,
|
|
@@ -3603,6 +3726,7 @@ export const routes = [
|
|
|
3603
3726
|
"https://www.strava.com/segments/30600597",
|
|
3604
3727
|
"https://zwiftinsider.com/route/2022-medio-fondo",
|
|
3605
3728
|
undefined,
|
|
3729
|
+
"https://zwifterbikes.web.app/route/2022-medio-fondo",
|
|
3606
3730
|
],
|
|
3607
3731
|
[
|
|
3608
3732
|
2905381067,
|
|
@@ -3639,6 +3763,7 @@ export const routes = [
|
|
|
3639
3763
|
"https://www.strava.com/segments/21757792",
|
|
3640
3764
|
"https://zwiftinsider.com/route/royal-pump-room-8",
|
|
3641
3765
|
"https://whatsonzwift.com/world/yorkshire/route/royal-pump-room-8",
|
|
3766
|
+
"https://zwifterbikes.web.app/route/royal-pump-room-8",
|
|
3642
3767
|
],
|
|
3643
3768
|
[
|
|
3644
3769
|
2945813240,
|
|
@@ -3666,6 +3791,7 @@ export const routes = [
|
|
|
3666
3791
|
"https://www.strava.com/segments/19141192",
|
|
3667
3792
|
"https://zwiftinsider.com/route/grand-central-circuit",
|
|
3668
3793
|
"https://whatsonzwift.com/world/new-york/route/grand-central-circuit",
|
|
3794
|
+
"https://zwifterbikes.web.app/route/grand-central-circuit",
|
|
3669
3795
|
],
|
|
3670
3796
|
[
|
|
3671
3797
|
2947111049,
|
|
@@ -3693,6 +3819,7 @@ export const routes = [
|
|
|
3693
3819
|
"https://www.strava.com/segments/16402683",
|
|
3694
3820
|
"https://zwiftinsider.com/route/big-loop",
|
|
3695
3821
|
"https://whatsonzwift.com/world/watopia/route/big-loop",
|
|
3822
|
+
"https://zwifterbikes.web.app/route/big-loop",
|
|
3696
3823
|
],
|
|
3697
3824
|
[
|
|
3698
3825
|
2954366662,
|
|
@@ -3720,6 +3847,7 @@ export const routes = [
|
|
|
3720
3847
|
"https://www.strava.com/segments/19141299",
|
|
3721
3848
|
"https://zwiftinsider.com/route/knickerbocker",
|
|
3722
3849
|
"https://whatsonzwift.com/world/new-york/route/knickerbocker",
|
|
3850
|
+
"https://zwifterbikes.web.app/route/knickerbocker",
|
|
3723
3851
|
],
|
|
3724
3852
|
[
|
|
3725
3853
|
2966818006,
|
|
@@ -3750,6 +3878,7 @@ export const routes = [
|
|
|
3750
3878
|
"https://www.strava.com/segments/12483517",
|
|
3751
3879
|
"https://zwiftinsider.com/route/mountain-route",
|
|
3752
3880
|
"https://whatsonzwift.com/world/watopia/route/mountain-route",
|
|
3881
|
+
"https://zwifterbikes.web.app/route/mountain-route",
|
|
3753
3882
|
],
|
|
3754
3883
|
[
|
|
3755
3884
|
2967612381,
|
|
@@ -3777,6 +3906,7 @@ export const routes = [
|
|
|
3777
3906
|
"https://www.strava.com/segments/16404387",
|
|
3778
3907
|
"https://zwiftinsider.com/route/road-to-ruins-reverse",
|
|
3779
3908
|
"https://whatsonzwift.com/world/watopia/route/road-to-ruins-reverse",
|
|
3909
|
+
"https://zwifterbikes.web.app/route/road-to-ruins-reverse",
|
|
3780
3910
|
],
|
|
3781
3911
|
[
|
|
3782
3912
|
2969952077,
|
|
@@ -3808,6 +3938,7 @@ export const routes = [
|
|
|
3808
3938
|
"https://www.strava.com/segments/21344377",
|
|
3809
3939
|
"https://zwiftinsider.com/route/quatch-quest",
|
|
3810
3940
|
"https://whatsonzwift.com/world/watopia/route/quatch-quest",
|
|
3941
|
+
"https://zwifterbikes.web.app/route/quatch-quest",
|
|
3811
3942
|
],
|
|
3812
3943
|
[
|
|
3813
3944
|
2980619755,
|
|
@@ -3835,6 +3966,7 @@ export const routes = [
|
|
|
3835
3966
|
"https://www.strava.com/segments/29534888",
|
|
3836
3967
|
"https://zwiftinsider.com/route/farmland-loop",
|
|
3837
3968
|
"https://whatsonzwift.com/world/makuri-islands/route/farmland-loop",
|
|
3969
|
+
"https://zwifterbikes.web.app/route/farmland-loop",
|
|
3838
3970
|
],
|
|
3839
3971
|
[
|
|
3840
3972
|
3007266671,
|
|
@@ -3862,6 +3994,7 @@ export const routes = [
|
|
|
3862
3994
|
"https://www.strava.com/segments/21748253",
|
|
3863
3995
|
"https://zwiftinsider.com/route/queens-highway",
|
|
3864
3996
|
"https://whatsonzwift.com/world/yorkshire/route/queen-s-highway",
|
|
3997
|
+
"https://zwifterbikes.web.app/route/queens-highway",
|
|
3865
3998
|
],
|
|
3866
3999
|
[
|
|
3867
4000
|
3012588561,
|
|
@@ -3889,6 +4022,7 @@ export const routes = [
|
|
|
3889
4022
|
"https://www.strava.com/segments/22540731",
|
|
3890
4023
|
"https://zwiftinsider.com/route/may-field",
|
|
3891
4024
|
"https://whatsonzwift.com/world/watopia/route/may-field",
|
|
4025
|
+
undefined,
|
|
3892
4026
|
],
|
|
3893
4027
|
[
|
|
3894
4028
|
3023359358,
|
|
@@ -3919,6 +4053,7 @@ export const routes = [
|
|
|
3919
4053
|
"https://www.strava.com/segments/29622065",
|
|
3920
4054
|
"https://zwiftinsider.com/route/climbers-gambit",
|
|
3921
4055
|
"https://whatsonzwift.com/world/watopia/route/climber-s-gambit",
|
|
4056
|
+
"https://zwifterbikes.web.app/route/climbers-gambit",
|
|
3922
4057
|
],
|
|
3923
4058
|
[
|
|
3924
4059
|
3078665969,
|
|
@@ -3949,6 +4084,7 @@ export const routes = [
|
|
|
3949
4084
|
"https://www.strava.com/segments/19171748",
|
|
3950
4085
|
"https://zwiftinsider.com/route/rising-empire",
|
|
3951
4086
|
"https://whatsonzwift.com/world/new-york/route/rising-empire",
|
|
4087
|
+
"https://zwifterbikes.web.app/route/rising-empire",
|
|
3952
4088
|
],
|
|
3953
4089
|
[
|
|
3954
4090
|
3101693166,
|
|
@@ -3976,6 +4112,7 @@ export const routes = [
|
|
|
3976
4112
|
"https://www.strava.com/segments/33089178",
|
|
3977
4113
|
"https://zwiftinsider.com/route/innsbruck-continentals-hill-climb",
|
|
3978
4114
|
undefined,
|
|
4115
|
+
undefined,
|
|
3979
4116
|
],
|
|
3980
4117
|
[
|
|
3981
4118
|
3114603308,
|
|
@@ -4003,6 +4140,7 @@ export const routes = [
|
|
|
4003
4140
|
"https://www.strava.com/segments/18397725",
|
|
4004
4141
|
"https://zwiftinsider.com/route/2018-uci-worlds-course-short-lap",
|
|
4005
4142
|
"https://whatsonzwift.com/world/innsbruck/route/2018-uci-worlds-short-lap",
|
|
4143
|
+
"https://zwifterbikes.web.app/route/2018-uci-worlds-course-short-lap",
|
|
4006
4144
|
],
|
|
4007
4145
|
[
|
|
4008
4146
|
3219074012,
|
|
@@ -4030,6 +4168,7 @@ export const routes = [
|
|
|
4030
4168
|
"https://www.strava.com/segments/12118544",
|
|
4031
4169
|
"https://zwiftinsider.com/route/mountain-8",
|
|
4032
4170
|
"https://whatsonzwift.com/world/watopia/route/mountain-8",
|
|
4171
|
+
"https://zwifterbikes.web.app/route/mountain-8",
|
|
4033
4172
|
],
|
|
4034
4173
|
[
|
|
4035
4174
|
3276403604,
|
|
@@ -4057,6 +4196,7 @@ export const routes = [
|
|
|
4057
4196
|
"https://www.strava.com/segments/15158576",
|
|
4058
4197
|
"https://zwiftinsider.com/route/greater-london-loop",
|
|
4059
4198
|
"https://whatsonzwift.com/world/london/route/greater-london-loop",
|
|
4199
|
+
"https://zwifterbikes.web.app/route/greater-london-loop",
|
|
4060
4200
|
],
|
|
4061
4201
|
[
|
|
4062
4202
|
3282611437,
|
|
@@ -4084,6 +4224,7 @@ export const routes = [
|
|
|
4084
4224
|
"https://www.strava.com/segments/28432116",
|
|
4085
4225
|
"https://zwiftinsider.com/route/flatland-loop",
|
|
4086
4226
|
"https://whatsonzwift.com/world/makuri-islands/route/flatland-loop",
|
|
4227
|
+
"https://zwifterbikes.web.app/route/flatland-loop",
|
|
4087
4228
|
],
|
|
4088
4229
|
[
|
|
4089
4230
|
3302953739,
|
|
@@ -4111,6 +4252,7 @@ export const routes = [
|
|
|
4111
4252
|
"https://www.strava.com/segments/30407957",
|
|
4112
4253
|
"https://zwiftinsider.com/route/sleepless-city",
|
|
4113
4254
|
"https://whatsonzwift.com/world/makuri-islands/route/sleepless-city",
|
|
4255
|
+
"https://zwifterbikes.web.app/route/sleepless-city",
|
|
4114
4256
|
],
|
|
4115
4257
|
[
|
|
4116
4258
|
3312037616,
|
|
@@ -4138,6 +4280,7 @@ export const routes = [
|
|
|
4138
4280
|
"https://www.strava.com/segments/26741685",
|
|
4139
4281
|
"https://zwiftinsider.com/route/two-bridges-loop",
|
|
4140
4282
|
"https://whatsonzwift.com/world/watopia/route/two-bridges-loop",
|
|
4283
|
+
"https://zwifterbikes.web.app/route/two-bridges-loop",
|
|
4141
4284
|
],
|
|
4142
4285
|
[
|
|
4143
4286
|
3356878261,
|
|
@@ -4170,6 +4313,7 @@ export const routes = [
|
|
|
4170
4313
|
"https://www.strava.com/segments/30412485",
|
|
4171
4314
|
"https://zwiftinsider.com/route/sprinters-playground",
|
|
4172
4315
|
"https://whatsonzwift.com/world/makuri-islands/route/sprinter-s-playground",
|
|
4316
|
+
"https://zwifterbikes.web.app/route/sprinters-playground",
|
|
4173
4317
|
],
|
|
4174
4318
|
[
|
|
4175
4319
|
3364574135,
|
|
@@ -4197,6 +4341,7 @@ export const routes = [
|
|
|
4197
4341
|
"https://www.strava.com/segments/24674235",
|
|
4198
4342
|
"https://zwiftinsider.com/route/champs-elysees",
|
|
4199
4343
|
"https://whatsonzwift.com/world/paris/route/champs-elysees",
|
|
4344
|
+
"https://zwifterbikes.web.app/route/champs-elysees",
|
|
4200
4345
|
],
|
|
4201
4346
|
[
|
|
4202
4347
|
3366225080,
|
|
@@ -4224,6 +4369,7 @@ export const routes = [
|
|
|
4224
4369
|
"https://www.strava.com/segments/20350376",
|
|
4225
4370
|
"https://zwiftinsider.com/route/tick-tock",
|
|
4226
4371
|
"https://whatsonzwift.com/world/watopia/route/tick-tock",
|
|
4372
|
+
"https://zwifterbikes.web.app/route/tick-tock",
|
|
4227
4373
|
],
|
|
4228
4374
|
[
|
|
4229
4375
|
3367186349,
|
|
@@ -4251,6 +4397,7 @@ export const routes = [
|
|
|
4251
4397
|
"https://www.strava.com/segments/29009511",
|
|
4252
4398
|
"https://zwiftinsider.com/route/sukis-playground",
|
|
4253
4399
|
"https://whatsonzwift.com/world/makuri-islands/route/suki-s-playground",
|
|
4400
|
+
"https://zwifterbikes.web.app/route/sukis-playground",
|
|
4254
4401
|
],
|
|
4255
4402
|
[
|
|
4256
4403
|
3368626651,
|
|
@@ -4290,6 +4437,7 @@ export const routes = [
|
|
|
4290
4437
|
"https://www.strava.com/segments/30601013",
|
|
4291
4438
|
"https://zwiftinsider.com/route/2022-bambino-fondo",
|
|
4292
4439
|
undefined,
|
|
4440
|
+
"https://zwifterbikes.web.app/route/2022-bambino-fondo",
|
|
4293
4441
|
],
|
|
4294
4442
|
[
|
|
4295
4443
|
3379779247,
|
|
@@ -4317,6 +4465,7 @@ export const routes = [
|
|
|
4317
4465
|
"https://www.strava.com/segments/28433076",
|
|
4318
4466
|
"https://zwiftinsider.com/route/three-village-loop",
|
|
4319
4467
|
"https://whatsonzwift.com/world/makuri-islands/route/three-village-loop",
|
|
4468
|
+
"https://zwifterbikes.web.app/route/three-village-loop",
|
|
4320
4469
|
],
|
|
4321
4470
|
[
|
|
4322
4471
|
3382019812,
|
|
@@ -4349,6 +4498,7 @@ export const routes = [
|
|
|
4349
4498
|
"https://www.strava.com/segments/12118421",
|
|
4350
4499
|
"https://zwiftinsider.com/route/figure-8",
|
|
4351
4500
|
"https://whatsonzwift.com/world/watopia/route/figure-8",
|
|
4501
|
+
"https://zwifterbikes.web.app/route/figure-8",
|
|
4352
4502
|
],
|
|
4353
4503
|
[
|
|
4354
4504
|
3395698268,
|
|
@@ -4376,6 +4526,7 @@ export const routes = [
|
|
|
4376
4526
|
"https://www.strava.com/segments/27130302",
|
|
4377
4527
|
"https://zwiftinsider.com/route/flat-route",
|
|
4378
4528
|
"https://whatsonzwift.com/world/watopia/route/flat-route",
|
|
4529
|
+
"https://zwifterbikes.web.app/route/flat-route",
|
|
4379
4530
|
],
|
|
4380
4531
|
[
|
|
4381
4532
|
3407362320,
|
|
@@ -4403,6 +4554,7 @@ export const routes = [
|
|
|
4403
4554
|
"https://www.strava.com/segments/30414842",
|
|
4404
4555
|
"https://zwiftinsider.com/route/neon-flats",
|
|
4405
4556
|
"https://whatsonzwift.com/world/makuri-islands/route/neon-flats",
|
|
4557
|
+
"https://zwifterbikes.web.app/route/neon-flats",
|
|
4406
4558
|
],
|
|
4407
4559
|
[
|
|
4408
4560
|
3453194200,
|
|
@@ -4433,6 +4585,7 @@ export const routes = [
|
|
|
4433
4585
|
"https://www.strava.com/segments/20453276",
|
|
4434
4586
|
"https://zwiftinsider.com/triple-flat-loops",
|
|
4435
4587
|
undefined,
|
|
4588
|
+
"https://zwifterbikes.web.app/route/triple-flat-loops",
|
|
4436
4589
|
],
|
|
4437
4590
|
[
|
|
4438
4591
|
3454338139,
|
|
@@ -4460,6 +4613,7 @@ export const routes = [
|
|
|
4460
4613
|
"https://www.strava.com/segments/22913457",
|
|
4461
4614
|
"https://zwiftinsider.com/route/seaside-sprint",
|
|
4462
4615
|
"https://whatsonzwift.com/world/watopia/route/seaside-sprint",
|
|
4616
|
+
"https://zwifterbikes.web.app/route/seaside-sprint",
|
|
4463
4617
|
],
|
|
4464
4618
|
[
|
|
4465
4619
|
3523806426,
|
|
@@ -4487,6 +4641,7 @@ export const routes = [
|
|
|
4487
4641
|
"https://www.strava.com/segments/28432455",
|
|
4488
4642
|
"https://zwiftinsider.com/route/spirit-forest",
|
|
4489
4643
|
"https://whatsonzwift.com/world/makuri-islands/route/spirit-forest",
|
|
4644
|
+
"https://zwifterbikes.web.app/route/spirit-forest",
|
|
4490
4645
|
],
|
|
4491
4646
|
[
|
|
4492
4647
|
3565430790,
|
|
@@ -4514,6 +4669,7 @@ export const routes = [
|
|
|
4514
4669
|
"https://www.strava.com/segments/30407898",
|
|
4515
4670
|
"https://zwiftinsider.com/route/rooftop-rendezvous",
|
|
4516
4671
|
"https://whatsonzwift.com/world/makuri-islands/route/rooftop-rendezvous",
|
|
4672
|
+
"https://zwifterbikes.web.app/route/rooftop-rendezvous",
|
|
4517
4673
|
],
|
|
4518
4674
|
[
|
|
4519
4675
|
3569674525,
|
|
@@ -4544,6 +4700,7 @@ export const routes = [
|
|
|
4544
4700
|
"https://www.strava.com/segments/19613994",
|
|
4545
4701
|
"https://zwiftinsider.com/route/keith-hill-after-party",
|
|
4546
4702
|
"https://whatsonzwift.com/world/london/route/keith-hill-after-party",
|
|
4703
|
+
"https://zwifterbikes.web.app/route/keith-hill-after-party",
|
|
4547
4704
|
],
|
|
4548
4705
|
[
|
|
4549
4706
|
3573087582,
|
|
@@ -4571,6 +4728,7 @@ export const routes = [
|
|
|
4571
4728
|
"https://www.strava.com/segments/26792130",
|
|
4572
4729
|
"https://zwiftinsider.com/italian-villas-sprint-circuit",
|
|
4573
4730
|
undefined,
|
|
4731
|
+
undefined,
|
|
4574
4732
|
],
|
|
4575
4733
|
[
|
|
4576
4734
|
3597939700,
|
|
@@ -4598,6 +4756,7 @@ export const routes = [
|
|
|
4598
4756
|
"https://www.strava.com/segments/19172136",
|
|
4599
4757
|
"https://zwiftinsider.com/route/the-6-train",
|
|
4600
4758
|
"https://whatsonzwift.com/world/new-york/route/the-6-train",
|
|
4759
|
+
"https://zwifterbikes.web.app/route/the-6-train",
|
|
4601
4760
|
],
|
|
4602
4761
|
[
|
|
4603
4762
|
3599973269,
|
|
@@ -4625,6 +4784,7 @@ export const routes = [
|
|
|
4625
4784
|
"https://www.strava.com/segments/19480641",
|
|
4626
4785
|
"https://zwiftinsider.com/route/classique-reverse",
|
|
4627
4786
|
"https://whatsonzwift.com/world/london/route/classique-reverse",
|
|
4787
|
+
"https://zwifterbikes.web.app/route/classique-reverse",
|
|
4628
4788
|
],
|
|
4629
4789
|
[
|
|
4630
4790
|
3603635554,
|
|
@@ -4658,6 +4818,7 @@ export const routes = [
|
|
|
4658
4818
|
"https://www.strava.com/segments/28432204",
|
|
4659
4819
|
"https://zwiftinsider.com/route/sea-to-tree",
|
|
4660
4820
|
"https://whatsonzwift.com/world/makuri-islands/route/sea-to-tree",
|
|
4821
|
+
"https://zwifterbikes.web.app/route/sea-to-tree",
|
|
4661
4822
|
],
|
|
4662
4823
|
[
|
|
4663
4824
|
3621162212,
|
|
@@ -4690,6 +4851,7 @@ export const routes = [
|
|
|
4690
4851
|
"https://www.strava.com/segments/19641904",
|
|
4691
4852
|
"https://zwiftinsider.com/route/bambino-fondo",
|
|
4692
4853
|
"https://whatsonzwift.com/world/watopia/route/zwift-bambino-fondo",
|
|
4854
|
+
"https://zwifterbikes.web.app/route/bambino-fondo",
|
|
4693
4855
|
],
|
|
4694
4856
|
[
|
|
4695
4857
|
3649347250,
|
|
@@ -4717,6 +4879,7 @@ export const routes = [
|
|
|
4717
4879
|
"https://www.strava.com/segments/20539949",
|
|
4718
4880
|
"https://zwiftinsider.com/route/kom-after-party",
|
|
4719
4881
|
"https://whatsonzwift.com/world/innsbruck/route/innsbruck-kom-after-party",
|
|
4882
|
+
"https://zwifterbikes.web.app/route/kom-after-party",
|
|
4720
4883
|
],
|
|
4721
4884
|
[
|
|
4722
4885
|
3662705581,
|
|
@@ -4755,6 +4918,7 @@ export const routes = [
|
|
|
4755
4918
|
"https://www.strava.com/segments/33636050",
|
|
4756
4919
|
"https://zwiftinsider.com/route/the-muckle-yin",
|
|
4757
4920
|
"https://whatsonzwift.com/world/scotland/route/the-muckle-yin",
|
|
4921
|
+
"https://zwifterbikes.web.app/route/the-muckle-yin",
|
|
4758
4922
|
],
|
|
4759
4923
|
[
|
|
4760
4924
|
3665959404,
|
|
@@ -4782,6 +4946,7 @@ export const routes = [
|
|
|
4782
4946
|
undefined,
|
|
4783
4947
|
"https://zwiftinsider.com/route/hudson-roll",
|
|
4784
4948
|
"https://whatsonzwift.com/world/new-york/route/hudson-roll",
|
|
4949
|
+
undefined,
|
|
4785
4950
|
],
|
|
4786
4951
|
[
|
|
4787
4952
|
3687251774,
|
|
@@ -4809,6 +4974,7 @@ export const routes = [
|
|
|
4809
4974
|
"https://www.strava.com/segments/19141192",
|
|
4810
4975
|
"https://zwiftinsider.com/route/grand-central-circuit-reverse",
|
|
4811
4976
|
"https://whatsonzwift.com/world/new-york/route/grand-central-circuit-reverse",
|
|
4977
|
+
"https://zwifterbikes.web.app/route/grand-central-circuit-reverse",
|
|
4812
4978
|
],
|
|
4813
4979
|
[
|
|
4814
4980
|
3691918883,
|
|
@@ -4839,6 +5005,7 @@ export const routes = [
|
|
|
4839
5005
|
"https://www.strava.com/segments/28430973",
|
|
4840
5006
|
"https://zwiftinsider.com/route/chain-chomper",
|
|
4841
5007
|
"https://whatsonzwift.com/world/makuri-islands/route/chain-chomper",
|
|
5008
|
+
"https://zwifterbikes.web.app/route/chain-chomper",
|
|
4842
5009
|
],
|
|
4843
5010
|
[
|
|
4844
5011
|
3694952104,
|
|
@@ -4866,6 +5033,7 @@ export const routes = [
|
|
|
4866
5033
|
undefined,
|
|
4867
5034
|
"https://zwiftinsider.com/route/chili-pepper-reverse",
|
|
4868
5035
|
"https://whatsonzwift.com/world/watopia/route/chili-pepper-reverse",
|
|
5036
|
+
undefined,
|
|
4869
5037
|
],
|
|
4870
5038
|
[
|
|
4871
5039
|
3701568815,
|
|
@@ -4893,6 +5061,7 @@ export const routes = [
|
|
|
4893
5061
|
"https://www.strava.com/segments/16404154",
|
|
4894
5062
|
"https://zwiftinsider.com/route/road-to-ruins",
|
|
4895
5063
|
"https://whatsonzwift.com/world/watopia/route/road-to-ruins",
|
|
5064
|
+
"https://zwifterbikes.web.app/route/road-to-ruins",
|
|
4896
5065
|
],
|
|
4897
5066
|
[
|
|
4898
5067
|
3707791029,
|
|
@@ -4924,6 +5093,7 @@ export const routes = [
|
|
|
4924
5093
|
"https://www.strava.com/segments/16786868",
|
|
4925
5094
|
"https://zwiftinsider.com/route/surrey-hills",
|
|
4926
5095
|
"https://whatsonzwift.com/world/london/route/surrey-hills",
|
|
5096
|
+
"https://zwifterbikes.web.app/route/surrey-hills",
|
|
4927
5097
|
],
|
|
4928
5098
|
[
|
|
4929
5099
|
3742187716,
|
|
@@ -4951,6 +5121,7 @@ export const routes = [
|
|
|
4951
5121
|
"https://www.strava.com/segments/30629803",
|
|
4952
5122
|
"https://zwiftinsider.com/route/castle-to-castle",
|
|
4953
5123
|
undefined,
|
|
5124
|
+
"https://zwifterbikes.web.app/route/castle-to-castle",
|
|
4954
5125
|
],
|
|
4955
5126
|
[
|
|
4956
5127
|
3748780161,
|
|
@@ -4983,6 +5154,7 @@ export const routes = [
|
|
|
4983
5154
|
"https://www.strava.com/segments/20655505",
|
|
4984
5155
|
"https://zwiftinsider.com/route/medio-fondo",
|
|
4985
5156
|
"https://whatsonzwift.com/world/watopia/route/zwift-medio-fondo",
|
|
5157
|
+
"https://zwifterbikes.web.app/route/medio-fondo",
|
|
4986
5158
|
],
|
|
4987
5159
|
[
|
|
4988
5160
|
3765339356,
|
|
@@ -5010,6 +5182,7 @@ export const routes = [
|
|
|
5010
5182
|
"https://www.strava.com/segments/33620076",
|
|
5011
5183
|
"https://zwiftinsider.com/route/glasgow-crit-circuit",
|
|
5012
5184
|
"https://whatsonzwift.com/world/scotland/route/glasgow-crit-circuit",
|
|
5185
|
+
"https://zwifterbikes.web.app/route/glasgow-crit-circuit",
|
|
5013
5186
|
],
|
|
5014
5187
|
[
|
|
5015
5188
|
3774003351,
|
|
@@ -5037,6 +5210,7 @@ export const routes = [
|
|
|
5037
5210
|
"https://www.strava.com/segments/20425705",
|
|
5038
5211
|
"https://zwiftinsider.com/route/laguardia-loop-reverse",
|
|
5039
5212
|
"https://whatsonzwift.com/world/new-york/route/laguardia-loop-reverse",
|
|
5213
|
+
"https://zwifterbikes.web.app/route/laguardia-loop-reverse",
|
|
5040
5214
|
],
|
|
5041
5215
|
[
|
|
5042
5216
|
3801241714,
|
|
@@ -5067,6 +5241,7 @@ export const routes = [
|
|
|
5067
5241
|
"https://www.strava.com/segments/18407469",
|
|
5068
5242
|
"https://zwiftinsider.com/route/lutscher-ccw",
|
|
5069
5243
|
"https://whatsonzwift.com/world/innsbruck/route/lutscher-ccw",
|
|
5244
|
+
"https://zwifterbikes.web.app/route/lutscher-ccw",
|
|
5070
5245
|
],
|
|
5071
5246
|
[
|
|
5072
5247
|
3811569265,
|
|
@@ -5094,6 +5269,7 @@ export const routes = [
|
|
|
5094
5269
|
undefined,
|
|
5095
5270
|
"https://zwiftinsider.com/route/flat-route-reverse",
|
|
5096
5271
|
"https://whatsonzwift.com/world/watopia/route/flat-route-reverse",
|
|
5272
|
+
"https://zwifterbikes.web.app/route/flat-route-reverse",
|
|
5097
5273
|
],
|
|
5098
5274
|
[
|
|
5099
5275
|
3819095753,
|
|
@@ -5121,6 +5297,7 @@ export const routes = [
|
|
|
5121
5297
|
"https://www.strava.com/segments/18993168",
|
|
5122
5298
|
"https://zwiftinsider.com/route/5k-loop",
|
|
5123
5299
|
"https://whatsonzwift.com/world/watopia/route/5k-loop",
|
|
5300
|
+
undefined,
|
|
5124
5301
|
],
|
|
5125
5302
|
[
|
|
5126
5303
|
3848492017,
|
|
@@ -5160,6 +5337,7 @@ export const routes = [
|
|
|
5160
5337
|
"https://www.strava.com/segments/16939150",
|
|
5161
5338
|
"https://zwiftinsider.com/route/the-mega-pretzel",
|
|
5162
5339
|
"https://whatsonzwift.com/world/watopia/route/the-mega-pretzel",
|
|
5340
|
+
"https://zwifterbikes.web.app/route/the-mega-pretzel",
|
|
5163
5341
|
],
|
|
5164
5342
|
[
|
|
5165
5343
|
3853654821,
|
|
@@ -5187,6 +5365,7 @@ export const routes = [
|
|
|
5187
5365
|
"https://www.strava.com/segments/16781177",
|
|
5188
5366
|
"https://zwiftinsider.com/route/greatest-london-loop",
|
|
5189
5367
|
"https://whatsonzwift.com/world/london/route/greatest-london-loop",
|
|
5368
|
+
undefined,
|
|
5190
5369
|
],
|
|
5191
5370
|
[
|
|
5192
5371
|
3864857876,
|
|
@@ -5218,6 +5397,7 @@ export const routes = [
|
|
|
5218
5397
|
"https://www.strava.com/segments/30630421",
|
|
5219
5398
|
"https://zwiftinsider.com/route/legends-and-lava",
|
|
5220
5399
|
"https://whatsonzwift.com/world/watopia/route/legends-and-lava",
|
|
5400
|
+
"https://zwifterbikes.web.app/route/legends-and-lava",
|
|
5221
5401
|
],
|
|
5222
5402
|
[
|
|
5223
5403
|
3866241330,
|
|
@@ -5245,6 +5425,7 @@ export const routes = [
|
|
|
5245
5425
|
"https://www.strava.com/segments/14032426",
|
|
5246
5426
|
"https://zwiftinsider.com/route/volcano-circuit-ccw",
|
|
5247
5427
|
"https://whatsonzwift.com/world/watopia/route/volcano-circuit-ccw",
|
|
5428
|
+
"https://zwifterbikes.web.app/route/volcano-circuit-ccw",
|
|
5248
5429
|
],
|
|
5249
5430
|
[
|
|
5250
5431
|
3872978134,
|
|
@@ -5272,6 +5453,7 @@ export const routes = [
|
|
|
5272
5453
|
"https://www.strava.com/segments/19141368",
|
|
5273
5454
|
"https://zwiftinsider.com/route/mighty-metropolitan",
|
|
5274
5455
|
"https://whatsonzwift.com/world/new-york/route/mighty-metropolitan",
|
|
5456
|
+
"https://zwifterbikes.web.app/route/mighty-metropolitan",
|
|
5275
5457
|
],
|
|
5276
5458
|
[
|
|
5277
5459
|
3914529041,
|
|
@@ -5299,6 +5481,7 @@ export const routes = [
|
|
|
5299
5481
|
"https://www.strava.com/segments/30408380",
|
|
5300
5482
|
"https://zwiftinsider.com/route/wandering-flats",
|
|
5301
5483
|
"https://whatsonzwift.com/world/makuri-islands/route/wandering-flats",
|
|
5484
|
+
"https://zwifterbikes.web.app/route/wandering-flats",
|
|
5302
5485
|
],
|
|
5303
5486
|
[
|
|
5304
5487
|
3919912289,
|
|
@@ -5329,6 +5512,7 @@ export const routes = [
|
|
|
5329
5512
|
"https://www.strava.com/segments/24674909",
|
|
5330
5513
|
"https://zwiftinsider.com/route/casse-pattes",
|
|
5331
5514
|
"https://whatsonzwift.com/world/france/route/casse-pattes",
|
|
5515
|
+
"https://zwifterbikes.web.app/route/casse-pattes",
|
|
5332
5516
|
],
|
|
5333
5517
|
[
|
|
5334
5518
|
3921412335,
|
|
@@ -5370,6 +5554,7 @@ export const routes = [
|
|
|
5370
5554
|
"https://www.strava.com/segments/21911191",
|
|
5371
5555
|
"https://zwiftinsider.com/route/big-foot-hills",
|
|
5372
5556
|
"https://whatsonzwift.com/world/watopia/route/big-foot-hills",
|
|
5557
|
+
"https://zwifterbikes.web.app/route/big-foot-hills",
|
|
5373
5558
|
],
|
|
5374
5559
|
[
|
|
5375
5560
|
3976402826,
|
|
@@ -5397,6 +5582,7 @@ export const routes = [
|
|
|
5397
5582
|
"https://www.strava.com/segments/30327200",
|
|
5398
5583
|
"https://zwiftinsider.com/route/greatest-london-loop-reverse",
|
|
5399
5584
|
"https://whatsonzwift.com/world/london/route/greatest-london-loop-reverse",
|
|
5585
|
+
"https://zwifterbikes.web.app/route/greatest-london-loop-reverse",
|
|
5400
5586
|
],
|
|
5401
5587
|
[
|
|
5402
5588
|
3994934674,
|
|
@@ -5424,6 +5610,7 @@ export const routes = [
|
|
|
5424
5610
|
"https://www.strava.com/segments/14032442",
|
|
5425
5611
|
"https://zwiftinsider.com/route/volcano-flat",
|
|
5426
5612
|
"https://whatsonzwift.com/world/watopia/route/volcano-flat",
|
|
5613
|
+
"https://zwifterbikes.web.app/route/volcano-flat",
|
|
5427
5614
|
],
|
|
5428
5615
|
[
|
|
5429
5616
|
4009235104,
|
|
@@ -5454,6 +5641,7 @@ export const routes = [
|
|
|
5454
5641
|
"https://www.strava.com/segments/18398698",
|
|
5455
5642
|
"https://zwiftinsider.com/route/achterbahn",
|
|
5456
5643
|
"https://whatsonzwift.com/world/innsbruck/route/achterbahn",
|
|
5644
|
+
"https://zwifterbikes.web.app/route/achterbahn",
|
|
5457
5645
|
],
|
|
5458
5646
|
[
|
|
5459
5647
|
4012646479,
|
|
@@ -5484,6 +5672,7 @@ export const routes = [
|
|
|
5484
5672
|
"https://www.strava.com/segments/12747814",
|
|
5485
5673
|
"https://zwiftinsider.com/route/london-8",
|
|
5486
5674
|
"https://whatsonzwift.com/world/london/route/london-8",
|
|
5675
|
+
"https://zwifterbikes.web.app/route/greatest-london-loop",
|
|
5487
5676
|
],
|
|
5488
5677
|
[
|
|
5489
5678
|
4107749591,
|
|
@@ -5514,6 +5703,7 @@ export const routes = [
|
|
|
5514
5703
|
"https://www.strava.com/segments/33635722",
|
|
5515
5704
|
"https://zwiftinsider.com/route/city-and-the-sgurr",
|
|
5516
5705
|
"https://whatsonzwift.com/world/scotland/route/city-and-the-sgurr",
|
|
5706
|
+
"https://zwifterbikes.web.app/route/city-and-the-sgurr",
|
|
5517
5707
|
],
|
|
5518
5708
|
[
|
|
5519
5709
|
4107844490,
|
|
@@ -5541,6 +5731,7 @@ export const routes = [
|
|
|
5541
5731
|
"https://www.strava.com/segments/16404624",
|
|
5542
5732
|
"https://zwiftinsider.com/route/big-loop-reverse",
|
|
5543
5733
|
"https://whatsonzwift.com/world/watopia/route/big-loop-reverse",
|
|
5734
|
+
"https://zwifterbikes.web.app/route/big-loop-reverse",
|
|
5544
5735
|
],
|
|
5545
5736
|
[
|
|
5546
5737
|
4142772830,
|
|
@@ -5572,6 +5763,7 @@ export const routes = [
|
|
|
5572
5763
|
"https://www.strava.com/segments/15159137",
|
|
5573
5764
|
"https://zwiftinsider.com/route/three-sisters",
|
|
5574
5765
|
"https://whatsonzwift.com/world/watopia/route/three-sisters",
|
|
5766
|
+
"https://zwifterbikes.web.app/route/three-sisters",
|
|
5575
5767
|
],
|
|
5576
5768
|
[
|
|
5577
5769
|
4149936043,
|
|
@@ -5599,6 +5791,7 @@ export const routes = [
|
|
|
5599
5791
|
undefined,
|
|
5600
5792
|
undefined,
|
|
5601
5793
|
"https://whatsonzwift.com/route/climb-portal-mont-saint-michel",
|
|
5794
|
+
undefined,
|
|
5602
5795
|
],
|
|
5603
5796
|
[
|
|
5604
5797
|
4194352271,
|
|
@@ -5629,6 +5822,7 @@ export const routes = [
|
|
|
5629
5822
|
"https://www.strava.com/segments/22891973",
|
|
5630
5823
|
"https://zwiftinsider.com/route/cobbled-climbs-reverse",
|
|
5631
5824
|
"https://whatsonzwift.com/world/richmond/route/cobbled-climbs-reverse",
|
|
5825
|
+
"https://zwifterbikes.web.app/route/cobbled-climbs-reverse",
|
|
5632
5826
|
],
|
|
5633
5827
|
[
|
|
5634
5828
|
4210048937,
|
|
@@ -5659,6 +5853,7 @@ export const routes = [
|
|
|
5659
5853
|
"https://www.strava.com/segments/16781219",
|
|
5660
5854
|
"https://zwiftinsider.com/route/london-triple-loops",
|
|
5661
5855
|
"https://whatsonzwift.com/world/london/route/triple-loops",
|
|
5856
|
+
"https://zwifterbikes.web.app/route/triple-loops",
|
|
5662
5857
|
],
|
|
5663
5858
|
[
|
|
5664
5859
|
4232726854,
|
|
@@ -5686,6 +5881,7 @@ export const routes = [
|
|
|
5686
5881
|
undefined,
|
|
5687
5882
|
undefined,
|
|
5688
5883
|
undefined,
|
|
5884
|
+
undefined,
|
|
5689
5885
|
],
|
|
5690
5886
|
[
|
|
5691
5887
|
4240327959,
|
|
@@ -5713,6 +5909,7 @@ export const routes = [
|
|
|
5713
5909
|
"https://www.strava.com/segments/18993273",
|
|
5714
5910
|
"https://zwiftinsider.com/route/ocean-blvd",
|
|
5715
5911
|
"https://whatsonzwift.com/world/watopia/route/11-1-ocean-blvd",
|
|
5912
|
+
undefined,
|
|
5716
5913
|
],
|
|
5717
5914
|
[
|
|
5718
5915
|
4258943387,
|
|
@@ -5740,6 +5937,7 @@ export const routes = [
|
|
|
5740
5937
|
"https://www.strava.com/segments/33238344",
|
|
5741
5938
|
"https://zwiftinsider.com/route/turf-n-surf",
|
|
5742
5939
|
"https://whatsonzwift.com/world/makuri-islands/route/turf-n-surf",
|
|
5940
|
+
"https://zwifterbikes.web.app/route/turf-n-surf",
|
|
5743
5941
|
],
|
|
5744
5942
|
[
|
|
5745
5943
|
4263172118,
|
|
@@ -5770,8 +5968,9 @@ export const routes = [
|
|
|
5770
5968
|
"https://www.strava.com/segments/15175857",
|
|
5771
5969
|
"https://zwiftinsider.com/route/three-sisters-reverse",
|
|
5772
5970
|
"https://whatsonzwift.com/world/watopia/route/three-sisters-reverse",
|
|
5971
|
+
"https://zwifterbikes.web.app/route/three-sisters-reverse",
|
|
5773
5972
|
],
|
|
5774
|
-
].map(([id, name, slug, world, eventOnly, distance, elevation, leadInDistance, leadInElevation, leadInDistanceFreeRide, leadInElevationFreeRide, leadInDistanceMeetups, leadInElevationInMeetups, segments, segmentsOnRoute, levelLocked, lap, supportsTT, supportsMeetups, sports, experience, stravaSegmentId, stravaSegmentUrl, zwiftInsiderUrl, whatsOnZwiftUrl,]) => ({
|
|
5973
|
+
].map(([id, name, slug, world, eventOnly, distance, elevation, leadInDistance, leadInElevation, leadInDistanceFreeRide, leadInElevationFreeRide, leadInDistanceMeetups, leadInElevationInMeetups, segments, segmentsOnRoute, levelLocked, lap, supportsTT, supportsMeetups, sports, experience, stravaSegmentId, stravaSegmentUrl, zwiftInsiderUrl, whatsOnZwiftUrl, zwifterBikesUrl,]) => ({
|
|
5775
5974
|
id,
|
|
5776
5975
|
name,
|
|
5777
5976
|
slug,
|
|
@@ -5797,4 +5996,5 @@ export const routes = [
|
|
|
5797
5996
|
stravaSegmentUrl,
|
|
5798
5997
|
zwiftInsiderUrl,
|
|
5799
5998
|
whatsOnZwiftUrl,
|
|
5999
|
+
zwifterBikesUrl,
|
|
5800
6000
|
}));
|