zwift-data 1.8.1 → 1.9.3
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/routes.js +5 -1
- package/lib/cjs/segments.js +806 -805
- package/lib/cjs/worlds.js +11 -0
- package/lib/esm/routes.js +5 -1
- package/lib/esm/segments.js +806 -805
- package/lib/esm/worlds.js +11 -0
- package/lib/types/achievements.d.ts +2 -2
- package/lib/types/bikeFrames.d.ts +1 -1
- package/lib/types/bikeFrontWheels.d.ts +1 -1
- package/lib/types/bikeRearWheels.d.ts +1 -1
- package/lib/types/bikeShoes.d.ts +1 -1
- package/lib/types/challenges.d.ts +1 -1
- package/lib/types/glasses.d.ts +1 -1
- package/lib/types/headgears.d.ts +1 -1
- package/lib/types/jerseys.d.ts +1 -1
- package/lib/types/notableMomentTypes.d.ts +1 -1
- package/lib/types/paintJobs.d.ts +1 -1
- package/lib/types/routes.d.ts +1 -1
- package/lib/types/runShirts.d.ts +1 -1
- package/lib/types/runShoes.d.ts +1 -1
- package/lib/types/runShorts.d.ts +1 -1
- package/lib/types/socks.d.ts +1 -1
- package/lib/types/trainingPlans.d.ts +1 -1
- package/lib/types/types.d.ts +7 -3
- package/lib/types/unlockableCategories.d.ts +1 -1
- package/package.json +1 -1
package/lib/cjs/worlds.js
CHANGED
|
@@ -10,6 +10,7 @@ exports.worlds = [
|
|
|
10
10
|
[-11.62597, 166.87747],
|
|
11
11
|
[-11.70255, 167.03255],
|
|
12
12
|
],
|
|
13
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Watopia.png",
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
id: 2,
|
|
@@ -19,6 +20,7 @@ exports.worlds = [
|
|
|
19
20
|
[37.5774, -77.48954],
|
|
20
21
|
[37.5014, -77.394],
|
|
21
22
|
],
|
|
23
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Richmond.png",
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
id: 3,
|
|
@@ -28,6 +30,7 @@ exports.worlds = [
|
|
|
28
30
|
[51.5362, -0.1776],
|
|
29
31
|
[51.4601, -0.0555],
|
|
30
32
|
],
|
|
33
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_London.png",
|
|
31
34
|
},
|
|
32
35
|
{
|
|
33
36
|
id: 4,
|
|
@@ -37,6 +40,7 @@ exports.worlds = [
|
|
|
37
40
|
[40.81725, -74.0227],
|
|
38
41
|
[40.74085, -73.9222],
|
|
39
42
|
],
|
|
43
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_NewYork.png",
|
|
40
44
|
},
|
|
41
45
|
{
|
|
42
46
|
id: 5,
|
|
@@ -46,6 +50,7 @@ exports.worlds = [
|
|
|
46
50
|
[47.2947, 11.3501],
|
|
47
51
|
[47.2055, 11.4822],
|
|
48
52
|
],
|
|
53
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Innsbruck.png",
|
|
49
54
|
},
|
|
50
55
|
{
|
|
51
56
|
id: 6,
|
|
@@ -55,6 +60,7 @@ exports.worlds = [
|
|
|
55
60
|
[44.5308037, 11.26261748],
|
|
56
61
|
[44.45463821, 11.36991729102076],
|
|
57
62
|
],
|
|
63
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Bologna.png",
|
|
58
64
|
},
|
|
59
65
|
{
|
|
60
66
|
id: 7,
|
|
@@ -64,6 +70,7 @@ exports.worlds = [
|
|
|
64
70
|
[54.0254, -1.632],
|
|
65
71
|
[53.9491, -1.5022],
|
|
66
72
|
],
|
|
73
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Yorkshire.png",
|
|
67
74
|
},
|
|
68
75
|
{
|
|
69
76
|
id: 8,
|
|
@@ -73,6 +80,7 @@ exports.worlds = [
|
|
|
73
80
|
[-10.3657, 165.7824],
|
|
74
81
|
[-10.4038, 165.8207],
|
|
75
82
|
],
|
|
83
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_CritCity.png",
|
|
76
84
|
},
|
|
77
85
|
{
|
|
78
86
|
id: 10,
|
|
@@ -82,6 +90,7 @@ exports.worlds = [
|
|
|
82
90
|
[-21.64155, 166.1384],
|
|
83
91
|
[-21.7564, 166.26125],
|
|
84
92
|
],
|
|
93
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_France.png",
|
|
85
94
|
},
|
|
86
95
|
{
|
|
87
96
|
id: 11,
|
|
@@ -91,6 +100,7 @@ exports.worlds = [
|
|
|
91
100
|
[48.9058, 2.2561],
|
|
92
101
|
[48.82945, 2.3722],
|
|
93
102
|
],
|
|
103
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Champs.png",
|
|
94
104
|
},
|
|
95
105
|
{
|
|
96
106
|
id: 12,
|
|
@@ -100,5 +110,6 @@ exports.worlds = [
|
|
|
100
110
|
[-10.73746, 165.80468],
|
|
101
111
|
[-10.81405, 165.88222],
|
|
102
112
|
],
|
|
113
|
+
imageUrl: "https://cdn.zwift.com/static/images/maps/MiniMap_Japan.png",
|
|
103
114
|
},
|
|
104
115
|
];
|
package/lib/esm/routes.js
CHANGED
|
@@ -1070,6 +1070,9 @@ export const routes = [
|
|
|
1070
1070
|
"running",
|
|
1071
1071
|
"cycling"
|
|
1072
1072
|
],
|
|
1073
|
+
"stravaSegmentId": 30480835,
|
|
1074
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/30480835",
|
|
1075
|
+
"zwiftInsiderUrl": "https://zwiftinsider.com/route/neokyo-crit-course",
|
|
1073
1076
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/route/neokyo-crit-course"
|
|
1074
1077
|
},
|
|
1075
1078
|
{
|
|
@@ -2824,7 +2827,8 @@ export const routes = [
|
|
|
2824
2827
|
"leadInElevationInMeetups": 1,
|
|
2825
2828
|
"segments": [
|
|
2826
2829
|
"rooftop-kom",
|
|
2827
|
-
"castle-kom"
|
|
2830
|
+
"castle-kom",
|
|
2831
|
+
"temple-kom-from-fishing-village-side"
|
|
2828
2832
|
],
|
|
2829
2833
|
"levelLocked": false,
|
|
2830
2834
|
"lap": true,
|