Skip to content

Commit

Permalink
Define U.A.E FIR Approach Areas (#393)
Browse files Browse the repository at this point in the history
* Create OMDB.json

* Create OMAA.json

* Update OMDB.json

* Create OMAL.json

* Create OMFJ.json

* Create OMRK.json

* Remove doubled up coordinates in OMAA.json

* Fix circle around Argoob
  • Loading branch information
luke11brown authored Nov 3, 2024
1 parent 973d641 commit 7382f20
Show file tree
Hide file tree
Showing 5 changed files with 655 additions and 0 deletions.
155 changes: 155 additions & 0 deletions Boundaries/OMAA/OMAA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
{
"type": "Feature",
"properties": {
"id": "OMAA",
"prefix": [
"OMAA"
],
"name": "Abu Dhabi Arrival/Departure"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
54.379444444444445,
24.30138888888889
],
[
53.916666666666664,
24.466666666666665
],
[
53.916666666666664,
24.583333333333332
],
[
54.00888888888889,
24.76
],
[
54.2,
24.966666666666665
],
[
54.41277777777778,
24.95
],
[
54.833333333333336,
24.916666666666668
],
[
54.89944444444444,
24.883888888888887
],
[
55.098888888888894,
24.78388888888889
],
[
55.080555555555556,
24.755555555555556
],
[
55.026944444444446,
24.669722222222223
],
[
55.02972222222222,
24.640833333333333
],
[
55.03033650410782,
24.634167719253465
],
[
55.03369288546946,
24.621463054571773
],
[
55.03919495164075,
24.609393145281707
],
[
55.04670722512083,
24.598254967156034
],
[
55.05604473056235,
24.58832249562463
],
[
55.066977549094986,
24.5798399873287
],
[
55.07923647936343,
24.573015996357874
],
[
55.08111111111111,
24.572222222222223
],
[
55.15555555555555,
24.51388888888889
],
[
55.166666666666664,
24.508333333333333
],
[
55.38333333333333,
24.467499999999998
],
[
55.45,
24.583333333333332
],
[
55.833333333333336,
24.583333333333332
],
[
56,
24.583333333333332
],
[
56.09027777777778,
24.50777777777778
],
[
55.583333333333336,
24
],
[
55.506388888888885,
23.741111111111113
],
[
55.38666666666666,
23.791666666666668
],
[
55.3,
23.83861111111111
],
[
55,
24
],
[
54.516666666666666,
24.325
],
[
54.379444444444445,
24.30138888888889
]
]
]
]
}
}
99 changes: 99 additions & 0 deletions Boundaries/OMAL/OMAL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"type": "Feature",
"properties": {
"id": "OMAL",
"prefix": [
"OMAL"
],
"name": "Al Ain Approach"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
55.45,
24.583333333333332
],
[
55.833333333333336,
24.583333333333332
],
[
55.833333333333336,
24.583333333333332
],
[
56,
24.583333333333332
],
[
56,
24.583333333333332
],
[
56.09027777777778,
24.50777777777778
],
[
56.09027777777778,
24.50777777777778
],
[
55.583333333333336,
24
],
[
55.583333333333336,
24
],
[
55.506388888888885,
23.741111111111113
],
[
55.506388888888885,
23.741111111111113
],
[
55.38666666666666,
23.791666666666668
],
[
55.38666666666666,
23.791666666666668
],
[
55.3,
23.83861111111111
],
[
55.3,
23.83861111111111
],
[
55.35805555555556,
24.275
],
[
55.35805555555556,
24.275
],
[
55.38333333333333,
24.467499999999998
],
[
55.38333333333333,
24.467499999999998
],
[
55.45,
24.583333333333332
]
]
]
]
}
}
Loading

0 comments on commit 7382f20

Please sign in to comment.