-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
39 lines (39 loc) · 885 Bytes
/
config.json
File metadata and controls
39 lines (39 loc) · 885 Bytes
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
{
"mapConfig": {
"center": [20, -94],
"zoom": 1.85,
"maxZoom": 10,
"minZoom": 0
},
"vizConfig": {
"points": {
"radius": 5,
"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"
}