From 854071653dc969c4d7f3606cbb5c17f51ff17786 Mon Sep 17 00:00:00 2001 From: kylekaestner <63120227+kylekaestner@users.noreply.github.com> Date: Sun, 26 Nov 2023 16:09:27 -0600 Subject: [PATCH] Create T75 update 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. --- Boundaries/T75 update | 203 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 Boundaries/T75 update diff --git a/Boundaries/T75 update b/Boundaries/T75 update new file mode 100644 index 00000000..5b09b32b --- /dev/null +++ b/Boundaries/T75 update @@ -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 + ] + ] + ] + ] + } +}