Skip to content

Commit

Permalink
add NULDI fix / update RKSS VFR Reporting point
Browse files Browse the repository at this point in the history
  • Loading branch information
lancard committed Oct 4, 2023
1 parent 524a58e commit c8e76e8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 37 deletions.
42 changes: 17 additions & 25 deletions database/airway.json
Original file line number Diff line number Diff line change
Expand Up @@ -1413,75 +1413,83 @@
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "DALSU",
"fixEnd": "DOTOL"
"fixEnd": "NULDI"
},
{
"name": "Y711",
"seq": 9,
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "NULDI",
"fixEnd": "DOTOL"
},
{
"name": "Y711",
"seq": 10,
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "DOTOL",
"fixEnd": "KIDOS"
},
{
"name": "Y711",
"seq": 10,
"seq": 11,
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "KIDOS",
"fixEnd": "REMOS"
},
{
"name": "Y711",
"seq": 11,
"seq": 12,
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "REMOS",
"fixEnd": "PANSI"
},
{
"name": "Y711",
"seq": 12,
"seq": 13,
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "PANSI",
"fixEnd": "DOMKO"
},
{
"name": "Y711",
"seq": 13,
"seq": 14,
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "DOMKO",
"fixEnd": "PONIK"
},
{
"name": "Y711",
"seq": 14,
"seq": 15,
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "PONIK",
"fixEnd": "IKEDO"
},
{
"name": "Y711",
"seq": 15,
"seq": 16,
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "IKEDO",
"fixEnd": "KANKA"
},
{
"name": "Y711",
"seq": 16,
"seq": 17,
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "KANKA",
"fixEnd": "BONSO"
},
{
"name": "Y711",
"seq": 17,
"seq": 18,
"description": "주요항로",
"airwayType": "RNAV",
"fixStart": "BONSO",
Expand Down Expand Up @@ -3335,22 +3343,6 @@
"fixStart": "CP-23",
"fixEnd": "CP-1"
},
{
"name": "VFRroute",
"seq": 101,
"description": "VFR Route",
"airwayType": "VFR",
"fixStart": "VFR-SS-Point(R)",
"fixEnd": "VFR-SS-Point(N)"
},
{
"name": "VFRroute",
"seq": 102,
"description": "VFR Route",
"airwayType": "VFR",
"fixStart": "VFR-SS-Point(N)",
"fixEnd": "VFR-SS-Point(M)"
},
{
"name": "VFRroute",
"seq": 103,
Expand Down
23 changes: 11 additions & 12 deletions database/navaid.json
Original file line number Diff line number Diff line change
Expand Up @@ -6253,6 +6253,14 @@
"latitude": "N037.20.51.600",
"longitude": "E127.03.25.800"
},
{
"name": "NULDI",
"navaidType": "FIX",
"extraType": "FIX",
"description": "경로 픽스",
"latitude": "N034.25.14.000",
"longitude": "E126.37.39.000"
},
{
"name": "GT020",
"navaidType": "FIX",
Expand Down Expand Up @@ -10306,21 +10314,12 @@
"airport": "RKSS"
},
{
"name": "VFR-SS-Point(N)",
"navaidType": "VFR_REPORTING_POINT",
"extraType": "VFR-Reporting-Point",
"description": "VFR Reporting point",
"latitude": "N037.34.58.965",
"longitude": "E126.48.16.302",
"airport": "RKSS"
},
{
"name": "VFR-SS-Point(R)",
"name": "VFR-SS-Point(L)",
"navaidType": "VFR_REPORTING_POINT",
"extraType": "VFR-Reporting-Point",
"description": "VFR Reporting point",
"latitude": "N037.36.05.501",
"longitude": "E126.48.46.676",
"latitude": "N037.35.33.000",
"longitude": "E126.47.00.000",
"airport": "RKSS"
},
{
Expand Down

0 comments on commit c8e76e8

Please sign in to comment.