Skip to content

Commit

Permalink
change of Y655/Y677, add ENSUM
Browse files Browse the repository at this point in the history
  • Loading branch information
lancard committed Nov 29, 2023
1 parent c785edb commit 8ee5d89
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 16 deletions.
48 changes: 32 additions & 16 deletions database/airway.json
Original file line number Diff line number Diff line change
Expand Up @@ -1333,23 +1333,23 @@
"description": "고고도항로",
"airwayType": "RNAV",
"fixStart": "TOLIS",
"fixEnd": "LIMDI"
"fixEnd": "ENSUM"
},
{
"name": "Y655",
"seq": 7,
"description": "고고도항로",
"airwayType": "RNAV",
"fixStart": "LIMDI",
"fixEnd": "REMOS"
"fixStart": "ENSUM",
"fixEnd": "BONSO"
},
{
"name": "Y655",
"seq": 8,
"description": "고고도항로",
"airwayType": "RNAV",
"fixStart": "REMOS",
"fixEnd": "CJU"
"fixStart": "BONSO",
"fixEnd": "ATOTI"
},
{
"name": "Y711",
Expand Down Expand Up @@ -3704,28 +3704,44 @@
"fixEnd": "ISAKY"
},
{
"name": "Y65",
"seq": 160,
"name": "Y677",
"seq": 10,
"description": "고고도항로",
"airwayType": "RNAV",
"fixStart": "TOLIS",
"fixEnd": "SADLI"
"fixEnd": "LIMDI"
},
{
"name": "Y65",
"seq": 170,
"name": "Y677",
"seq": 20,
"description": "고고도항로",
"airwayType": "RNAV",
"fixStart": "SADLI",
"fixEnd": "BONSO"
"fixStart": "LIMDI",
"fixEnd": "REMOS"
},
{
"name": "Y65",
"seq": 180,
"name": "Y677",
"seq": 30,
"description": "고고도항로",
"airwayType": "RNAV",
"fixStart": "BONSO",
"fixEnd": "ATOTI"
"fixStart": "REMOS",
"fixEnd": "CJU"
},
{
"name": "Y677",
"seq": 40,
"description": "고고도항로",
"airwayType": "RNAV",
"fixStart": "CJU",
"fixEnd": "TAMNA"
},
{
"name": "Y677",
"seq": 50,
"description": "고고도항로",
"airwayType": "RNAV",
"fixStart": "TAMNA",
"fixEnd": "SAMDO"
},
{
"name": "Y742",
Expand Down
8 changes: 8 additions & 0 deletions database/navaid.json
Original file line number Diff line number Diff line change
Expand Up @@ -2865,6 +2865,14 @@
"latitude": "N036.55.54.000",
"longitude": "E127.47.47.000"
},
{
"name": "ENSUM",
"navaidType": "FIX",
"extraType": "FIX",
"description": "경로 픽스",
"latitude": "N032.13.02.000",
"longitude": "E124.46.35.000"
},
{
"name": "ENTEL",
"navaidType": "FIX",
Expand Down

0 comments on commit 8ee5d89

Please sign in to comment.