Skip to content

Commit

Permalink
Update ZME Approach Controls (#353)
Browse files Browse the repository at this point in the history
* Update FSM.json

* Update CBM.json

* Update HOP.json

* Update JAN.json

* Update LIT.json

* Update CBM.json

* Update CBM.json

* Update NMM.json

* Update HOP.json
  • Loading branch information
CJP1021 authored Jan 29, 2024
1 parent 7513480 commit 82b7645
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 508 deletions.
225 changes: 113 additions & 112 deletions Boundaries/CBM/CBM.json
Original file line number Diff line number Diff line change
@@ -1,115 +1,116 @@
{
"type": "Feature",
"properties": {
"id": "CBM",
"prefix": [
"CBM"
],
"name": "Columbus Approach"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-89.3,
33.39028
],
[
-89.13556,
33.3925
],
[
-89.0,
33.39306
],
[
-88.41778,
33.39167
],
[
-88.43056,
33.2
],
[
-88.4,
33.05833
],
[
-88.2875,
32.85278
],
[
-87.98611,
33.04306
],
[
-87.80833,
33.18333
],
[
-87.725,
33.24167
],
[
-87.67417,
33.28611
],
[
-87.63333,
33.31667
],
[
-87.61667,
33.44583
],
[
-87.61389,
33.5125
],
[
-87.59167,
33.67083
],
[
-87.56667,
33.89028
],
[
-88.06667,
34.11667
],
[
-88.28333,
34.2
],
[
-88.39167,
34.24444
],
[
-88.75,
34.38333
],
[
-89.03056,
34.11111
],
[
-89.21667,
33.925
],
[
-89.29167,
33.55833
],
[
-89.3,
33.39028
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"id": "CBM",
"prefix": "CBM",
"name": "Columbus Approach"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-87.986111,
33.043056
],
[
-88.2875,
32.852778
],
[
-88.4,
33.058333
],
[
-88.430556,
33.2
],
[
-88.825,
33.222222
],
[
-88.999167,
33.209444
],
[
-89.135556,
33.3925
],
[
-89.3,
33.390278
],
[
-89.291667,
33.558333
],
[
-89.216667,
33.925
],
[
-89.030556,
34.111111
],
[
-88.75,
34.383333
],
[
-88.391667,
34.244444
],
[
-88.283333,
34.2
],
[
-88.066667,
34.116667
],
[
-87.566667,
33.890278
],
[
-87.591667,
33.670833
],
[
-87.613889,
33.5125
],
[
-87.616667,
33.445833
],
[
-87.633333,
33.316667
],
[
-87.674167,
33.286111
],
[
-87.725,
33.241667
],
[
-87.808333,
33.183333
],
[
-87.986111,
33.043056
]
]
]
]
]
}
}
}
}
]
}
Loading

0 comments on commit 82b7645

Please sign in to comment.