-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcities_nm.json
116 lines (116 loc) · 2.33 KB
/
cities_nm.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
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
116
{
"citiesList": [
{
"gameName": "alamogordo",
"realName": "Alamogordo",
"country": "new_mexico",
"x": "-46944.1",
"y": "127.48",
"z": "31604"
},
{
"gameName": "albuquerque",
"realName": "Albuquerque",
"country": "new_mexico",
"x": "-50091.6",
"y": "119.625",
"z": "19426.6"
},
{
"gameName": "artesia",
"realName": "Artesia",
"country": "new_mexico",
"x": "-39437.2",
"y": "106.828",
"z": "33191.9"
},
{
"gameName": "carlsbad_nm",
"realName": "Carlsbad",
"country": "new_mexico",
"x": "-38330.6",
"y": "102.016",
"z": "35353.5"
},
{
"gameName": "clovis",
"realName": "Clovis",
"country": "new_mexico",
"x": "-33411.9",
"y": "138.973",
"z": "24758.7"
},
{
"gameName": "farmington",
"realName": "Farmington",
"country": "new_mexico",
"x": "-54704.5",
"y": "135",
"z": "8813.18"
},
{
"gameName": "gallup",
"realName": "Gallup",
"country": "new_mexico",
"x": "-58246.5",
"y": "166.41",
"z": "15448.3"
},
{
"gameName": "hobbs",
"realName": "Hobbs",
"country": "new_mexico",
"x": "-33734.9",
"y": "64.0195",
"z": "33858.8"
},
{
"gameName": "las_cruces",
"realName": "Las Cruces",
"country": "new_mexico",
"x": "-51595.3",
"y": "110",
"z": "34674.6"
},
{
"gameName": "raton",
"realName": "Raton",
"country": "new_mexico",
"x": "-38146.3",
"y": "154.02",
"z": "10209.8"
},
{
"gameName": "roswell",
"realName": "Roswell",
"country": "new_mexico",
"x": "-39713.4",
"y": "106.012",
"z": "29859.5"
},
{
"gameName": "santa_fe",
"realName": "Santa Fe",
"country": "new_mexico",
"x": "-44752.1",
"y": "149.02",
"z": "16062.1"
},
{
"gameName": "socorro",
"realName": "Socorro",
"country": "new_mexico",
"x": "-50697.3",
"y": "123.242",
"z": "24592.9"
},
{
"gameName": "tucumcari",
"realName": "Tucumcari",
"country": "new_mexico",
"x": "-35286.4",
"y": "142.113",
"z": "20109.9"
}
]
}