-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
40 lines (40 loc) · 1001 Bytes
/
config.json
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
{
"mapConfig": {
"center": [34.82, -94.58],
"zoom": 5,
"maxZoom": 10,
"minZoom": 3
},
"vizConfig": {
"points": {
"radius": 8,
"weight": 1,
"stroke": false,
"fillColor": "#f1c40f",
"fillOpacity": 0.5
},
"routes": {
"styles": [
{
"color": "#3498db",
"opacity": 1,
"weight": 2,
"className": "animate"
}
]
},
"flights": {
"color": "#27ae60",
"weight": 2
},
"states": {
"style": {
"color": "#c0392b",
"stroke": false,
"opacity": 0.4
}
}
},
"stadiaApiKey": "8823da9b-399b-4ef0-b256-62d2029d7096",
"mapboxApiKey": "sk.eyJ1Ijoic2xlc2FhZCIsImEiOiJja3ZhNTlsamNhYjhlMzJuejd5YTdkMWR3In0.-As783arc7tlRLgHmads4A"
}