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/cjs/routes.js
CHANGED
|
@@ -28,6 +28,7 @@ exports.routes = [
|
|
|
28
28
|
"https://www.strava.com/segments/19141269",
|
|
29
29
|
"https://zwiftinsider.com/route/lady-liberty",
|
|
30
30
|
"https://whatsonzwift.com/world/new-york/route/lady-liberty",
|
|
31
|
+
"https://zwifterbikes.web.app/route/lady-liberty",
|
|
31
32
|
],
|
|
32
33
|
[
|
|
33
34
|
5745690,
|
|
@@ -43,18 +44,23 @@ exports.routes = [
|
|
|
43
44
|
3,
|
|
44
45
|
0.913,
|
|
45
46
|
3,
|
|
46
|
-
[],
|
|
47
|
-
[
|
|
47
|
+
["titans-grove-kom-rev", "zwift-kom", "watopia-sprint"],
|
|
48
|
+
[
|
|
49
|
+
{ from: 5.776, to: 6.693, segment: "titans-grove-kom-rev" },
|
|
50
|
+
{ from: 16.349, to: 17.241, segment: "zwift-kom" },
|
|
51
|
+
{ from: 21.567, to: 21.892, segment: "watopia-sprint" },
|
|
52
|
+
],
|
|
48
53
|
false,
|
|
49
54
|
true,
|
|
50
55
|
false,
|
|
51
56
|
true,
|
|
52
57
|
["running", "cycling"],
|
|
53
58
|
490,
|
|
59
|
+
23167123,
|
|
60
|
+
"https://www.strava.com/segments/23167123",
|
|
61
|
+
"https://zwiftinsider.com/route/downtown-titans/",
|
|
54
62
|
undefined,
|
|
55
|
-
|
|
56
|
-
undefined,
|
|
57
|
-
undefined,
|
|
63
|
+
"https://zwifterbikes.web.app/route/downtown-titans",
|
|
58
64
|
],
|
|
59
65
|
[
|
|
60
66
|
46799750,
|
|
@@ -82,6 +88,7 @@ exports.routes = [
|
|
|
82
88
|
"https://www.strava.com/segments/33620176",
|
|
83
89
|
"https://zwiftinsider.com/route/rolling-highlands",
|
|
84
90
|
"https://whatsonzwift.com/world/scotland/route/rolling-highlands",
|
|
91
|
+
"https://zwifterbikes.web.app/route/rolling-highlands",
|
|
85
92
|
],
|
|
86
93
|
[
|
|
87
94
|
54700404,
|
|
@@ -117,6 +124,7 @@ exports.routes = [
|
|
|
117
124
|
"https://www.strava.com/segments/22815233",
|
|
118
125
|
"https://zwiftinsider.com/route/libby-hill-after-party",
|
|
119
126
|
"https://whatsonzwift.com/world/richmond/route/libby-hill-after-party",
|
|
127
|
+
"https://zwifterbikes.web.app/route/libby-hill-after-party",
|
|
120
128
|
],
|
|
121
129
|
[
|
|
122
130
|
87055383,
|
|
@@ -144,6 +152,7 @@ exports.routes = [
|
|
|
144
152
|
"https://www.strava.com/segments/15158866",
|
|
145
153
|
"https://zwiftinsider.com/route/greater-london-8",
|
|
146
154
|
"https://whatsonzwift.com/world/london/route/greater-london-8",
|
|
155
|
+
"https://zwifterbikes.web.app/route/greater-london-8",
|
|
147
156
|
],
|
|
148
157
|
[
|
|
149
158
|
107363867,
|
|
@@ -174,6 +183,7 @@ exports.routes = [
|
|
|
174
183
|
"https://www.strava.com/segments/12128037",
|
|
175
184
|
"https://zwiftinsider.com/route/hilly-route-reverse",
|
|
176
185
|
"https://whatsonzwift.com/world/watopia/route/hilly-route-reverse",
|
|
186
|
+
"https://zwifterbikes.web.app/route/hilly-route-reverse",
|
|
177
187
|
],
|
|
178
188
|
[
|
|
179
189
|
136957568,
|
|
@@ -201,6 +211,7 @@ exports.routes = [
|
|
|
201
211
|
"https://www.strava.com/segments/18993345",
|
|
202
212
|
"https://zwiftinsider.com/route/jons-route",
|
|
203
213
|
"https://whatsonzwift.com/world/watopia/route/jon-s-route",
|
|
214
|
+
undefined,
|
|
204
215
|
],
|
|
205
216
|
[
|
|
206
217
|
156457316,
|
|
@@ -231,6 +242,7 @@ exports.routes = [
|
|
|
231
242
|
"https://www.strava.com/segments/18406508",
|
|
232
243
|
"https://zwiftinsider.com/route/lutscher",
|
|
233
244
|
"https://whatsonzwift.com/world/innsbruck/route/lutscher",
|
|
245
|
+
"https://zwifterbikes.web.app/route/lutscher",
|
|
234
246
|
],
|
|
235
247
|
[
|
|
236
248
|
163688809,
|
|
@@ -263,6 +275,7 @@ exports.routes = [
|
|
|
263
275
|
"https://www.strava.com/segments/15155838",
|
|
264
276
|
"https://zwiftinsider.com/route/the-london-pretzel",
|
|
265
277
|
"https://whatsonzwift.com/world/london/route/the-london-pretzel",
|
|
278
|
+
"https://zwifterbikes.web.app/route/the-london-pretzel",
|
|
266
279
|
],
|
|
267
280
|
[
|
|
268
281
|
211138252,
|
|
@@ -290,6 +303,7 @@ exports.routes = [
|
|
|
290
303
|
"https://www.strava.com/segments/33237309",
|
|
291
304
|
"https://zwiftinsider.com/route/island-outskirts",
|
|
292
305
|
"https://whatsonzwift.com/world/makuri-islands/route/island-outskirts",
|
|
306
|
+
"https://zwifterbikes.web.app/route/island-outskirts",
|
|
293
307
|
],
|
|
294
308
|
[
|
|
295
309
|
242381847,
|
|
@@ -330,6 +344,7 @@ exports.routes = [
|
|
|
330
344
|
"https://www.strava.com/segments/20456686",
|
|
331
345
|
"https://zwiftinsider.com/route/gran-fond",
|
|
332
346
|
"https://whatsonzwift.com/world/watopia/route/zwift-gran-fondo",
|
|
347
|
+
"https://zwifterbikes.web.app/route/gran-fondo",
|
|
333
348
|
],
|
|
334
349
|
[
|
|
335
350
|
246712730,
|
|
@@ -357,6 +372,7 @@ exports.routes = [
|
|
|
357
372
|
"https://www.strava.com/segments/30407802",
|
|
358
373
|
"https://zwiftinsider.com/route/railways-and-rooftops",
|
|
359
374
|
"https://whatsonzwift.com/world/makuri-islands/route/railways-and-rooftops",
|
|
375
|
+
"https://zwifterbikes.web.app/route/railways-and-rooftops",
|
|
360
376
|
],
|
|
361
377
|
[
|
|
362
378
|
263936293,
|
|
@@ -384,6 +400,7 @@ exports.routes = [
|
|
|
384
400
|
"https://www.strava.com/segments/18993582",
|
|
385
401
|
"https://zwiftinsider.com/route/thats-amore",
|
|
386
402
|
"https://whatsonzwift.com/world/watopia/route/that-s-amore",
|
|
403
|
+
undefined,
|
|
387
404
|
],
|
|
388
405
|
[
|
|
389
406
|
274639515,
|
|
@@ -411,6 +428,7 @@ exports.routes = [
|
|
|
411
428
|
"https://www.strava.com/segments/19171959",
|
|
412
429
|
"https://zwiftinsider.com/route/the-6-train-reverse",
|
|
413
430
|
"https://whatsonzwift.com/world/new-york/route/the-6-train-reverse",
|
|
431
|
+
"https://zwifterbikes.web.app/route/the-6-train-reverse",
|
|
414
432
|
],
|
|
415
433
|
[
|
|
416
434
|
274775181,
|
|
@@ -438,6 +456,7 @@ exports.routes = [
|
|
|
438
456
|
undefined,
|
|
439
457
|
"https://zwiftinsider.com/route/shuman-trail-loop-reverse",
|
|
440
458
|
"https://whatsonzwift.com/world/new-york/route/shuman-trail-reverse",
|
|
459
|
+
undefined,
|
|
441
460
|
],
|
|
442
461
|
[
|
|
443
462
|
352245150,
|
|
@@ -465,6 +484,7 @@ exports.routes = [
|
|
|
465
484
|
"https://www.strava.com/segments/19821300",
|
|
466
485
|
"https://zwiftinsider.com/route/gotham-grind-reverse",
|
|
467
486
|
"https://whatsonzwift.com/world/new-york/route/gotham-grind-reverse",
|
|
487
|
+
"https://zwifterbikes.web.app/route/gotham-grind-reverse",
|
|
468
488
|
],
|
|
469
489
|
[
|
|
470
490
|
387309391,
|
|
@@ -492,6 +512,7 @@ exports.routes = [
|
|
|
492
512
|
"https://www.strava.com/segments/19635842",
|
|
493
513
|
"https://zwiftinsider.com/route/volcano-climb-after-party",
|
|
494
514
|
"https://whatsonzwift.com/world/watopia/route/volcano-climb-after-party",
|
|
515
|
+
"https://zwifterbikes.web.app/route/volcano-climb-after-party",
|
|
495
516
|
],
|
|
496
517
|
[
|
|
497
518
|
468624015,
|
|
@@ -519,6 +540,7 @@ exports.routes = [
|
|
|
519
540
|
"https://www.strava.com/segments/33237114",
|
|
520
541
|
"https://zwiftinsider.com/route/fine-and-sandy",
|
|
521
542
|
"https://whatsonzwift.com/world/makuri-islands/route/fine-and-sandy",
|
|
543
|
+
"https://zwifterbikes.web.app/route/fine-and-sandy",
|
|
522
544
|
],
|
|
523
545
|
[
|
|
524
546
|
474781994,
|
|
@@ -546,6 +568,7 @@ exports.routes = [
|
|
|
546
568
|
"https://www.strava.com/segments/15167351",
|
|
547
569
|
"https://zwiftinsider.com/route/greater-london-loop-reverse",
|
|
548
570
|
"https://whatsonzwift.com/world/london/route/greater-london-loop-reverse",
|
|
571
|
+
"https://zwifterbikes.web.app/route/greater-london-loop-reverse",
|
|
549
572
|
],
|
|
550
573
|
[
|
|
551
574
|
480315274,
|
|
@@ -573,6 +596,7 @@ exports.routes = [
|
|
|
573
596
|
"https://www.strava.com/segments/19820820",
|
|
574
597
|
"https://zwiftinsider.com/route/gotham-grind",
|
|
575
598
|
"https://whatsonzwift.com/world/new-york/route/gotham-grind",
|
|
599
|
+
"https://zwifterbikes.web.app/route/gotham-grind",
|
|
576
600
|
],
|
|
577
601
|
[
|
|
578
602
|
525689100,
|
|
@@ -606,6 +630,7 @@ exports.routes = [
|
|
|
606
630
|
"https://www.strava.com/segments/28431416",
|
|
607
631
|
"https://zwiftinsider.com/route/countryside-tour",
|
|
608
632
|
"https://whatsonzwift.com/world/makuri-islands/route/countryside-tour",
|
|
633
|
+
"https://zwifterbikes.web.app/route/countryside-tour",
|
|
609
634
|
],
|
|
610
635
|
[
|
|
611
636
|
553661379,
|
|
@@ -638,6 +663,7 @@ exports.routes = [
|
|
|
638
663
|
"https://www.strava.com/segments/27177732",
|
|
639
664
|
"https://zwiftinsider.com/route/figure-8-reverse",
|
|
640
665
|
"https://whatsonzwift.com/world/watopia/route/figure-8-reverse",
|
|
666
|
+
"https://zwifterbikes.web.app/route/figure-8-reverse",
|
|
641
667
|
],
|
|
642
668
|
[
|
|
643
669
|
576953930,
|
|
@@ -670,6 +696,7 @@ exports.routes = [
|
|
|
670
696
|
"https://www.strava.com/segments/33238095",
|
|
671
697
|
"https://zwiftinsider.com/route/country-to-coastal",
|
|
672
698
|
"https://whatsonzwift.com/world/makuri-islands/route/country-to-coastal",
|
|
699
|
+
"https://zwifterbikes.web.app/route/country-to-coastal",
|
|
673
700
|
],
|
|
674
701
|
[
|
|
675
702
|
604330868,
|
|
@@ -700,6 +727,7 @@ exports.routes = [
|
|
|
700
727
|
"https://www.strava.com/segments/21911197",
|
|
701
728
|
"https://zwiftinsider.com/route/sand-and-sequoias",
|
|
702
729
|
"https://whatsonzwift.com/world/watopia/route/sand-and-sequoias",
|
|
730
|
+
"https://zwifterbikes.web.app/route/sand-and-sequoias",
|
|
703
731
|
],
|
|
704
732
|
[
|
|
705
733
|
620436060,
|
|
@@ -730,6 +758,7 @@ exports.routes = [
|
|
|
730
758
|
"https://www.strava.com/segments/21747707",
|
|
731
759
|
"https://zwiftinsider.com/route/harrogate-circuit-reverse",
|
|
732
760
|
"https://whatsonzwift.com/world/yorkshire/route/harrogate-circuit-reverse",
|
|
761
|
+
"https://zwifterbikes.web.app/route/harrogate-circuit-reverse",
|
|
733
762
|
],
|
|
734
763
|
[
|
|
735
764
|
686828068,
|
|
@@ -757,6 +786,7 @@ exports.routes = [
|
|
|
757
786
|
"https://www.strava.com/segments/14032406",
|
|
758
787
|
"https://zwiftinsider.com/route/volcano-circuit",
|
|
759
788
|
"https://whatsonzwift.com/world/watopia/route/volcano-circuit",
|
|
789
|
+
"https://zwifterbikes.web.app/route/volcano-circuit",
|
|
760
790
|
],
|
|
761
791
|
[
|
|
762
792
|
711818913,
|
|
@@ -784,6 +814,7 @@ exports.routes = [
|
|
|
784
814
|
undefined,
|
|
785
815
|
"https://zwiftinsider.com/route/flat-irons",
|
|
786
816
|
"https://whatsonzwift.com/world/new-york/route/flat-irons",
|
|
817
|
+
undefined,
|
|
787
818
|
],
|
|
788
819
|
[
|
|
789
820
|
742057576,
|
|
@@ -811,6 +842,7 @@ exports.routes = [
|
|
|
811
842
|
"https://www.strava.com/segments/33636526",
|
|
812
843
|
"https://zwiftinsider.com/route/loch-loop",
|
|
813
844
|
"https://whatsonzwift.com/world/scotland/route/loch-loop",
|
|
845
|
+
"https://zwifterbikes.web.app/route/loch-loop",
|
|
814
846
|
],
|
|
815
847
|
[
|
|
816
848
|
743730361,
|
|
@@ -838,6 +870,7 @@ exports.routes = [
|
|
|
838
870
|
"https://www.strava.com/segments/16359363",
|
|
839
871
|
"https://zwiftinsider.com/route/jungle-circuit",
|
|
840
872
|
"https://whatsonzwift.com/world/watopia/route/jungle-circuit",
|
|
873
|
+
"https://zwifterbikes.web.app/route/jungle-circuit",
|
|
841
874
|
],
|
|
842
875
|
[
|
|
843
876
|
762747962,
|
|
@@ -865,6 +898,7 @@ exports.routes = [
|
|
|
865
898
|
"https://www.strava.com/segments/34612602",
|
|
866
899
|
"https://zwiftinsider.com/route/repack-rush",
|
|
867
900
|
"https://whatsonzwift.com/world/watopia/route/repack-rush",
|
|
901
|
+
undefined,
|
|
868
902
|
],
|
|
869
903
|
[
|
|
870
904
|
764532081,
|
|
@@ -902,6 +936,7 @@ exports.routes = [
|
|
|
902
936
|
"https://www.strava.com/segments/12759713",
|
|
903
937
|
"https://zwiftinsider.com/route/the-prl-half",
|
|
904
938
|
"https://whatsonzwift.com/world/london/route/the-prl-half",
|
|
939
|
+
undefined,
|
|
905
940
|
],
|
|
906
941
|
[
|
|
907
942
|
772562418,
|
|
@@ -929,6 +964,7 @@ exports.routes = [
|
|
|
929
964
|
undefined,
|
|
930
965
|
"https://zwiftinsider.com/route/run-path-reverse",
|
|
931
966
|
"https://whatsonzwift.com/world/watopia/route/run-path-reverse",
|
|
967
|
+
undefined,
|
|
932
968
|
],
|
|
933
969
|
[
|
|
934
970
|
849508252,
|
|
@@ -956,6 +992,7 @@ exports.routes = [
|
|
|
956
992
|
"https://www.strava.com/segments/16425130",
|
|
957
993
|
"https://zwiftinsider.com/route/volcano-climb",
|
|
958
994
|
"https://whatsonzwift.com/world/watopia/route/volcano-climb",
|
|
995
|
+
"https://zwifterbikes.web.app/route/volcano-climb",
|
|
959
996
|
],
|
|
960
997
|
[
|
|
961
998
|
872351836,
|
|
@@ -986,6 +1023,7 @@ exports.routes = [
|
|
|
986
1023
|
"https://www.strava.com/segments/24690956",
|
|
987
1024
|
"https://zwiftinsider.com/route/roule-ma-poule",
|
|
988
1025
|
"https://whatsonzwift.com/world/france/route/roule-ma-poule",
|
|
1026
|
+
"https://zwifterbikes.web.app/route/roule-ma-poule",
|
|
989
1027
|
],
|
|
990
1028
|
[
|
|
991
1029
|
890800649,
|
|
@@ -1019,6 +1057,7 @@ exports.routes = [
|
|
|
1019
1057
|
"https://www.strava.com/segments/33237747",
|
|
1020
1058
|
"https://zwiftinsider.com/route/makuri-40",
|
|
1021
1059
|
"https://whatsonzwift.com/world/makuri-islands/route/makuri-40",
|
|
1060
|
+
"https://zwifterbikes.web.app/route/makuri-40",
|
|
1022
1061
|
],
|
|
1023
1062
|
[
|
|
1024
1063
|
910684583,
|
|
@@ -1046,6 +1085,7 @@ exports.routes = [
|
|
|
1046
1085
|
"https://www.strava.com/segments/30987848",
|
|
1047
1086
|
"https://zwiftinsider.com/route/electric-loop",
|
|
1048
1087
|
"https://whatsonzwift.com/world/makuri-islands/route/electric-loop",
|
|
1088
|
+
"https://zwifterbikes.web.app/route/electric-loop",
|
|
1049
1089
|
],
|
|
1050
1090
|
[
|
|
1051
1091
|
913172163,
|
|
@@ -1076,6 +1116,7 @@ exports.routes = [
|
|
|
1076
1116
|
"https://www.strava.com/segments/12749649",
|
|
1077
1117
|
"https://zwiftinsider.com/route/london-loop",
|
|
1078
1118
|
"https://whatsonzwift.com/world/london/route/london-loop",
|
|
1119
|
+
"https://zwifterbikes.web.app/route/london-loop",
|
|
1079
1120
|
],
|
|
1080
1121
|
[
|
|
1081
1122
|
928793662,
|
|
@@ -1103,6 +1144,7 @@ exports.routes = [
|
|
|
1103
1144
|
"https://www.strava.com/segments/15389301",
|
|
1104
1145
|
"https://zwiftinsider.com/route/greater-london-flat",
|
|
1105
1146
|
"https://whatsonzwift.com/world/london/route/greater-london-flat",
|
|
1147
|
+
"https://zwifterbikes.web.app/route/greater-london-flat",
|
|
1106
1148
|
],
|
|
1107
1149
|
[
|
|
1108
1150
|
947394567,
|
|
@@ -1130,6 +1172,7 @@ exports.routes = [
|
|
|
1130
1172
|
"https://www.strava.com/segments/22445564",
|
|
1131
1173
|
"https://zwiftinsider.com/route/downtown-dolphin",
|
|
1132
1174
|
"https://whatsonzwift.com/world/crit-city/route/downtown-dolphin",
|
|
1175
|
+
"https://zwifterbikes.web.app/route/downtown-dolphin",
|
|
1133
1176
|
],
|
|
1134
1177
|
[
|
|
1135
1178
|
948831673,
|
|
@@ -1157,6 +1200,7 @@ exports.routes = [
|
|
|
1157
1200
|
"https://www.strava.com/segments/22900025",
|
|
1158
1201
|
"https://zwiftinsider.com/route/richmond-rollercoaster",
|
|
1159
1202
|
"https://whatsonzwift.com/world/richmond/route/richmond-rollercoaster",
|
|
1203
|
+
"https://zwifterbikes.web.app/route/richmond-rollercoaster",
|
|
1160
1204
|
],
|
|
1161
1205
|
[
|
|
1162
1206
|
982239385,
|
|
@@ -1184,6 +1228,7 @@ exports.routes = [
|
|
|
1184
1228
|
"https://www.strava.com/segments/20545879",
|
|
1185
1229
|
"https://zwiftinsider.com/route/whole-lotta-lava",
|
|
1186
1230
|
"https://whatsonzwift.com/world/watopia/route/whole-lotta-lava",
|
|
1231
|
+
"https://zwifterbikes.web.app/route/whole-lotta-lava",
|
|
1187
1232
|
],
|
|
1188
1233
|
[
|
|
1189
1234
|
986252325,
|
|
@@ -1214,6 +1259,7 @@ exports.routes = [
|
|
|
1214
1259
|
"https://www.strava.com/segments/24676071",
|
|
1215
1260
|
"https://zwiftinsider.com/route/douce-france",
|
|
1216
1261
|
"https://whatsonzwift.com/world/france/route/douce-france",
|
|
1262
|
+
"https://zwifterbikes.web.app/route/douce-france",
|
|
1217
1263
|
],
|
|
1218
1264
|
[
|
|
1219
1265
|
1039983620,
|
|
@@ -1249,6 +1295,7 @@ exports.routes = [
|
|
|
1249
1295
|
"https://www.strava.com/segments/22809649",
|
|
1250
1296
|
"https://zwiftinsider.com/route/richmond-uci-reverse",
|
|
1251
1297
|
"https://whatsonzwift.com/world/richmond/route/richmond-uci-reverse",
|
|
1298
|
+
"https://zwifterbikes.web.app/route/richmond-uci-reverse",
|
|
1252
1299
|
],
|
|
1253
1300
|
[
|
|
1254
1301
|
1064303857,
|
|
@@ -1276,6 +1323,7 @@ exports.routes = [
|
|
|
1276
1323
|
"https://www.strava.com/segments/20469780",
|
|
1277
1324
|
"https://zwiftinsider.com/route/watopias-waistband",
|
|
1278
1325
|
"https://whatsonzwift.com/world/watopia/route/watopia-s-waistband",
|
|
1326
|
+
"https://zwifterbikes.web.app/route/watopias-waistband",
|
|
1279
1327
|
],
|
|
1280
1328
|
[
|
|
1281
1329
|
1082034232,
|
|
@@ -1303,6 +1351,7 @@ exports.routes = [
|
|
|
1303
1351
|
"https://www.strava.com/segments/26774640",
|
|
1304
1352
|
"https://zwiftinsider.com/mayan-bridge-loop",
|
|
1305
1353
|
undefined,
|
|
1354
|
+
undefined,
|
|
1306
1355
|
],
|
|
1307
1356
|
[
|
|
1308
1357
|
1086718516,
|
|
@@ -1330,6 +1379,7 @@ exports.routes = [
|
|
|
1330
1379
|
"https://www.strava.com/segments/21758283",
|
|
1331
1380
|
"https://zwiftinsider.com/route/tour-of-tewit-well",
|
|
1332
1381
|
"https://whatsonzwift.com/world/yorkshire/route/tour-of-tewit-well",
|
|
1382
|
+
"https://zwifterbikes.web.app/route/tour-of-tewit-well",
|
|
1333
1383
|
],
|
|
1334
1384
|
[
|
|
1335
1385
|
1127056801,
|
|
@@ -1357,6 +1407,7 @@ exports.routes = [
|
|
|
1357
1407
|
"https://www.strava.com/segments/30480835",
|
|
1358
1408
|
"https://zwiftinsider.com/route/neokyo-crit-course",
|
|
1359
1409
|
"https://whatsonzwift.com/world/makuri-islands/route/neokyo-crit-course",
|
|
1410
|
+
"https://zwifterbikes.web.app/route/neokyo-crit-course",
|
|
1360
1411
|
],
|
|
1361
1412
|
[
|
|
1362
1413
|
1230300449,
|
|
@@ -1388,6 +1439,7 @@ exports.routes = [
|
|
|
1388
1439
|
"https://www.strava.com/segments/20618179",
|
|
1389
1440
|
"https://zwiftinsider.com/route/leith-hill-after-party",
|
|
1390
1441
|
"https://whatsonzwift.com/world/london/route/leith-hill-after-party",
|
|
1442
|
+
"https://zwifterbikes.web.app/route/leith-hill-after-party",
|
|
1391
1443
|
],
|
|
1392
1444
|
[
|
|
1393
1445
|
1233527301,
|
|
@@ -1415,6 +1467,7 @@ exports.routes = [
|
|
|
1415
1467
|
"https://www.strava.com/segments/21748097",
|
|
1416
1468
|
"https://zwiftinsider.com/route/duchy-estate",
|
|
1417
1469
|
"https://whatsonzwift.com/world/yorkshire/route/duchy-estate",
|
|
1470
|
+
"https://zwifterbikes.web.app/route/2019-uci-worlds-harrogate-circuit",
|
|
1418
1471
|
],
|
|
1419
1472
|
[
|
|
1420
1473
|
1236439870,
|
|
@@ -1442,6 +1495,7 @@ exports.routes = [
|
|
|
1442
1495
|
"https://www.strava.com/segments/24674248",
|
|
1443
1496
|
"https://zwiftinsider.com/route/lutece-express",
|
|
1444
1497
|
"https://whatsonzwift.com/world/paris/route/lutece-express",
|
|
1498
|
+
"https://zwifterbikes.web.app/route/lutece-express",
|
|
1445
1499
|
],
|
|
1446
1500
|
[
|
|
1447
1501
|
1327147942,
|
|
@@ -1487,6 +1541,7 @@ exports.routes = [
|
|
|
1487
1541
|
"https://www.strava.com/segments/30601015",
|
|
1488
1542
|
"https://zwiftinsider.com/route/2022-gran-fondo",
|
|
1489
1543
|
undefined,
|
|
1544
|
+
"https://zwifterbikes.web.app/route/2022-gran-fondo",
|
|
1490
1545
|
],
|
|
1491
1546
|
[
|
|
1492
1547
|
1327665278,
|
|
@@ -1522,6 +1577,7 @@ exports.routes = [
|
|
|
1522
1577
|
"https://www.strava.com/segments/19141223",
|
|
1523
1578
|
"https://zwiftinsider.com/route/everything-bagel",
|
|
1524
1579
|
"https://whatsonzwift.com/world/new-york/route/everything-bagel",
|
|
1580
|
+
"https://zwifterbikes.web.app/route/everything-bagel",
|
|
1525
1581
|
],
|
|
1526
1582
|
[
|
|
1527
1583
|
1366943680,
|
|
@@ -1555,6 +1611,7 @@ exports.routes = [
|
|
|
1555
1611
|
"https://www.strava.com/segments/33214506",
|
|
1556
1612
|
"https://zwiftinsider.com/route/mech-isle-loop",
|
|
1557
1613
|
"https://whatsonzwift.com/world/makuri-islands/route/mech-isle-loop",
|
|
1614
|
+
"https://zwifterbikes.web.app/route/mech-isle-loop",
|
|
1558
1615
|
],
|
|
1559
1616
|
[
|
|
1560
1617
|
1373909093,
|
|
@@ -1582,6 +1639,7 @@ exports.routes = [
|
|
|
1582
1639
|
"https://www.strava.com/segments/18993284",
|
|
1583
1640
|
"https://zwiftinsider.com/route/chili-pepper",
|
|
1584
1641
|
"https://whatsonzwift.com/world/watopia/route/chili-pepper",
|
|
1642
|
+
undefined,
|
|
1585
1643
|
],
|
|
1586
1644
|
[
|
|
1587
1645
|
1378559127,
|
|
@@ -1609,6 +1667,7 @@ exports.routes = [
|
|
|
1609
1667
|
undefined,
|
|
1610
1668
|
"https://zwiftinsider.com/route/park-to-peak",
|
|
1611
1669
|
"https://whatsonzwift.com/world/new-york/route/park-to-peak",
|
|
1670
|
+
undefined,
|
|
1612
1671
|
],
|
|
1613
1672
|
[
|
|
1614
1673
|
1386460176,
|
|
@@ -1636,6 +1695,7 @@ exports.routes = [
|
|
|
1636
1695
|
"https://www.strava.com/segments/26741663",
|
|
1637
1696
|
"https://zwiftinsider.com/route/ocean-lava-cliffside-loop",
|
|
1638
1697
|
"https://whatsonzwift.com/world/watopia/route/ocean-lava-cliffside-loop",
|
|
1698
|
+
"https://zwifterbikes.web.app/route/ocean-lava-cliffside-loop",
|
|
1639
1699
|
],
|
|
1640
1700
|
[
|
|
1641
1701
|
1397026382,
|
|
@@ -1663,6 +1723,7 @@ exports.routes = [
|
|
|
1663
1723
|
undefined,
|
|
1664
1724
|
"https://zwiftinsider.com/route/volcano-flat-reverse",
|
|
1665
1725
|
"https://whatsonzwift.com/world/watopia/route/volcano-flat-reverse",
|
|
1726
|
+
"https://zwifterbikes.web.app/route/volcano-flat-reverse",
|
|
1666
1727
|
],
|
|
1667
1728
|
[
|
|
1668
1729
|
1433431343,
|
|
@@ -1690,6 +1751,7 @@ exports.routes = [
|
|
|
1690
1751
|
"https://www.strava.com/segments/24698649",
|
|
1691
1752
|
"https://zwiftinsider.com/route/la-reine",
|
|
1692
1753
|
"https://whatsonzwift.com/world/france/route/la-reine",
|
|
1754
|
+
"https://zwifterbikes.web.app/route/la-reine",
|
|
1693
1755
|
],
|
|
1694
1756
|
[
|
|
1695
1757
|
1453570384,
|
|
@@ -1726,6 +1788,7 @@ exports.routes = [
|
|
|
1726
1788
|
"https://www.strava.com/segments/30407658",
|
|
1727
1789
|
"https://zwiftinsider.com/route/neokyo-all-nighter",
|
|
1728
1790
|
"https://whatsonzwift.com/world/makuri-islands/route/neokyo-all-nighter",
|
|
1791
|
+
"https://zwifterbikes.web.app/route/neokyo-all-nighter",
|
|
1729
1792
|
],
|
|
1730
1793
|
[
|
|
1731
1794
|
1454553567,
|
|
@@ -1753,6 +1816,7 @@ exports.routes = [
|
|
|
1753
1816
|
"https://www.strava.com/segments/29009500",
|
|
1754
1817
|
"https://zwiftinsider.com/route/kappa-quest-reverse",
|
|
1755
1818
|
"https://whatsonzwift.com/world/makuri-islands/route/kappa-quest-reverse",
|
|
1819
|
+
"https://zwifterbikes.web.app/route/kappa-quest-reverse",
|
|
1756
1820
|
],
|
|
1757
1821
|
[
|
|
1758
1822
|
1457923570,
|
|
@@ -1780,6 +1844,7 @@ exports.routes = [
|
|
|
1780
1844
|
"https://www.strava.com/segments/30629791",
|
|
1781
1845
|
"https://zwiftinsider.com/route/twighlight-harbor",
|
|
1782
1846
|
undefined,
|
|
1847
|
+
"https://zwifterbikes.web.app/route/twilight-harbor",
|
|
1783
1848
|
],
|
|
1784
1849
|
[
|
|
1785
1850
|
1475638265,
|
|
@@ -1823,6 +1888,7 @@ exports.routes = [
|
|
|
1823
1888
|
"https://www.strava.com/segments/27313482",
|
|
1824
1889
|
"https://zwiftinsider.com/route/the-uber-pretzel",
|
|
1825
1890
|
"https://whatsonzwift.com/world/watopia/route/the-uber-pretzel",
|
|
1891
|
+
"https://zwifterbikes.web.app/route/the-uber-pretzel",
|
|
1826
1892
|
],
|
|
1827
1893
|
[
|
|
1828
1894
|
1509089537,
|
|
@@ -1850,6 +1916,7 @@ exports.routes = [
|
|
|
1850
1916
|
"https://www.strava.com/segments/19141340",
|
|
1851
1917
|
"https://zwiftinsider.com/route/astoria-line-8",
|
|
1852
1918
|
"https://whatsonzwift.com/world/new-york/route/astoria-line-8",
|
|
1919
|
+
"https://zwifterbikes.web.app/route/astoria-line-8",
|
|
1853
1920
|
],
|
|
1854
1921
|
[
|
|
1855
1922
|
1545087483,
|
|
@@ -1880,6 +1947,7 @@ exports.routes = [
|
|
|
1880
1947
|
"https://www.strava.com/segments/11308213",
|
|
1881
1948
|
"https://zwiftinsider.com/route/cobbled-climbs",
|
|
1882
1949
|
"https://whatsonzwift.com/world/richmond/route/cobbled-climbs",
|
|
1950
|
+
"https://zwifterbikes.web.app/route/cobbled-climbs",
|
|
1883
1951
|
],
|
|
1884
1952
|
[
|
|
1885
1953
|
1562187590,
|
|
@@ -1913,6 +1981,7 @@ exports.routes = [
|
|
|
1913
1981
|
"https://www.strava.com/segments/28432243",
|
|
1914
1982
|
"https://zwiftinsider.com/route/kappa-quest",
|
|
1915
1983
|
"https://whatsonzwift.com/world/makuri-islands/route/kappa-quest",
|
|
1984
|
+
"https://zwifterbikes.web.app/route/kappa-quest",
|
|
1916
1985
|
],
|
|
1917
1986
|
[
|
|
1918
1987
|
1586193601,
|
|
@@ -1940,6 +2009,7 @@ exports.routes = [
|
|
|
1940
2009
|
undefined,
|
|
1941
2010
|
"https://zwiftinsider.com/route/thats-amore-reverse",
|
|
1942
2011
|
"https://whatsonzwift.com/world/watopia/route/that-s-amore-reverse",
|
|
2012
|
+
undefined,
|
|
1943
2013
|
],
|
|
1944
2014
|
[
|
|
1945
2015
|
1638640398,
|
|
@@ -1967,6 +2037,7 @@ exports.routes = [
|
|
|
1967
2037
|
"https://www.strava.com/segments/19852166",
|
|
1968
2038
|
"https://zwiftinsider.com/route/the-fan-flats",
|
|
1969
2039
|
"https://whatsonzwift.com/world/richmond/route/the-fan-flats",
|
|
2040
|
+
"https://zwifterbikes.web.app/route/the-fan-flats",
|
|
1970
2041
|
],
|
|
1971
2042
|
[
|
|
1972
2043
|
1732356505,
|
|
@@ -1994,6 +2065,7 @@ exports.routes = [
|
|
|
1994
2065
|
"https://www.strava.com/segments/19173163",
|
|
1995
2066
|
"https://zwiftinsider.com/route/the-highline",
|
|
1996
2067
|
"https://whatsonzwift.com/world/new-york/route/the-highline",
|
|
2068
|
+
"https://zwifterbikes.web.app/route/the-highline",
|
|
1997
2069
|
],
|
|
1998
2070
|
[
|
|
1999
2071
|
1760877317,
|
|
@@ -2021,6 +2093,7 @@ exports.routes = [
|
|
|
2021
2093
|
"https://www.strava.com/segments/33221600",
|
|
2022
2094
|
"https://zwiftinsider.com/route/bridges-and-boardwalks",
|
|
2023
2095
|
"https://whatsonzwift.com/world/makuri-islands/route/bridges-and-boardwalks",
|
|
2096
|
+
"https://zwifterbikes.web.app/route/bridges-and-boardwalks",
|
|
2024
2097
|
],
|
|
2025
2098
|
[
|
|
2026
2099
|
1763213625,
|
|
@@ -2048,6 +2121,7 @@ exports.routes = [
|
|
|
2048
2121
|
"https://www.strava.com/segments/19173175",
|
|
2049
2122
|
"https://zwiftinsider.com/route/the-highline-reverse",
|
|
2050
2123
|
"https://whatsonzwift.com/world/new-york/route/the-highline-reverse",
|
|
2124
|
+
"https://zwifterbikes.web.app/route/the-highline-reverse",
|
|
2051
2125
|
],
|
|
2052
2126
|
[
|
|
2053
2127
|
1766405776,
|
|
@@ -2075,6 +2149,7 @@ exports.routes = [
|
|
|
2075
2149
|
"https://www.strava.com/segments/17265057",
|
|
2076
2150
|
"https://zwiftinsider.com/route/tour-of-fire-and-ice",
|
|
2077
2151
|
"https://whatsonzwift.com/world/watopia/route/tour-of-fire-and-ice",
|
|
2152
|
+
"https://zwifterbikes.web.app/route/tour-of-fire-and-ice",
|
|
2078
2153
|
],
|
|
2079
2154
|
[
|
|
2080
2155
|
1776635757,
|
|
@@ -2110,6 +2185,7 @@ exports.routes = [
|
|
|
2110
2185
|
"https://www.strava.com/segments/24685955",
|
|
2111
2186
|
"https://zwiftinsider.com/route/rgv",
|
|
2112
2187
|
"https://whatsonzwift.com/world/france/route/r-g-v",
|
|
2188
|
+
"https://zwifterbikes.web.app/route/rgv",
|
|
2113
2189
|
],
|
|
2114
2190
|
[
|
|
2115
2191
|
1788889233,
|
|
@@ -2137,6 +2213,7 @@ exports.routes = [
|
|
|
2137
2213
|
"https://www.strava.com/segments/12744360",
|
|
2138
2214
|
"https://zwiftinsider.com/route/london-loop-reverse",
|
|
2139
2215
|
"https://whatsonzwift.com/world/london/route/london-loop-reverse",
|
|
2216
|
+
"https://zwifterbikes.web.app/route/london-loop-reverse",
|
|
2140
2217
|
],
|
|
2141
2218
|
[
|
|
2142
2219
|
1790569309,
|
|
@@ -2164,6 +2241,7 @@ exports.routes = [
|
|
|
2164
2241
|
undefined,
|
|
2165
2242
|
"https://zwiftinsider.com/route/couch-to-sky-k",
|
|
2166
2243
|
"https://whatsonzwift.com/world/new-york/route/couch-to-sky-k",
|
|
2244
|
+
undefined,
|
|
2167
2245
|
],
|
|
2168
2246
|
[
|
|
2169
2247
|
1880443431,
|
|
@@ -2191,6 +2269,7 @@ exports.routes = [
|
|
|
2191
2269
|
"https://www.strava.com/segments/16982511",
|
|
2192
2270
|
"https://zwiftinsider.com/route/greatest-london-flat",
|
|
2193
2271
|
"https://whatsonzwift.com/world/london/route/greatest-london-flat",
|
|
2272
|
+
"https://zwifterbikes.web.app/route/greatest-london-flat",
|
|
2194
2273
|
],
|
|
2195
2274
|
[
|
|
2196
2275
|
1919980508,
|
|
@@ -2218,6 +2297,7 @@ exports.routes = [
|
|
|
2218
2297
|
"https://www.strava.com/segments/19170651",
|
|
2219
2298
|
"https://zwiftinsider.com/route/park-perimeter-loop",
|
|
2220
2299
|
"https://whatsonzwift.com/world/new-york/route/park-perimeter-loop",
|
|
2300
|
+
"https://zwifterbikes.web.app/route/park-perimeter-loop",
|
|
2221
2301
|
],
|
|
2222
2302
|
[
|
|
2223
2303
|
1941800093,
|
|
@@ -2245,6 +2325,7 @@ exports.routes = [
|
|
|
2245
2325
|
"https://www.strava.com/segments/29559312",
|
|
2246
2326
|
"https://zwiftinsider.com/route/valley-to-mountaintop",
|
|
2247
2327
|
"https://whatsonzwift.com/world/makuri-islands/route/valley-to-mountaintop",
|
|
2328
|
+
"https://zwifterbikes.web.app/route/valley-to-mountaintop",
|
|
2248
2329
|
],
|
|
2249
2330
|
[
|
|
2250
2331
|
1988847319,
|
|
@@ -2272,6 +2353,7 @@ exports.routes = [
|
|
|
2272
2353
|
undefined,
|
|
2273
2354
|
undefined,
|
|
2274
2355
|
undefined,
|
|
2356
|
+
undefined,
|
|
2275
2357
|
],
|
|
2276
2358
|
[
|
|
2277
2359
|
1993374659,
|
|
@@ -2299,6 +2381,7 @@ exports.routes = [
|
|
|
2299
2381
|
undefined,
|
|
2300
2382
|
undefined,
|
|
2301
2383
|
undefined,
|
|
2384
|
+
"https://zwifterbikes.web.app/route/handful-of-gravel",
|
|
2302
2385
|
],
|
|
2303
2386
|
[
|
|
2304
2387
|
2001106885,
|
|
@@ -2326,6 +2409,7 @@ exports.routes = [
|
|
|
2326
2409
|
"https://www.strava.com/segments/20721179",
|
|
2327
2410
|
"https://zwiftinsider.com/route/knickerbocker-reverse",
|
|
2328
2411
|
"https://whatsonzwift.com/world/new-york/route/knickerbocker-reverse",
|
|
2412
|
+
"https://zwifterbikes.web.app/route/knickerbocker-reverse",
|
|
2329
2413
|
],
|
|
2330
2414
|
[
|
|
2331
2415
|
2007026433,
|
|
@@ -2353,6 +2437,7 @@ exports.routes = [
|
|
|
2353
2437
|
"https://www.strava.com/segments/21738724",
|
|
2354
2438
|
"https://zwiftinsider.com/route/2019-uci-worlds-harrogate-circuit",
|
|
2355
2439
|
"https://whatsonzwift.com/world/yorkshire/route/2019-uci-worlds-harrogate-circuit",
|
|
2440
|
+
undefined,
|
|
2356
2441
|
],
|
|
2357
2442
|
[
|
|
2358
2443
|
2128890027,
|
|
@@ -2380,6 +2465,7 @@ exports.routes = [
|
|
|
2380
2465
|
"https://www.strava.com/segments/20350088",
|
|
2381
2466
|
"https://zwiftinsider.com/route/tempus-fugit",
|
|
2382
2467
|
"https://whatsonzwift.com/world/watopia/route/tempus-fugit",
|
|
2468
|
+
"https://zwifterbikes.web.app/route/tempus-fugit",
|
|
2383
2469
|
],
|
|
2384
2470
|
[
|
|
2385
2471
|
2136907048,
|
|
@@ -2430,6 +2516,7 @@ exports.routes = [
|
|
|
2430
2516
|
"https://www.strava.com/segments/33955609",
|
|
2431
2517
|
"https://zwiftinsider.com/route/france-classic-fondo",
|
|
2432
2518
|
undefined,
|
|
2519
|
+
"https://zwifterbikes.web.app/route/france-classic-fondo",
|
|
2433
2520
|
],
|
|
2434
2521
|
[
|
|
2435
2522
|
2139465450,
|
|
@@ -2460,6 +2547,7 @@ exports.routes = [
|
|
|
2460
2547
|
"https://www.strava.com/segments/22368918",
|
|
2461
2548
|
"https://zwiftinsider.com/route/muir-and-the-mountain",
|
|
2462
2549
|
"https://whatsonzwift.com/world/watopia/route/muir-and-the-mountain",
|
|
2550
|
+
"https://zwifterbikes.web.app/route/muir-and-the-mountain",
|
|
2463
2551
|
],
|
|
2464
2552
|
[
|
|
2465
2553
|
2139708890,
|
|
@@ -2490,6 +2578,7 @@ exports.routes = [
|
|
|
2490
2578
|
"https://www.strava.com/segments/20425565",
|
|
2491
2579
|
"https://zwiftinsider.com/route/bigger-loop",
|
|
2492
2580
|
"https://whatsonzwift.com/world/watopia/route/bigger-loop",
|
|
2581
|
+
"https://zwifterbikes.web.app/route/bigger-loop",
|
|
2493
2582
|
],
|
|
2494
2583
|
[
|
|
2495
2584
|
2140131142,
|
|
@@ -2517,6 +2606,7 @@ exports.routes = [
|
|
|
2517
2606
|
"https://www.strava.com/segments/33236919",
|
|
2518
2607
|
"https://zwiftinsider.com/route/island-hopper",
|
|
2519
2608
|
"https://whatsonzwift.com/world/makuri-islands/route/island-hopper",
|
|
2609
|
+
"https://zwifterbikes.web.app/route/island-hopper",
|
|
2520
2610
|
],
|
|
2521
2611
|
[
|
|
2522
2612
|
2165880404,
|
|
@@ -2547,6 +2637,7 @@ exports.routes = [
|
|
|
2547
2637
|
"https://www.strava.com/segments/30327000",
|
|
2548
2638
|
"https://zwiftinsider.com/route/london-8-reverse",
|
|
2549
2639
|
"https://whatsonzwift.com/world/london/route/london-8-reverse",
|
|
2640
|
+
"https://zwifterbikes.web.app/route/london-8-reverse",
|
|
2550
2641
|
],
|
|
2551
2642
|
[
|
|
2552
2643
|
2196019512,
|
|
@@ -2586,6 +2677,7 @@ exports.routes = [
|
|
|
2586
2677
|
"https://www.strava.com/segments/12128718",
|
|
2587
2678
|
"https://zwiftinsider.com/route/2015-uci-worlds-course",
|
|
2588
2679
|
"https://whatsonzwift.com/world/richmond/route/2015-uci-worlds-course",
|
|
2680
|
+
"https://zwifterbikes.web.app/route/2015-uci-worlds-course",
|
|
2589
2681
|
],
|
|
2590
2682
|
[
|
|
2591
2683
|
2202609830,
|
|
@@ -2613,6 +2705,7 @@ exports.routes = [
|
|
|
2613
2705
|
"https://www.strava.com/segments/19170661",
|
|
2614
2706
|
"https://zwiftinsider.com/route/park-perimeter-reverse",
|
|
2615
2707
|
"https://whatsonzwift.com/world/new-york/route/park-perimeter-reverse",
|
|
2708
|
+
"https://zwifterbikes.web.app/route/park-perimeter-reverse",
|
|
2616
2709
|
],
|
|
2617
2710
|
[
|
|
2618
2711
|
2204461619,
|
|
@@ -2663,6 +2756,7 @@ exports.routes = [
|
|
|
2663
2756
|
"https://www.strava.com/segments/12759760",
|
|
2664
2757
|
"https://zwiftinsider.com/route/london-the-prl-full",
|
|
2665
2758
|
"https://whatsonzwift.com/world/london/route/the-prl-full",
|
|
2759
|
+
"https://zwifterbikes.web.app/route/the-prl-full",
|
|
2666
2760
|
],
|
|
2667
2761
|
[
|
|
2668
2762
|
2207442179,
|
|
@@ -2693,6 +2787,7 @@ exports.routes = [
|
|
|
2693
2787
|
"https://www.strava.com/segments/22180287",
|
|
2694
2788
|
"https://zwiftinsider.com/route/the-magnificent-8",
|
|
2695
2789
|
"https://whatsonzwift.com/world/watopia/route/the-magnificent-8",
|
|
2790
|
+
"https://zwifterbikes.web.app/route/the-magnificent-8",
|
|
2696
2791
|
],
|
|
2697
2792
|
[
|
|
2698
2793
|
2218409282,
|
|
@@ -2724,6 +2819,7 @@ exports.routes = [
|
|
|
2724
2819
|
"https://www.strava.com/segments/28776598",
|
|
2725
2820
|
"https://zwiftinsider.com/route/wbr-climbing-series",
|
|
2726
2821
|
"https://whatsonzwift.com/world/watopia/route/wbr-climbing-series",
|
|
2822
|
+
"https://zwifterbikes.web.app/route/wbr-climbing-series",
|
|
2727
2823
|
],
|
|
2728
2824
|
[
|
|
2729
2825
|
2372883204,
|
|
@@ -2751,6 +2847,7 @@ exports.routes = [
|
|
|
2751
2847
|
"https://www.strava.com/segments/19853934",
|
|
2752
2848
|
"https://zwiftinsider.com/route/nyc-kom-after-party",
|
|
2753
2849
|
"https://whatsonzwift.com/world/new-york/route/nyc-kom-after-party",
|
|
2850
|
+
"https://zwifterbikes.web.app/route/nyc-kom-after-party",
|
|
2754
2851
|
],
|
|
2755
2852
|
[
|
|
2756
2853
|
2413440572,
|
|
@@ -2794,6 +2891,7 @@ exports.routes = [
|
|
|
2794
2891
|
"https://www.strava.com/segments/24690941",
|
|
2795
2892
|
"https://zwiftinsider.com/route/tire-bouchon",
|
|
2796
2893
|
"https://whatsonzwift.com/world/france/route/tire-bouchon",
|
|
2894
|
+
"https://zwifterbikes.web.app/route/tire-bouchon",
|
|
2797
2895
|
],
|
|
2798
2896
|
[
|
|
2799
2897
|
2422779354,
|
|
@@ -2821,6 +2919,7 @@ exports.routes = [
|
|
|
2821
2919
|
"https://www.strava.com/segments/19179237",
|
|
2822
2920
|
"https://zwiftinsider.com/route/laguardia-loop",
|
|
2823
2921
|
"https://whatsonzwift.com/world/new-york/route/laguardia-loop",
|
|
2922
|
+
"https://zwifterbikes.web.app/route/laguardia-loop",
|
|
2824
2923
|
],
|
|
2825
2924
|
[
|
|
2826
2925
|
2436095601,
|
|
@@ -2852,6 +2951,7 @@ exports.routes = [
|
|
|
2852
2951
|
"https://www.strava.com/segments/30601050",
|
|
2853
2952
|
"https://zwiftinsider.com/route/2022-cycling-esports-world-championships-route",
|
|
2854
2953
|
undefined,
|
|
2954
|
+
"https://zwifterbikes.web.app/route/2022-cycling-esports-world-championships-route",
|
|
2855
2955
|
],
|
|
2856
2956
|
[
|
|
2857
2957
|
2474227587,
|
|
@@ -2879,6 +2979,7 @@ exports.routes = [
|
|
|
2879
2979
|
"https://www.strava.com/segments/26741693",
|
|
2880
2980
|
"https://zwiftinsider.com/route/beach-island-loop",
|
|
2881
2981
|
"https://whatsonzwift.com/world/watopia/route/beach-island-loop",
|
|
2982
|
+
"https://zwifterbikes.web.app/route/beach-island-loop",
|
|
2882
2983
|
],
|
|
2883
2984
|
[
|
|
2884
2985
|
2494975884,
|
|
@@ -2920,6 +3021,7 @@ exports.routes = [
|
|
|
2920
3021
|
"https://www.strava.com/segments/12118762",
|
|
2921
3022
|
"https://zwiftinsider.com/route/the-pretzel",
|
|
2922
3023
|
"https://whatsonzwift.com/world/watopia/route/the-pretzel",
|
|
3024
|
+
"https://zwifterbikes.web.app/route/the-pretzel",
|
|
2923
3025
|
],
|
|
2924
3026
|
[
|
|
2925
3027
|
2573468147,
|
|
@@ -2947,6 +3049,7 @@ exports.routes = [
|
|
|
2947
3049
|
"https://www.strava.com/segments/24682608",
|
|
2948
3050
|
"https://zwiftinsider.com/route/ven-top",
|
|
2949
3051
|
"https://whatsonzwift.com/world/france/route/ven-top",
|
|
3052
|
+
"https://zwifterbikes.web.app/route/ven-top",
|
|
2950
3053
|
],
|
|
2951
3054
|
[
|
|
2952
3055
|
2590569306,
|
|
@@ -2974,6 +3077,7 @@ exports.routes = [
|
|
|
2974
3077
|
undefined,
|
|
2975
3078
|
"https://zwiftinsider.com/route/shuman-trail-loop",
|
|
2976
3079
|
"https://whatsonzwift.com/world/new-york/route/shuman-trail-loop",
|
|
3080
|
+
undefined,
|
|
2977
3081
|
],
|
|
2978
3082
|
[
|
|
2979
3083
|
2592027600,
|
|
@@ -3001,6 +3105,7 @@ exports.routes = [
|
|
|
3001
3105
|
"https://www.strava.com/segments/18398895",
|
|
3002
3106
|
"https://zwiftinsider.com/route/innsbruckring",
|
|
3003
3107
|
"https://whatsonzwift.com/world/innsbruck/route/innsbruckring",
|
|
3108
|
+
"https://zwifterbikes.web.app/route/innsbruckring",
|
|
3004
3109
|
],
|
|
3005
3110
|
[
|
|
3006
3111
|
2627606248,
|
|
@@ -3032,6 +3137,7 @@ exports.routes = [
|
|
|
3032
3137
|
"https://www.strava.com/segments/22943213",
|
|
3033
3138
|
"https://zwiftinsider.com/route/three-little-sisters",
|
|
3034
3139
|
undefined,
|
|
3140
|
+
"https://zwifterbikes.web.app/route/three-little-sisters",
|
|
3035
3141
|
],
|
|
3036
3142
|
[
|
|
3037
3143
|
2653858696,
|
|
@@ -3059,6 +3165,7 @@ exports.routes = [
|
|
|
3059
3165
|
"https://www.strava.com/segments/28433439",
|
|
3060
3166
|
"https://zwiftinsider.com/route/two-village-loop",
|
|
3061
3167
|
"https://whatsonzwift.com/world/makuri-islands/route/two-village-loop",
|
|
3168
|
+
"https://zwifterbikes.web.app/route/two-village-loop",
|
|
3062
3169
|
],
|
|
3063
3170
|
[
|
|
3064
3171
|
2663908549,
|
|
@@ -3086,6 +3193,7 @@ exports.routes = [
|
|
|
3086
3193
|
"https://www.strava.com/segments/22280036",
|
|
3087
3194
|
"https://zwiftinsider.com/route/road-to-sky",
|
|
3088
3195
|
"https://whatsonzwift.com/world/watopia/route/road-to-sky",
|
|
3196
|
+
"https://zwifterbikes.web.app/route/road-to-sky",
|
|
3089
3197
|
],
|
|
3090
3198
|
[
|
|
3091
3199
|
2675063596,
|
|
@@ -3116,6 +3224,7 @@ exports.routes = [
|
|
|
3116
3224
|
"https://www.strava.com/segments/22458637",
|
|
3117
3225
|
"https://zwiftinsider.com/route/dust-in-the-wind",
|
|
3118
3226
|
"https://whatsonzwift.com/world/watopia/route/dust-in-the-wind",
|
|
3227
|
+
"https://zwifterbikes.web.app/route/dust-in-the-wind",
|
|
3119
3228
|
],
|
|
3120
3229
|
[
|
|
3121
3230
|
2681889340,
|
|
@@ -3143,6 +3252,7 @@ exports.routes = [
|
|
|
3143
3252
|
undefined,
|
|
3144
3253
|
undefined,
|
|
3145
3254
|
"https://whatsonzwift.com/route/climb-portal-volcano",
|
|
3255
|
+
undefined,
|
|
3146
3256
|
],
|
|
3147
3257
|
[
|
|
3148
3258
|
2694166390,
|
|
@@ -3170,6 +3280,7 @@ exports.routes = [
|
|
|
3170
3280
|
"https://www.strava.com/segments/12749761",
|
|
3171
3281
|
"https://zwiftinsider.com/route/london-classique",
|
|
3172
3282
|
"https://whatsonzwift.com/world/london/route/classique",
|
|
3283
|
+
"https://zwifterbikes.web.app/route/classique",
|
|
3173
3284
|
],
|
|
3174
3285
|
[
|
|
3175
3286
|
2708527018,
|
|
@@ -3197,6 +3308,7 @@ exports.routes = [
|
|
|
3197
3308
|
undefined,
|
|
3198
3309
|
undefined,
|
|
3199
3310
|
undefined,
|
|
3311
|
+
undefined,
|
|
3200
3312
|
],
|
|
3201
3313
|
[
|
|
3202
3314
|
2737483381,
|
|
@@ -3228,6 +3340,7 @@ exports.routes = [
|
|
|
3228
3340
|
"https://www.strava.com/segments/12118362",
|
|
3229
3341
|
"https://zwiftinsider.com/route/hilly-route",
|
|
3230
3342
|
"https://whatsonzwift.com/world/watopia/route/hilly-route",
|
|
3343
|
+
"https://zwifterbikes.web.app/route/hilly-route",
|
|
3231
3344
|
],
|
|
3232
3345
|
[
|
|
3233
3346
|
2746475460,
|
|
@@ -3265,6 +3378,7 @@ exports.routes = [
|
|
|
3265
3378
|
"https://www.strava.com/segments/22914116",
|
|
3266
3379
|
"https://zwiftinsider.com/eastern-eight",
|
|
3267
3380
|
undefined,
|
|
3381
|
+
"https://zwifterbikes.web.app/route/eastern-eight",
|
|
3268
3382
|
],
|
|
3269
3383
|
[
|
|
3270
3384
|
2748657713,
|
|
@@ -3297,6 +3411,7 @@ exports.routes = [
|
|
|
3297
3411
|
"https://www.strava.com/segments/20350104",
|
|
3298
3412
|
"https://zwiftinsider.com/route/out-and-back-again",
|
|
3299
3413
|
"https://whatsonzwift.com/world/watopia/route/out-and-back-again",
|
|
3414
|
+
"https://zwifterbikes.web.app/route/out-and-back-again",
|
|
3300
3415
|
],
|
|
3301
3416
|
[
|
|
3302
3417
|
2829629527,
|
|
@@ -3324,6 +3439,7 @@ exports.routes = [
|
|
|
3324
3439
|
"https://www.strava.com/segments/26742092",
|
|
3325
3440
|
"https://zwiftinsider.com/route/serpentine-8",
|
|
3326
3441
|
"https://whatsonzwift.com/world/watopia/route/serpentine-8",
|
|
3442
|
+
"https://zwifterbikes.web.app/route/serpentine-8",
|
|
3327
3443
|
],
|
|
3328
3444
|
[
|
|
3329
3445
|
2839057126,
|
|
@@ -3351,6 +3467,7 @@ exports.routes = [
|
|
|
3351
3467
|
undefined,
|
|
3352
3468
|
"https://zwiftinsider.com/route/jungle-circuit-reverse",
|
|
3353
3469
|
"https://whatsonzwift.com/world/watopia/route/jungle-circuit-reverse",
|
|
3470
|
+
"https://zwifterbikes.web.app/route/jungle-circuit-reverse",
|
|
3354
3471
|
],
|
|
3355
3472
|
[
|
|
3356
3473
|
2843604888,
|
|
@@ -3378,6 +3495,7 @@ exports.routes = [
|
|
|
3378
3495
|
"https://www.strava.com/segments/20560239",
|
|
3379
3496
|
"https://zwiftinsider.com/route/time-trial-lap",
|
|
3380
3497
|
"https://whatsonzwift.com/world/bologna-tt/route/bologna-time-trial",
|
|
3498
|
+
"https://zwifterbikes.web.app/route/time-trial-lap",
|
|
3381
3499
|
],
|
|
3382
3500
|
[
|
|
3383
3501
|
2852153296,
|
|
@@ -3421,6 +3539,7 @@ exports.routes = [
|
|
|
3421
3539
|
"https://www.strava.com/segments/24676054",
|
|
3422
3540
|
"https://zwiftinsider.com/route/petit-boucle",
|
|
3423
3541
|
"https://whatsonzwift.com/world/france/route/petit-boucle",
|
|
3542
|
+
"https://zwifterbikes.web.app/route/petit-boucle",
|
|
3424
3543
|
],
|
|
3425
3544
|
[
|
|
3426
3545
|
2866480562,
|
|
@@ -3461,6 +3580,7 @@ exports.routes = [
|
|
|
3461
3580
|
"https://www.strava.com/segments/30988311",
|
|
3462
3581
|
"https://zwiftinsider.com/route/chasing-the-sun",
|
|
3463
3582
|
"https://whatsonzwift.com/world/makuri-islands/route/chasing-the-sun",
|
|
3583
|
+
"https://zwifterbikes.web.app/route/chasing-the-sun",
|
|
3464
3584
|
],
|
|
3465
3585
|
[
|
|
3466
3586
|
2875658892,
|
|
@@ -3488,6 +3608,7 @@ exports.routes = [
|
|
|
3488
3608
|
"https://www.strava.com/segments/22419554",
|
|
3489
3609
|
"https://zwiftinsider.com/route/bell-lap",
|
|
3490
3610
|
"https://whatsonzwift.com/world/crit-city/route/the-bell-lap",
|
|
3611
|
+
"https://zwifterbikes.web.app/route/bell-lap",
|
|
3491
3612
|
],
|
|
3492
3613
|
[
|
|
3493
3614
|
2878180967,
|
|
@@ -3527,6 +3648,7 @@ exports.routes = [
|
|
|
3527
3648
|
"https://www.strava.com/segments/20390815",
|
|
3528
3649
|
"https://zwiftinsider.com/route/four-horsemen",
|
|
3529
3650
|
"https://whatsonzwift.com/world/watopia/route/four-horsemen",
|
|
3651
|
+
"https://zwifterbikes.web.app/route/four-horsemen",
|
|
3530
3652
|
],
|
|
3531
3653
|
[
|
|
3532
3654
|
2896159042,
|
|
@@ -3562,6 +3684,7 @@ exports.routes = [
|
|
|
3562
3684
|
"https://www.strava.com/segments/30408107",
|
|
3563
3685
|
"https://zwiftinsider.com/route/temples-and-towers",
|
|
3564
3686
|
"https://whatsonzwift.com/world/makuri-islands/route/temples-and-towers",
|
|
3687
|
+
"https://zwifterbikes.web.app/route/temples-and-towers",
|
|
3565
3688
|
],
|
|
3566
3689
|
[
|
|
3567
3690
|
2900074211,
|
|
@@ -3606,6 +3729,7 @@ exports.routes = [
|
|
|
3606
3729
|
"https://www.strava.com/segments/30600597",
|
|
3607
3730
|
"https://zwiftinsider.com/route/2022-medio-fondo",
|
|
3608
3731
|
undefined,
|
|
3732
|
+
"https://zwifterbikes.web.app/route/2022-medio-fondo",
|
|
3609
3733
|
],
|
|
3610
3734
|
[
|
|
3611
3735
|
2905381067,
|
|
@@ -3642,6 +3766,7 @@ exports.routes = [
|
|
|
3642
3766
|
"https://www.strava.com/segments/21757792",
|
|
3643
3767
|
"https://zwiftinsider.com/route/royal-pump-room-8",
|
|
3644
3768
|
"https://whatsonzwift.com/world/yorkshire/route/royal-pump-room-8",
|
|
3769
|
+
"https://zwifterbikes.web.app/route/royal-pump-room-8",
|
|
3645
3770
|
],
|
|
3646
3771
|
[
|
|
3647
3772
|
2945813240,
|
|
@@ -3669,6 +3794,7 @@ exports.routes = [
|
|
|
3669
3794
|
"https://www.strava.com/segments/19141192",
|
|
3670
3795
|
"https://zwiftinsider.com/route/grand-central-circuit",
|
|
3671
3796
|
"https://whatsonzwift.com/world/new-york/route/grand-central-circuit",
|
|
3797
|
+
"https://zwifterbikes.web.app/route/grand-central-circuit",
|
|
3672
3798
|
],
|
|
3673
3799
|
[
|
|
3674
3800
|
2947111049,
|
|
@@ -3696,6 +3822,7 @@ exports.routes = [
|
|
|
3696
3822
|
"https://www.strava.com/segments/16402683",
|
|
3697
3823
|
"https://zwiftinsider.com/route/big-loop",
|
|
3698
3824
|
"https://whatsonzwift.com/world/watopia/route/big-loop",
|
|
3825
|
+
"https://zwifterbikes.web.app/route/big-loop",
|
|
3699
3826
|
],
|
|
3700
3827
|
[
|
|
3701
3828
|
2954366662,
|
|
@@ -3723,6 +3850,7 @@ exports.routes = [
|
|
|
3723
3850
|
"https://www.strava.com/segments/19141299",
|
|
3724
3851
|
"https://zwiftinsider.com/route/knickerbocker",
|
|
3725
3852
|
"https://whatsonzwift.com/world/new-york/route/knickerbocker",
|
|
3853
|
+
"https://zwifterbikes.web.app/route/knickerbocker",
|
|
3726
3854
|
],
|
|
3727
3855
|
[
|
|
3728
3856
|
2966818006,
|
|
@@ -3753,6 +3881,7 @@ exports.routes = [
|
|
|
3753
3881
|
"https://www.strava.com/segments/12483517",
|
|
3754
3882
|
"https://zwiftinsider.com/route/mountain-route",
|
|
3755
3883
|
"https://whatsonzwift.com/world/watopia/route/mountain-route",
|
|
3884
|
+
"https://zwifterbikes.web.app/route/mountain-route",
|
|
3756
3885
|
],
|
|
3757
3886
|
[
|
|
3758
3887
|
2967612381,
|
|
@@ -3780,6 +3909,7 @@ exports.routes = [
|
|
|
3780
3909
|
"https://www.strava.com/segments/16404387",
|
|
3781
3910
|
"https://zwiftinsider.com/route/road-to-ruins-reverse",
|
|
3782
3911
|
"https://whatsonzwift.com/world/watopia/route/road-to-ruins-reverse",
|
|
3912
|
+
"https://zwifterbikes.web.app/route/road-to-ruins-reverse",
|
|
3783
3913
|
],
|
|
3784
3914
|
[
|
|
3785
3915
|
2969952077,
|
|
@@ -3811,6 +3941,7 @@ exports.routes = [
|
|
|
3811
3941
|
"https://www.strava.com/segments/21344377",
|
|
3812
3942
|
"https://zwiftinsider.com/route/quatch-quest",
|
|
3813
3943
|
"https://whatsonzwift.com/world/watopia/route/quatch-quest",
|
|
3944
|
+
"https://zwifterbikes.web.app/route/quatch-quest",
|
|
3814
3945
|
],
|
|
3815
3946
|
[
|
|
3816
3947
|
2980619755,
|
|
@@ -3838,6 +3969,7 @@ exports.routes = [
|
|
|
3838
3969
|
"https://www.strava.com/segments/29534888",
|
|
3839
3970
|
"https://zwiftinsider.com/route/farmland-loop",
|
|
3840
3971
|
"https://whatsonzwift.com/world/makuri-islands/route/farmland-loop",
|
|
3972
|
+
"https://zwifterbikes.web.app/route/farmland-loop",
|
|
3841
3973
|
],
|
|
3842
3974
|
[
|
|
3843
3975
|
3007266671,
|
|
@@ -3865,6 +3997,7 @@ exports.routes = [
|
|
|
3865
3997
|
"https://www.strava.com/segments/21748253",
|
|
3866
3998
|
"https://zwiftinsider.com/route/queens-highway",
|
|
3867
3999
|
"https://whatsonzwift.com/world/yorkshire/route/queen-s-highway",
|
|
4000
|
+
"https://zwifterbikes.web.app/route/queens-highway",
|
|
3868
4001
|
],
|
|
3869
4002
|
[
|
|
3870
4003
|
3012588561,
|
|
@@ -3892,6 +4025,7 @@ exports.routes = [
|
|
|
3892
4025
|
"https://www.strava.com/segments/22540731",
|
|
3893
4026
|
"https://zwiftinsider.com/route/may-field",
|
|
3894
4027
|
"https://whatsonzwift.com/world/watopia/route/may-field",
|
|
4028
|
+
undefined,
|
|
3895
4029
|
],
|
|
3896
4030
|
[
|
|
3897
4031
|
3023359358,
|
|
@@ -3922,6 +4056,7 @@ exports.routes = [
|
|
|
3922
4056
|
"https://www.strava.com/segments/29622065",
|
|
3923
4057
|
"https://zwiftinsider.com/route/climbers-gambit",
|
|
3924
4058
|
"https://whatsonzwift.com/world/watopia/route/climber-s-gambit",
|
|
4059
|
+
"https://zwifterbikes.web.app/route/climbers-gambit",
|
|
3925
4060
|
],
|
|
3926
4061
|
[
|
|
3927
4062
|
3078665969,
|
|
@@ -3952,6 +4087,7 @@ exports.routes = [
|
|
|
3952
4087
|
"https://www.strava.com/segments/19171748",
|
|
3953
4088
|
"https://zwiftinsider.com/route/rising-empire",
|
|
3954
4089
|
"https://whatsonzwift.com/world/new-york/route/rising-empire",
|
|
4090
|
+
"https://zwifterbikes.web.app/route/rising-empire",
|
|
3955
4091
|
],
|
|
3956
4092
|
[
|
|
3957
4093
|
3101693166,
|
|
@@ -3979,6 +4115,7 @@ exports.routes = [
|
|
|
3979
4115
|
"https://www.strava.com/segments/33089178",
|
|
3980
4116
|
"https://zwiftinsider.com/route/innsbruck-continentals-hill-climb",
|
|
3981
4117
|
undefined,
|
|
4118
|
+
undefined,
|
|
3982
4119
|
],
|
|
3983
4120
|
[
|
|
3984
4121
|
3114603308,
|
|
@@ -4006,6 +4143,7 @@ exports.routes = [
|
|
|
4006
4143
|
"https://www.strava.com/segments/18397725",
|
|
4007
4144
|
"https://zwiftinsider.com/route/2018-uci-worlds-course-short-lap",
|
|
4008
4145
|
"https://whatsonzwift.com/world/innsbruck/route/2018-uci-worlds-short-lap",
|
|
4146
|
+
"https://zwifterbikes.web.app/route/2018-uci-worlds-course-short-lap",
|
|
4009
4147
|
],
|
|
4010
4148
|
[
|
|
4011
4149
|
3219074012,
|
|
@@ -4033,6 +4171,7 @@ exports.routes = [
|
|
|
4033
4171
|
"https://www.strava.com/segments/12118544",
|
|
4034
4172
|
"https://zwiftinsider.com/route/mountain-8",
|
|
4035
4173
|
"https://whatsonzwift.com/world/watopia/route/mountain-8",
|
|
4174
|
+
"https://zwifterbikes.web.app/route/mountain-8",
|
|
4036
4175
|
],
|
|
4037
4176
|
[
|
|
4038
4177
|
3276403604,
|
|
@@ -4060,6 +4199,7 @@ exports.routes = [
|
|
|
4060
4199
|
"https://www.strava.com/segments/15158576",
|
|
4061
4200
|
"https://zwiftinsider.com/route/greater-london-loop",
|
|
4062
4201
|
"https://whatsonzwift.com/world/london/route/greater-london-loop",
|
|
4202
|
+
"https://zwifterbikes.web.app/route/greater-london-loop",
|
|
4063
4203
|
],
|
|
4064
4204
|
[
|
|
4065
4205
|
3282611437,
|
|
@@ -4087,6 +4227,7 @@ exports.routes = [
|
|
|
4087
4227
|
"https://www.strava.com/segments/28432116",
|
|
4088
4228
|
"https://zwiftinsider.com/route/flatland-loop",
|
|
4089
4229
|
"https://whatsonzwift.com/world/makuri-islands/route/flatland-loop",
|
|
4230
|
+
"https://zwifterbikes.web.app/route/flatland-loop",
|
|
4090
4231
|
],
|
|
4091
4232
|
[
|
|
4092
4233
|
3302953739,
|
|
@@ -4114,6 +4255,7 @@ exports.routes = [
|
|
|
4114
4255
|
"https://www.strava.com/segments/30407957",
|
|
4115
4256
|
"https://zwiftinsider.com/route/sleepless-city",
|
|
4116
4257
|
"https://whatsonzwift.com/world/makuri-islands/route/sleepless-city",
|
|
4258
|
+
"https://zwifterbikes.web.app/route/sleepless-city",
|
|
4117
4259
|
],
|
|
4118
4260
|
[
|
|
4119
4261
|
3312037616,
|
|
@@ -4141,6 +4283,7 @@ exports.routes = [
|
|
|
4141
4283
|
"https://www.strava.com/segments/26741685",
|
|
4142
4284
|
"https://zwiftinsider.com/route/two-bridges-loop",
|
|
4143
4285
|
"https://whatsonzwift.com/world/watopia/route/two-bridges-loop",
|
|
4286
|
+
"https://zwifterbikes.web.app/route/two-bridges-loop",
|
|
4144
4287
|
],
|
|
4145
4288
|
[
|
|
4146
4289
|
3356878261,
|
|
@@ -4173,6 +4316,7 @@ exports.routes = [
|
|
|
4173
4316
|
"https://www.strava.com/segments/30412485",
|
|
4174
4317
|
"https://zwiftinsider.com/route/sprinters-playground",
|
|
4175
4318
|
"https://whatsonzwift.com/world/makuri-islands/route/sprinter-s-playground",
|
|
4319
|
+
"https://zwifterbikes.web.app/route/sprinters-playground",
|
|
4176
4320
|
],
|
|
4177
4321
|
[
|
|
4178
4322
|
3364574135,
|
|
@@ -4200,6 +4344,7 @@ exports.routes = [
|
|
|
4200
4344
|
"https://www.strava.com/segments/24674235",
|
|
4201
4345
|
"https://zwiftinsider.com/route/champs-elysees",
|
|
4202
4346
|
"https://whatsonzwift.com/world/paris/route/champs-elysees",
|
|
4347
|
+
"https://zwifterbikes.web.app/route/champs-elysees",
|
|
4203
4348
|
],
|
|
4204
4349
|
[
|
|
4205
4350
|
3366225080,
|
|
@@ -4227,6 +4372,7 @@ exports.routes = [
|
|
|
4227
4372
|
"https://www.strava.com/segments/20350376",
|
|
4228
4373
|
"https://zwiftinsider.com/route/tick-tock",
|
|
4229
4374
|
"https://whatsonzwift.com/world/watopia/route/tick-tock",
|
|
4375
|
+
"https://zwifterbikes.web.app/route/tick-tock",
|
|
4230
4376
|
],
|
|
4231
4377
|
[
|
|
4232
4378
|
3367186349,
|
|
@@ -4254,6 +4400,7 @@ exports.routes = [
|
|
|
4254
4400
|
"https://www.strava.com/segments/29009511",
|
|
4255
4401
|
"https://zwiftinsider.com/route/sukis-playground",
|
|
4256
4402
|
"https://whatsonzwift.com/world/makuri-islands/route/suki-s-playground",
|
|
4403
|
+
"https://zwifterbikes.web.app/route/sukis-playground",
|
|
4257
4404
|
],
|
|
4258
4405
|
[
|
|
4259
4406
|
3368626651,
|
|
@@ -4293,6 +4440,7 @@ exports.routes = [
|
|
|
4293
4440
|
"https://www.strava.com/segments/30601013",
|
|
4294
4441
|
"https://zwiftinsider.com/route/2022-bambino-fondo",
|
|
4295
4442
|
undefined,
|
|
4443
|
+
"https://zwifterbikes.web.app/route/2022-bambino-fondo",
|
|
4296
4444
|
],
|
|
4297
4445
|
[
|
|
4298
4446
|
3379779247,
|
|
@@ -4320,6 +4468,7 @@ exports.routes = [
|
|
|
4320
4468
|
"https://www.strava.com/segments/28433076",
|
|
4321
4469
|
"https://zwiftinsider.com/route/three-village-loop",
|
|
4322
4470
|
"https://whatsonzwift.com/world/makuri-islands/route/three-village-loop",
|
|
4471
|
+
"https://zwifterbikes.web.app/route/three-village-loop",
|
|
4323
4472
|
],
|
|
4324
4473
|
[
|
|
4325
4474
|
3382019812,
|
|
@@ -4352,6 +4501,7 @@ exports.routes = [
|
|
|
4352
4501
|
"https://www.strava.com/segments/12118421",
|
|
4353
4502
|
"https://zwiftinsider.com/route/figure-8",
|
|
4354
4503
|
"https://whatsonzwift.com/world/watopia/route/figure-8",
|
|
4504
|
+
"https://zwifterbikes.web.app/route/figure-8",
|
|
4355
4505
|
],
|
|
4356
4506
|
[
|
|
4357
4507
|
3395698268,
|
|
@@ -4379,6 +4529,7 @@ exports.routes = [
|
|
|
4379
4529
|
"https://www.strava.com/segments/27130302",
|
|
4380
4530
|
"https://zwiftinsider.com/route/flat-route",
|
|
4381
4531
|
"https://whatsonzwift.com/world/watopia/route/flat-route",
|
|
4532
|
+
"https://zwifterbikes.web.app/route/flat-route",
|
|
4382
4533
|
],
|
|
4383
4534
|
[
|
|
4384
4535
|
3407362320,
|
|
@@ -4406,6 +4557,7 @@ exports.routes = [
|
|
|
4406
4557
|
"https://www.strava.com/segments/30414842",
|
|
4407
4558
|
"https://zwiftinsider.com/route/neon-flats",
|
|
4408
4559
|
"https://whatsonzwift.com/world/makuri-islands/route/neon-flats",
|
|
4560
|
+
"https://zwifterbikes.web.app/route/neon-flats",
|
|
4409
4561
|
],
|
|
4410
4562
|
[
|
|
4411
4563
|
3453194200,
|
|
@@ -4436,6 +4588,7 @@ exports.routes = [
|
|
|
4436
4588
|
"https://www.strava.com/segments/20453276",
|
|
4437
4589
|
"https://zwiftinsider.com/triple-flat-loops",
|
|
4438
4590
|
undefined,
|
|
4591
|
+
"https://zwifterbikes.web.app/route/triple-flat-loops",
|
|
4439
4592
|
],
|
|
4440
4593
|
[
|
|
4441
4594
|
3454338139,
|
|
@@ -4463,6 +4616,7 @@ exports.routes = [
|
|
|
4463
4616
|
"https://www.strava.com/segments/22913457",
|
|
4464
4617
|
"https://zwiftinsider.com/route/seaside-sprint",
|
|
4465
4618
|
"https://whatsonzwift.com/world/watopia/route/seaside-sprint",
|
|
4619
|
+
"https://zwifterbikes.web.app/route/seaside-sprint",
|
|
4466
4620
|
],
|
|
4467
4621
|
[
|
|
4468
4622
|
3523806426,
|
|
@@ -4490,6 +4644,7 @@ exports.routes = [
|
|
|
4490
4644
|
"https://www.strava.com/segments/28432455",
|
|
4491
4645
|
"https://zwiftinsider.com/route/spirit-forest",
|
|
4492
4646
|
"https://whatsonzwift.com/world/makuri-islands/route/spirit-forest",
|
|
4647
|
+
"https://zwifterbikes.web.app/route/spirit-forest",
|
|
4493
4648
|
],
|
|
4494
4649
|
[
|
|
4495
4650
|
3565430790,
|
|
@@ -4517,6 +4672,7 @@ exports.routes = [
|
|
|
4517
4672
|
"https://www.strava.com/segments/30407898",
|
|
4518
4673
|
"https://zwiftinsider.com/route/rooftop-rendezvous",
|
|
4519
4674
|
"https://whatsonzwift.com/world/makuri-islands/route/rooftop-rendezvous",
|
|
4675
|
+
"https://zwifterbikes.web.app/route/rooftop-rendezvous",
|
|
4520
4676
|
],
|
|
4521
4677
|
[
|
|
4522
4678
|
3569674525,
|
|
@@ -4547,6 +4703,7 @@ exports.routes = [
|
|
|
4547
4703
|
"https://www.strava.com/segments/19613994",
|
|
4548
4704
|
"https://zwiftinsider.com/route/keith-hill-after-party",
|
|
4549
4705
|
"https://whatsonzwift.com/world/london/route/keith-hill-after-party",
|
|
4706
|
+
"https://zwifterbikes.web.app/route/keith-hill-after-party",
|
|
4550
4707
|
],
|
|
4551
4708
|
[
|
|
4552
4709
|
3573087582,
|
|
@@ -4574,6 +4731,7 @@ exports.routes = [
|
|
|
4574
4731
|
"https://www.strava.com/segments/26792130",
|
|
4575
4732
|
"https://zwiftinsider.com/italian-villas-sprint-circuit",
|
|
4576
4733
|
undefined,
|
|
4734
|
+
undefined,
|
|
4577
4735
|
],
|
|
4578
4736
|
[
|
|
4579
4737
|
3597939700,
|
|
@@ -4601,6 +4759,7 @@ exports.routes = [
|
|
|
4601
4759
|
"https://www.strava.com/segments/19172136",
|
|
4602
4760
|
"https://zwiftinsider.com/route/the-6-train",
|
|
4603
4761
|
"https://whatsonzwift.com/world/new-york/route/the-6-train",
|
|
4762
|
+
"https://zwifterbikes.web.app/route/the-6-train",
|
|
4604
4763
|
],
|
|
4605
4764
|
[
|
|
4606
4765
|
3599973269,
|
|
@@ -4628,6 +4787,7 @@ exports.routes = [
|
|
|
4628
4787
|
"https://www.strava.com/segments/19480641",
|
|
4629
4788
|
"https://zwiftinsider.com/route/classique-reverse",
|
|
4630
4789
|
"https://whatsonzwift.com/world/london/route/classique-reverse",
|
|
4790
|
+
"https://zwifterbikes.web.app/route/classique-reverse",
|
|
4631
4791
|
],
|
|
4632
4792
|
[
|
|
4633
4793
|
3603635554,
|
|
@@ -4661,6 +4821,7 @@ exports.routes = [
|
|
|
4661
4821
|
"https://www.strava.com/segments/28432204",
|
|
4662
4822
|
"https://zwiftinsider.com/route/sea-to-tree",
|
|
4663
4823
|
"https://whatsonzwift.com/world/makuri-islands/route/sea-to-tree",
|
|
4824
|
+
"https://zwifterbikes.web.app/route/sea-to-tree",
|
|
4664
4825
|
],
|
|
4665
4826
|
[
|
|
4666
4827
|
3621162212,
|
|
@@ -4693,6 +4854,7 @@ exports.routes = [
|
|
|
4693
4854
|
"https://www.strava.com/segments/19641904",
|
|
4694
4855
|
"https://zwiftinsider.com/route/bambino-fondo",
|
|
4695
4856
|
"https://whatsonzwift.com/world/watopia/route/zwift-bambino-fondo",
|
|
4857
|
+
"https://zwifterbikes.web.app/route/bambino-fondo",
|
|
4696
4858
|
],
|
|
4697
4859
|
[
|
|
4698
4860
|
3649347250,
|
|
@@ -4720,6 +4882,7 @@ exports.routes = [
|
|
|
4720
4882
|
"https://www.strava.com/segments/20539949",
|
|
4721
4883
|
"https://zwiftinsider.com/route/kom-after-party",
|
|
4722
4884
|
"https://whatsonzwift.com/world/innsbruck/route/innsbruck-kom-after-party",
|
|
4885
|
+
"https://zwifterbikes.web.app/route/kom-after-party",
|
|
4723
4886
|
],
|
|
4724
4887
|
[
|
|
4725
4888
|
3662705581,
|
|
@@ -4758,6 +4921,7 @@ exports.routes = [
|
|
|
4758
4921
|
"https://www.strava.com/segments/33636050",
|
|
4759
4922
|
"https://zwiftinsider.com/route/the-muckle-yin",
|
|
4760
4923
|
"https://whatsonzwift.com/world/scotland/route/the-muckle-yin",
|
|
4924
|
+
"https://zwifterbikes.web.app/route/the-muckle-yin",
|
|
4761
4925
|
],
|
|
4762
4926
|
[
|
|
4763
4927
|
3665959404,
|
|
@@ -4785,6 +4949,7 @@ exports.routes = [
|
|
|
4785
4949
|
undefined,
|
|
4786
4950
|
"https://zwiftinsider.com/route/hudson-roll",
|
|
4787
4951
|
"https://whatsonzwift.com/world/new-york/route/hudson-roll",
|
|
4952
|
+
undefined,
|
|
4788
4953
|
],
|
|
4789
4954
|
[
|
|
4790
4955
|
3687251774,
|
|
@@ -4812,6 +4977,7 @@ exports.routes = [
|
|
|
4812
4977
|
"https://www.strava.com/segments/19141192",
|
|
4813
4978
|
"https://zwiftinsider.com/route/grand-central-circuit-reverse",
|
|
4814
4979
|
"https://whatsonzwift.com/world/new-york/route/grand-central-circuit-reverse",
|
|
4980
|
+
"https://zwifterbikes.web.app/route/grand-central-circuit-reverse",
|
|
4815
4981
|
],
|
|
4816
4982
|
[
|
|
4817
4983
|
3691918883,
|
|
@@ -4842,6 +5008,7 @@ exports.routes = [
|
|
|
4842
5008
|
"https://www.strava.com/segments/28430973",
|
|
4843
5009
|
"https://zwiftinsider.com/route/chain-chomper",
|
|
4844
5010
|
"https://whatsonzwift.com/world/makuri-islands/route/chain-chomper",
|
|
5011
|
+
"https://zwifterbikes.web.app/route/chain-chomper",
|
|
4845
5012
|
],
|
|
4846
5013
|
[
|
|
4847
5014
|
3694952104,
|
|
@@ -4869,6 +5036,7 @@ exports.routes = [
|
|
|
4869
5036
|
undefined,
|
|
4870
5037
|
"https://zwiftinsider.com/route/chili-pepper-reverse",
|
|
4871
5038
|
"https://whatsonzwift.com/world/watopia/route/chili-pepper-reverse",
|
|
5039
|
+
undefined,
|
|
4872
5040
|
],
|
|
4873
5041
|
[
|
|
4874
5042
|
3701568815,
|
|
@@ -4896,6 +5064,7 @@ exports.routes = [
|
|
|
4896
5064
|
"https://www.strava.com/segments/16404154",
|
|
4897
5065
|
"https://zwiftinsider.com/route/road-to-ruins",
|
|
4898
5066
|
"https://whatsonzwift.com/world/watopia/route/road-to-ruins",
|
|
5067
|
+
"https://zwifterbikes.web.app/route/road-to-ruins",
|
|
4899
5068
|
],
|
|
4900
5069
|
[
|
|
4901
5070
|
3707791029,
|
|
@@ -4927,6 +5096,7 @@ exports.routes = [
|
|
|
4927
5096
|
"https://www.strava.com/segments/16786868",
|
|
4928
5097
|
"https://zwiftinsider.com/route/surrey-hills",
|
|
4929
5098
|
"https://whatsonzwift.com/world/london/route/surrey-hills",
|
|
5099
|
+
"https://zwifterbikes.web.app/route/surrey-hills",
|
|
4930
5100
|
],
|
|
4931
5101
|
[
|
|
4932
5102
|
3742187716,
|
|
@@ -4954,6 +5124,7 @@ exports.routes = [
|
|
|
4954
5124
|
"https://www.strava.com/segments/30629803",
|
|
4955
5125
|
"https://zwiftinsider.com/route/castle-to-castle",
|
|
4956
5126
|
undefined,
|
|
5127
|
+
"https://zwifterbikes.web.app/route/castle-to-castle",
|
|
4957
5128
|
],
|
|
4958
5129
|
[
|
|
4959
5130
|
3748780161,
|
|
@@ -4986,6 +5157,7 @@ exports.routes = [
|
|
|
4986
5157
|
"https://www.strava.com/segments/20655505",
|
|
4987
5158
|
"https://zwiftinsider.com/route/medio-fondo",
|
|
4988
5159
|
"https://whatsonzwift.com/world/watopia/route/zwift-medio-fondo",
|
|
5160
|
+
"https://zwifterbikes.web.app/route/medio-fondo",
|
|
4989
5161
|
],
|
|
4990
5162
|
[
|
|
4991
5163
|
3765339356,
|
|
@@ -5013,6 +5185,7 @@ exports.routes = [
|
|
|
5013
5185
|
"https://www.strava.com/segments/33620076",
|
|
5014
5186
|
"https://zwiftinsider.com/route/glasgow-crit-circuit",
|
|
5015
5187
|
"https://whatsonzwift.com/world/scotland/route/glasgow-crit-circuit",
|
|
5188
|
+
"https://zwifterbikes.web.app/route/glasgow-crit-circuit",
|
|
5016
5189
|
],
|
|
5017
5190
|
[
|
|
5018
5191
|
3774003351,
|
|
@@ -5040,6 +5213,7 @@ exports.routes = [
|
|
|
5040
5213
|
"https://www.strava.com/segments/20425705",
|
|
5041
5214
|
"https://zwiftinsider.com/route/laguardia-loop-reverse",
|
|
5042
5215
|
"https://whatsonzwift.com/world/new-york/route/laguardia-loop-reverse",
|
|
5216
|
+
"https://zwifterbikes.web.app/route/laguardia-loop-reverse",
|
|
5043
5217
|
],
|
|
5044
5218
|
[
|
|
5045
5219
|
3801241714,
|
|
@@ -5070,6 +5244,7 @@ exports.routes = [
|
|
|
5070
5244
|
"https://www.strava.com/segments/18407469",
|
|
5071
5245
|
"https://zwiftinsider.com/route/lutscher-ccw",
|
|
5072
5246
|
"https://whatsonzwift.com/world/innsbruck/route/lutscher-ccw",
|
|
5247
|
+
"https://zwifterbikes.web.app/route/lutscher-ccw",
|
|
5073
5248
|
],
|
|
5074
5249
|
[
|
|
5075
5250
|
3811569265,
|
|
@@ -5097,6 +5272,7 @@ exports.routes = [
|
|
|
5097
5272
|
undefined,
|
|
5098
5273
|
"https://zwiftinsider.com/route/flat-route-reverse",
|
|
5099
5274
|
"https://whatsonzwift.com/world/watopia/route/flat-route-reverse",
|
|
5275
|
+
"https://zwifterbikes.web.app/route/flat-route-reverse",
|
|
5100
5276
|
],
|
|
5101
5277
|
[
|
|
5102
5278
|
3819095753,
|
|
@@ -5124,6 +5300,7 @@ exports.routes = [
|
|
|
5124
5300
|
"https://www.strava.com/segments/18993168",
|
|
5125
5301
|
"https://zwiftinsider.com/route/5k-loop",
|
|
5126
5302
|
"https://whatsonzwift.com/world/watopia/route/5k-loop",
|
|
5303
|
+
undefined,
|
|
5127
5304
|
],
|
|
5128
5305
|
[
|
|
5129
5306
|
3848492017,
|
|
@@ -5163,6 +5340,7 @@ exports.routes = [
|
|
|
5163
5340
|
"https://www.strava.com/segments/16939150",
|
|
5164
5341
|
"https://zwiftinsider.com/route/the-mega-pretzel",
|
|
5165
5342
|
"https://whatsonzwift.com/world/watopia/route/the-mega-pretzel",
|
|
5343
|
+
"https://zwifterbikes.web.app/route/the-mega-pretzel",
|
|
5166
5344
|
],
|
|
5167
5345
|
[
|
|
5168
5346
|
3853654821,
|
|
@@ -5190,6 +5368,7 @@ exports.routes = [
|
|
|
5190
5368
|
"https://www.strava.com/segments/16781177",
|
|
5191
5369
|
"https://zwiftinsider.com/route/greatest-london-loop",
|
|
5192
5370
|
"https://whatsonzwift.com/world/london/route/greatest-london-loop",
|
|
5371
|
+
undefined,
|
|
5193
5372
|
],
|
|
5194
5373
|
[
|
|
5195
5374
|
3864857876,
|
|
@@ -5221,6 +5400,7 @@ exports.routes = [
|
|
|
5221
5400
|
"https://www.strava.com/segments/30630421",
|
|
5222
5401
|
"https://zwiftinsider.com/route/legends-and-lava",
|
|
5223
5402
|
"https://whatsonzwift.com/world/watopia/route/legends-and-lava",
|
|
5403
|
+
"https://zwifterbikes.web.app/route/legends-and-lava",
|
|
5224
5404
|
],
|
|
5225
5405
|
[
|
|
5226
5406
|
3866241330,
|
|
@@ -5248,6 +5428,7 @@ exports.routes = [
|
|
|
5248
5428
|
"https://www.strava.com/segments/14032426",
|
|
5249
5429
|
"https://zwiftinsider.com/route/volcano-circuit-ccw",
|
|
5250
5430
|
"https://whatsonzwift.com/world/watopia/route/volcano-circuit-ccw",
|
|
5431
|
+
"https://zwifterbikes.web.app/route/volcano-circuit-ccw",
|
|
5251
5432
|
],
|
|
5252
5433
|
[
|
|
5253
5434
|
3872978134,
|
|
@@ -5275,6 +5456,7 @@ exports.routes = [
|
|
|
5275
5456
|
"https://www.strava.com/segments/19141368",
|
|
5276
5457
|
"https://zwiftinsider.com/route/mighty-metropolitan",
|
|
5277
5458
|
"https://whatsonzwift.com/world/new-york/route/mighty-metropolitan",
|
|
5459
|
+
"https://zwifterbikes.web.app/route/mighty-metropolitan",
|
|
5278
5460
|
],
|
|
5279
5461
|
[
|
|
5280
5462
|
3914529041,
|
|
@@ -5302,6 +5484,7 @@ exports.routes = [
|
|
|
5302
5484
|
"https://www.strava.com/segments/30408380",
|
|
5303
5485
|
"https://zwiftinsider.com/route/wandering-flats",
|
|
5304
5486
|
"https://whatsonzwift.com/world/makuri-islands/route/wandering-flats",
|
|
5487
|
+
"https://zwifterbikes.web.app/route/wandering-flats",
|
|
5305
5488
|
],
|
|
5306
5489
|
[
|
|
5307
5490
|
3919912289,
|
|
@@ -5332,6 +5515,7 @@ exports.routes = [
|
|
|
5332
5515
|
"https://www.strava.com/segments/24674909",
|
|
5333
5516
|
"https://zwiftinsider.com/route/casse-pattes",
|
|
5334
5517
|
"https://whatsonzwift.com/world/france/route/casse-pattes",
|
|
5518
|
+
"https://zwifterbikes.web.app/route/casse-pattes",
|
|
5335
5519
|
],
|
|
5336
5520
|
[
|
|
5337
5521
|
3921412335,
|
|
@@ -5373,6 +5557,7 @@ exports.routes = [
|
|
|
5373
5557
|
"https://www.strava.com/segments/21911191",
|
|
5374
5558
|
"https://zwiftinsider.com/route/big-foot-hills",
|
|
5375
5559
|
"https://whatsonzwift.com/world/watopia/route/big-foot-hills",
|
|
5560
|
+
"https://zwifterbikes.web.app/route/big-foot-hills",
|
|
5376
5561
|
],
|
|
5377
5562
|
[
|
|
5378
5563
|
3976402826,
|
|
@@ -5400,6 +5585,7 @@ exports.routes = [
|
|
|
5400
5585
|
"https://www.strava.com/segments/30327200",
|
|
5401
5586
|
"https://zwiftinsider.com/route/greatest-london-loop-reverse",
|
|
5402
5587
|
"https://whatsonzwift.com/world/london/route/greatest-london-loop-reverse",
|
|
5588
|
+
"https://zwifterbikes.web.app/route/greatest-london-loop-reverse",
|
|
5403
5589
|
],
|
|
5404
5590
|
[
|
|
5405
5591
|
3994934674,
|
|
@@ -5427,6 +5613,7 @@ exports.routes = [
|
|
|
5427
5613
|
"https://www.strava.com/segments/14032442",
|
|
5428
5614
|
"https://zwiftinsider.com/route/volcano-flat",
|
|
5429
5615
|
"https://whatsonzwift.com/world/watopia/route/volcano-flat",
|
|
5616
|
+
"https://zwifterbikes.web.app/route/volcano-flat",
|
|
5430
5617
|
],
|
|
5431
5618
|
[
|
|
5432
5619
|
4009235104,
|
|
@@ -5457,6 +5644,7 @@ exports.routes = [
|
|
|
5457
5644
|
"https://www.strava.com/segments/18398698",
|
|
5458
5645
|
"https://zwiftinsider.com/route/achterbahn",
|
|
5459
5646
|
"https://whatsonzwift.com/world/innsbruck/route/achterbahn",
|
|
5647
|
+
"https://zwifterbikes.web.app/route/achterbahn",
|
|
5460
5648
|
],
|
|
5461
5649
|
[
|
|
5462
5650
|
4012646479,
|
|
@@ -5487,6 +5675,7 @@ exports.routes = [
|
|
|
5487
5675
|
"https://www.strava.com/segments/12747814",
|
|
5488
5676
|
"https://zwiftinsider.com/route/london-8",
|
|
5489
5677
|
"https://whatsonzwift.com/world/london/route/london-8",
|
|
5678
|
+
"https://zwifterbikes.web.app/route/greatest-london-loop",
|
|
5490
5679
|
],
|
|
5491
5680
|
[
|
|
5492
5681
|
4107749591,
|
|
@@ -5517,6 +5706,7 @@ exports.routes = [
|
|
|
5517
5706
|
"https://www.strava.com/segments/33635722",
|
|
5518
5707
|
"https://zwiftinsider.com/route/city-and-the-sgurr",
|
|
5519
5708
|
"https://whatsonzwift.com/world/scotland/route/city-and-the-sgurr",
|
|
5709
|
+
"https://zwifterbikes.web.app/route/city-and-the-sgurr",
|
|
5520
5710
|
],
|
|
5521
5711
|
[
|
|
5522
5712
|
4107844490,
|
|
@@ -5544,6 +5734,7 @@ exports.routes = [
|
|
|
5544
5734
|
"https://www.strava.com/segments/16404624",
|
|
5545
5735
|
"https://zwiftinsider.com/route/big-loop-reverse",
|
|
5546
5736
|
"https://whatsonzwift.com/world/watopia/route/big-loop-reverse",
|
|
5737
|
+
"https://zwifterbikes.web.app/route/big-loop-reverse",
|
|
5547
5738
|
],
|
|
5548
5739
|
[
|
|
5549
5740
|
4142772830,
|
|
@@ -5575,6 +5766,7 @@ exports.routes = [
|
|
|
5575
5766
|
"https://www.strava.com/segments/15159137",
|
|
5576
5767
|
"https://zwiftinsider.com/route/three-sisters",
|
|
5577
5768
|
"https://whatsonzwift.com/world/watopia/route/three-sisters",
|
|
5769
|
+
"https://zwifterbikes.web.app/route/three-sisters",
|
|
5578
5770
|
],
|
|
5579
5771
|
[
|
|
5580
5772
|
4149936043,
|
|
@@ -5602,6 +5794,7 @@ exports.routes = [
|
|
|
5602
5794
|
undefined,
|
|
5603
5795
|
undefined,
|
|
5604
5796
|
"https://whatsonzwift.com/route/climb-portal-mont-saint-michel",
|
|
5797
|
+
undefined,
|
|
5605
5798
|
],
|
|
5606
5799
|
[
|
|
5607
5800
|
4194352271,
|
|
@@ -5632,6 +5825,7 @@ exports.routes = [
|
|
|
5632
5825
|
"https://www.strava.com/segments/22891973",
|
|
5633
5826
|
"https://zwiftinsider.com/route/cobbled-climbs-reverse",
|
|
5634
5827
|
"https://whatsonzwift.com/world/richmond/route/cobbled-climbs-reverse",
|
|
5828
|
+
"https://zwifterbikes.web.app/route/cobbled-climbs-reverse",
|
|
5635
5829
|
],
|
|
5636
5830
|
[
|
|
5637
5831
|
4210048937,
|
|
@@ -5662,6 +5856,7 @@ exports.routes = [
|
|
|
5662
5856
|
"https://www.strava.com/segments/16781219",
|
|
5663
5857
|
"https://zwiftinsider.com/route/london-triple-loops",
|
|
5664
5858
|
"https://whatsonzwift.com/world/london/route/triple-loops",
|
|
5859
|
+
"https://zwifterbikes.web.app/route/triple-loops",
|
|
5665
5860
|
],
|
|
5666
5861
|
[
|
|
5667
5862
|
4232726854,
|
|
@@ -5689,6 +5884,7 @@ exports.routes = [
|
|
|
5689
5884
|
undefined,
|
|
5690
5885
|
undefined,
|
|
5691
5886
|
undefined,
|
|
5887
|
+
undefined,
|
|
5692
5888
|
],
|
|
5693
5889
|
[
|
|
5694
5890
|
4240327959,
|
|
@@ -5716,6 +5912,7 @@ exports.routes = [
|
|
|
5716
5912
|
"https://www.strava.com/segments/18993273",
|
|
5717
5913
|
"https://zwiftinsider.com/route/ocean-blvd",
|
|
5718
5914
|
"https://whatsonzwift.com/world/watopia/route/11-1-ocean-blvd",
|
|
5915
|
+
undefined,
|
|
5719
5916
|
],
|
|
5720
5917
|
[
|
|
5721
5918
|
4258943387,
|
|
@@ -5743,6 +5940,7 @@ exports.routes = [
|
|
|
5743
5940
|
"https://www.strava.com/segments/33238344",
|
|
5744
5941
|
"https://zwiftinsider.com/route/turf-n-surf",
|
|
5745
5942
|
"https://whatsonzwift.com/world/makuri-islands/route/turf-n-surf",
|
|
5943
|
+
"https://zwifterbikes.web.app/route/turf-n-surf",
|
|
5746
5944
|
],
|
|
5747
5945
|
[
|
|
5748
5946
|
4263172118,
|
|
@@ -5773,8 +5971,9 @@ exports.routes = [
|
|
|
5773
5971
|
"https://www.strava.com/segments/15175857",
|
|
5774
5972
|
"https://zwiftinsider.com/route/three-sisters-reverse",
|
|
5775
5973
|
"https://whatsonzwift.com/world/watopia/route/three-sisters-reverse",
|
|
5974
|
+
"https://zwifterbikes.web.app/route/three-sisters-reverse",
|
|
5776
5975
|
],
|
|
5777
|
-
].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,]) => ({
|
|
5976
|
+
].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,]) => ({
|
|
5778
5977
|
id,
|
|
5779
5978
|
name,
|
|
5780
5979
|
slug,
|
|
@@ -5800,4 +5999,5 @@ exports.routes = [
|
|
|
5800
5999
|
stravaSegmentUrl,
|
|
5801
6000
|
zwiftInsiderUrl,
|
|
5802
6001
|
whatsOnZwiftUrl,
|
|
6002
|
+
zwifterBikesUrl,
|
|
5803
6003
|
}));
|