-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create the lateral boundaries of Valley TRACON in ZHU (#357)
* Create VLY.json * Update VLY.json to fix overlap with MMRX
- Loading branch information
1 parent
945cc2e
commit 042c1ef
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"type": "Feature", | ||
"properties": { | ||
"id": "VLY", | ||
"prefix": [ | ||
"VLY" | ||
], | ||
"name": "Valley Approach" | ||
}, | ||
"geometry": { | ||
"type": "MultiPolygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
[ -97.1502777778, 26.93611111109999 ], | ||
[ -97.771666666700014, 26.969444444399983 ], | ||
[ -97.81111111109999, 26.822222222200139 ], | ||
[ -98.3, 26.802777777800088 ], | ||
[ -98.5, 26.458333333300118 ], | ||
[ -98.588961317507056, 26.2358706152073 ], | ||
[ -98.483333, 26.216664 ], | ||
[ -98.349997, 26.183333 ], | ||
[ -98.25, 26.1 ], | ||
[ -98.099997, 26.066664 ], | ||
[ -98.033331, 26.033333 ], | ||
[ -97.866664, 26.05 ], | ||
[ -97.815614, 26.044889 ], | ||
[ -97.712319797518887, 26.024571306218601 ], | ||
[ -97.531211742619391, 25.916614387500008 ], | ||
[ -97.497585817116871, 25.890657532726138 ], | ||
[ -97.39021882691587, 25.837563966143222 ], | ||
[ -97.342434616991241, 25.923103601193475 ], | ||
[ -97.245686340106815, 25.954959741143224 ], | ||
[ -97.144218635081685, 25.9561395981784 ], | ||
[ -97.02092357490578, 25.966758311494981 ], | ||
[ -96.924175298021368, 25.9756072392588 ], | ||
[ -96.927777777799975, 26.000277777800079 ], | ||
[ -96.921225655433418, 26.078254801319101 ], | ||
[ -96.945833333300016, 26.166666666699939 ], | ||
[ -96.972222222199946, 26.333333333300061 ], | ||
[ -97.041666666699939, 26.583333333300004 ], | ||
[ -97.12916666670003, 26.833333333300118 ], | ||
[ -97.1502777778, 26.93611111109999 ] | ||
] | ||
] | ||
] | ||
} | ||
} |