-
Notifications
You must be signed in to change notification settings - Fork 0
/
citiesdata.js
79 lines (72 loc) · 1.31 KB
/
citiesdata.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
/* 1 */
{
"_id" : ObjectId("58745ebadbb4fa4978bc94dd"),
"id" : 1,
"lon" : -77.590276,
"lat" : 42.952286,
"state" : "NY",
"city" : "Honeoye Falls"
}
/* 2 */
{
"_id" : ObjectId("5874617cdbb4fa4978bc95d5"),
"id" : 2,
"lon" : -76.501881,
"lat" : 42.443961,
"state" : "NY",
"city" : "Ithaca"
}
/* 3 */
{
"_id" : ObjectId("587461a7dbb4fa4978bc95e7"),
"id" : 3,
"city" : "Denver",
"state" : "CO",
"lat" : 39.739236,
"lon" : -104.990251
}
/* 4 */
{
"_id" : ObjectId("587461cddbb4fa4978bc95f7"),
"id" : 4,
"lon" : -72.855947,
"lat" : 44.112005,
"state" : "VT",
"city" : "Warren"
}
/* 5 */
{
"_id" : ObjectId("5874620adbb4fa4978bc960d"),
"id" : 5,
"city" : "Flint",
"state" : "MI",
"lat" : 43.012527,
"lon" : -83.687456
}
/* 6 */
{
"_id" : ObjectId("5874622fdbb4fa4978bc9618"),
"id" : 6,
"city" : "Houston",
"state" : "TX",
"lat" : 29.760427,
"lon" : -95.369803
}
/* 7 */
{
"_id" : ObjectId("58746259dbb4fa4978bc962b"),
"id" : 7,
"city" : "Los Angeles",
"state" : "CA",
"lat" : 34.052234,
"lon" : -118.243685
}
/* 8 */
{
"_id" : ObjectId("5874627fdbb4fa4978bc963a"),
"id" : 8,
"city" : "Bozeman",
"state" : "MT",
"lat" : 45.676998,
"lon" : -111.042934
}