-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcity_coordinates.json
58 lines (53 loc) · 1.13 KB
/
city_coordinates.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"bogota": {
"latitude":{
"min": 4.592401,
"max": 4.710260
},
"longitude":{
"min": -74.140897,
"max": -74.067469
},
"bounds": {
"minx": -8265000,
"maxx": -8240000,
"miny": 510000,
"maxy": 532000
},
"seed": 0
},
"sao paulo": {
"latitude":{
"min": -23.661593,
"max": -23.468988
},
"longitude":{
"min": -46.751561,
"max": -46.480828
},
"bounds": {
"minx": -5210000,
"maxx": -5170000,
"miny": -2730000,
"maxy": -2680000
},
"seed": 10
},
"philadelphia": {
"latitude":{
"min": 4.592401,
"max": 4.710260
},
"longitude":{
"min": -74.140897,
"max": -74.067469
},
"bounds": {
"minx": -8265000,
"maxx": -8240000,
"miny": 510000,
"maxy": 532000
},
"seed": 0
}
}