forked from vatsimnetwork/simaware-tracon-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IND.json
127 lines (127 loc) · 2.03 KB
/
IND.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
125
126
127
{
"type": "Feature",
"properties": {
"id": "IND",
"prefix": [
"IND"
],
"name": "Indianapolis Approach"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-86.95,
40.0
],
[
-86.916667,
40.070833
],
[
-86.866667,
40.163889
],
[
-86.35,
40.225
],
[
-86.083333,
40.208333
],
[
-85.955556,
40.119444
],
[
-85.7975,
40.270833
],
[
-85.561389,
40.502778
],
[
-85.504167,
40.558333
],
[
-85.475,
40.516667
],
[
-85.316667,
40.433333
],
[
-85.091667,
40.3
],
[
-85.1575,
40.083056
],
[
-85.185833,
40.0
],
[
-85.191667,
39.986111
],
[
-85.225,
39.775
],
[
-85.233889,
39.578889
],
[
-85.3175,
39.578056
],
[
-85.500278,
39.455556
],
[
-85.5,
39.083333
],
[
-86.05,
39.027778
],
[
-86.341667,
39.0
],
[
-86.5,
39.0
],
[
-86.870833,
39.291667
],
[
-86.9,
39.383333
],
[
-86.975,
39.954167
],
[
-86.95,
40.0
]
]
]
]
}
}