Skip to content

Commit

Permalink
T75 Consolidation Boundary (#341)
Browse files Browse the repository at this point in the history
T75 now has an STL, PIA, and a SPI area. When STL_APP is online all three areas should show as one TRACON. This new json should have it show as combined.
  • Loading branch information
kylekaestner authored Dec 12, 2023
1 parent 1b461bc commit 4d39391
Showing 1 changed file with 203 additions and 0 deletions.
203 changes: 203 additions & 0 deletions Boundaries/T75 update
Original file line number Diff line number Diff line change
@@ -0,0 +1,203 @@
{
"type": "Feature",
"properties": {
"id": "T75",
"prefix": [
"STL"
],
"name": "St. Louis Approach"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-90.458333,
39.402778
],
[
-90.45,
39.95
],
[
-90.333333,
40.241667
],
[
-90.568056,
40.338889
],
[
-90.416667,
40.816667
],
[
-90.286111,
40.859167
],
[
-90.249167,
41.024444
],
[
-90.079167,
41.075
],
[
-89.891667,
41.1375
],
[
-89.795833,
41.141667
],
[
-89.6475,
41.065833
],
[
-89.291667,
40.891667
],
[
-89.145556,
40.740556
],
[
-88.6625,
40.740556
],
[
-88.529167,
40.583333
],
[
-88.566667,
40.441667
],
[
-88.701667,
40.37
],
[
-88.858333,
40.283333
],
[
-89.245833,
40.075
],
[
-89.183333,
40.016667
],
[
-89.184722,
40.0
],
[
-89.216667,
39.808333
],
[
-89.15,
39.566667
],
[
-89.683333,
39.191667
],
[
-89.591667,
39.020833
],
[
-89.541667,
38.908333
],
[
-89.5,
38.8
],
[
-89.497222,
38.697222
],
[
-89.503333,
38.675
],
[
-89.65,
38.388889
],
[
-89.841667,
38.175
],
[
-90.316667,
38.033333
],
[
-90.433333,
38.041667
],
[
-90.45,
38.0475
],
[
-90.7,
38.133333
],
[
-90.916667,
38.233333
],
[
-91.083333,
38.383333
],
[
-91.161111,
38.5
],
[
-91.216667,
38.766667
],
[
-91.204167,
38.825
],
[
-91.166667,
38.966667
],
[
-91.061111,
39.133333
],
[
-91.045278,
39.145
],
[
-90.833333,
39.3
],
[
-90.666667,
39.375
],
[
-90.458333,
39.402778
]
]
]
]
}
}

0 comments on commit 4d39391

Please sign in to comment.