-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
151 lines (148 loc) · 5.2 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
// this is for the Belt And Road Initiative scrollytelling map
var config = {
style: "mapbox://styles/taishiwalden/ckzovzbqj000714qnd5m3cdcm", //TODO
accessToken: "pk.eyJ1IjoidGFpc2hpd2FsZGVuIiwiYSI6ImNrcXkzaWJvbzE0Zzgyd21mZHVjNDBvYmIifQ.E2__hXdmUMAPh2zjvGjJgw", //TODO
title: "The Belt and Road Initiative", //TODO
subtitle: "The Impacts of the World’s Largest Infrastructure Project", //TODO
byline: "By Taishi Walden", //TODO
footer: "©2022 Taishi Walden",
showMarkers: false,
theme: "light",
alignment: "left",
chapters: [
//Afro-Eurasia Overview
{
id: "48d352fe5c88b29680f9ce8d7a233191",
title: "Introduction",
description:
"The Belt and Road Initiative (BRI) is a global infrastructure development strategy initiated by the People's Republic of China (PRC) in 2013 to invest in nearly 70 countries and international organizations.",
location: {
center: [72.823, 23.852],
zoom: 2.26,
pitch: 0,
bearing: 0,
},
},
//THE NEW SILK ROAD: Zoom into Beijing, China
{
id: "5c76ad75992aaac989465955479e2fb4",
title: "Beijing",
description:
"China’s President Xi Jinping unveiled The Initiative, officially stating that the BRI aims to 'promote the connectivity of Asian, European and African continents and their adjacent seas, establish and strengthen partnerships among the countries along the Belt and Road, set up all-dimensional, multi-tiered and composite connectivity networks, and realize diversified, independent, balanced and sustainable development in these countries.'",
location: {
center: [115.443, 40.054],
zoom: 6.86,
pitch: 0,
bearing: 0,
},
},
//THE NEW SILK ROAD: Xian, China The start of "THE NEW SILK ROAD"
{
id: "7ba8dfb2d8196a463676254236476581",
title: "Xian, China",
description: "Add text here about Xian",
location: {
center: [103.706, 36.704],
zoom: 4.98,
pitch: 0,
bearing: 0,
},
},
//THE NEW SILK ROAD: Almaty, Kazakhstan
{
id: "9e34f44c4e4aa2afecbf0e85c16e72af",
title: "Almaty, Kazakhstan",
description: "Add text here",
location: {
center: [72.558, 45.62],
zoom: 5.19,
pitch: 0,
bearing: 0,
},
},
//THE NEW SILK ROAD: Samarkand, Uzekistan
{
id: "qatbspsiyczc7r1pu4zqkrgru08du0g7",
title: "Samarkand, Uzekistan",
description: "Add text here",
location: {
center: [64.907, 40.488],
zoom: 5.78,
pitch: 0,
bearing: 0,
},
},
//THE NEW SILK ROAD: Dushanbe, Tajikistan
{
id: "ra7514ik8muffrpz80l1rl839291e1pi",
title: "Dushanbe, Tajikistan",
description: "Add text here",
location: {
center: [69.935, 38.483],
zoom: 6.59,
pitch: 0,
bearing: 0,
},
},
//THE NEW SILK ROAD: Tehran, Iran
{
id: "bo1lysqbm6r8wu60e2e86nvmt1n5q8cl",
title: "Tehran, Iran",
description: "Add text here",
location: {
center: [51.216, 36.101],
zoom: 7,
pitch: 0,
bearing: 0,
},
},
//THE NEW SILK ROAD: Istanbul, Turkey
{
id: "qkvjpfpvj7d2e9uzvbxla01c5vp1k1g5",
title: "Istanbul, Turkey",
description: "Add text here",
location: {
center: [29.572, 41.141],
zoom: 7.19,
pitch: 0,
bearing: 0,
},
},
//THE NEW SILK ROAD: Moscow, Russia
{
id: "t8prwxafovqw4ieem0w1ymfmsqxazpav",
title: "Moscow, Russia",
description: "Add text here",
location: {
center: [34.487, 55.418],
zoom: 4.17,
pitch: 0,
bearing: 0,
},
},
//THE NEW SILK ROAD: Dusseldorf, Germany
{
id: "nq6v66f45ow16xzfgo46zdo5o3a7lgo6",
title: "Dusseldorf, Germany",
description: "Add text here",
location: {
center: [3.056, 51.658],
zoom: 5.02,
pitch: 0,
bearing: 0,
},
},
//THE NEW SILK ROAD: Venice, Italy THE END OF "THE NEW SILK ROAD"
{
id: "c2hd1f3zxj4jyq1lolqvptdblutdmuoh",
title: "Venice, Italy",
description: "Add text here",
location: {
center: [11.37, 45.634],
zoom: 7.39,
pitch: 0,
bearing: 0,
},
},
],
};