-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
115 lines (115 loc) · 2.48 KB
/
db.json
File metadata and controls
115 lines (115 loc) · 2.48 KB
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
{
"heroStations": [
{
"address": "Capacity: %80",
"id": "montaloma-herostation",
"lat": 37.421073,
"lng": -122.088407,
"name": "Monta Loma HeroStation",
"region": "north-america"
},
{
"address": "Capacity: %10",
"id": "stanford-herostation",
"lat": 37.427113,
"lng": -122.180687,
"name": "Stanford HeroStation",
"region": "north-america"
},
{
"address": "Capacity: %25",
"id": "paloalto-herostation",
"lat": 37.446437,
"lng": -122.129984,
"name": "Palo Alto HeroStation",
"region": "north-america"
},
{
"address": "Capacity: %65",
"id": "losaltos-herostation",
"lat": 37.389254,
"lng": -122.120857,
"name": "Los Altos HeroStation",
"region": "north-america"
},
{
"address": "Fully empty",
"id": "loyola-herostation",
"lat": 37.362838,
"lng": -122.107754,
"name": "Loyola HeroStation",
"region": "north-america"
},
{
"address": "Capacity: %30",
"id": "eastpaloalto-herostation",
"lat": 37.472696,
"lng": -122.132818,
"name": "East Palo Alto HeroStation",
"region": "north-america"
},
{
"address": "Almost full",
"id": "mountainview-herostation",
"lat": 37.390376,
"lng": -122.084651,
"name": "Mountain View HeroStation",
"region": "north-america"
},
{
"address": "Capacity: %70",
"id": "altamesa-herostation",
"lat": 37.395930,
"lng": -122.142670,
"name": "Alta Mesa HeroStation",
"region": "north-america"
}
],
"regions": [
{
"coords": {
"lat": 2.9660291,
"lng": 1.3271339
},
"id": "africa-middle-east",
"name": "Afrika ve Orta Doğu",
"zoom": 3.0
},
{
"coords": {
"lat": 0.0524811,
"lng": 127.6560787
},
"id": "asia-pacific",
"name": "Asya Pasifik",
"zoom": 3.0
},
{
"coords": {
"lat": 46.1352815,
"lng": 7.4033438
},
"id": "europe",
"name": "Avrupa",
"zoom": 4.0
},
{
"coords": {
"lat": -17.5554497,
"lng": -99.2316195
},
"id": "latin-america",
"name": "Latin Amerika",
"zoom": 3.0
},
{
"coords": {
"lat": 45.7128252,
"lng": -97.1547448
},
"id": "north-america",
"name": "Kuzey Amerika",
"zoom": 4.0
}
]
}