-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcities_mt.json
124 lines (124 loc) · 2.46 KB
/
cities_mt.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
117
118
119
120
121
122
123
124
{
"citiesList": [
{
"gameName": "billings",
"realName": "Billings",
"country": "montana",
"x": "-48677.9",
"y": "100.012",
"z": "-42375.1"
},
{
"gameName": "bozeman",
"realName": "Bozeman",
"country": "montana",
"x": "-59779.1",
"y": "124.777",
"z": "-42966.3"
},
{
"gameName": "butte",
"realName": "Butte",
"country": "montana",
"x": "-64788.6",
"y": "128.582",
"z": "-45335.3"
},
{
"gameName": "glasgow_mt",
"realName": "Glasgow",
"country": "montana",
"x": "-40268.7",
"y": "150",
"z": "-54673.6"
},
{
"gameName": "glendive",
"realName": "Glendive",
"country": "montana",
"x": "-33819.1",
"y": "89.2656",
"z": "-47322.6"
},
{
"gameName": "great_falls",
"realName": "Great Falls",
"country": "montana",
"x": "-57882.9",
"y": "99.2813",
"z": "-54597.5"
},
{
"gameName": "havre",
"realName": "Havre",
"country": "montana",
"x": "-51179.6",
"y": "84.9414",
"z": "-58026.8"
},
{
"gameName": "helena",
"realName": "Helena",
"country": "montana",
"x": "-61403.9",
"y": "122.141",
"z": "-49028.7"
},
{
"gameName": "kalispell",
"realName": "Kalispell",
"country": "montana",
"x": "-69691.6",
"y": "95",
"z": "-59999.2"
},
{
"gameName": "laurel",
"realName": "Laurel",
"country": "montana",
"x": "-50371.4",
"y": "91.3828",
"z": "-40981.6"
},
{
"gameName": "lewistown",
"realName": "Lewistown",
"country": "montana",
"x": "-51777.8",
"y": "110",
"z": "-49878.1"
},
{
"gameName": "miles_city",
"realName": "Miles City",
"country": "montana",
"x": "-38197.5",
"y": "78.9609",
"z": "-45381.5"
},
{
"gameName": "missoula",
"realName": "Missoula",
"country": "montana",
"x": "-69914.2",
"y": "109",
"z": "-52575.5"
},
{
"gameName": "sidney",
"realName": "Sidney",
"country": "montana",
"x": "-31754",
"y": "78.8789",
"z": "-51097.8"
},
{
"gameName": "thompson_f",
"realName": "Thompson Falls",
"country": "montana",
"x": "-72525.9",
"y": "83.5703",
"z": "-56488.5"
}
]
}