Skip to content

Commit

Permalink
change B467 (effective 2024-06-12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lancard committed Jun 11, 2024
1 parent cb5f6ab commit 45d65ff
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
22 changes: 15 additions & 7 deletions database/airway.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,51 +429,59 @@
"description": "저고도항로",
"airwayType": "CONVENTIONAL",
"fixStart": "KAE",
"fixEnd": "NOMEX"
"fixEnd": "LESBU"
},
{
"name": "B467",
"seq": 2,
"description": "저고도항로",
"airwayType": "CONVENTIONAL",
"fixStart": "NOMEX",
"fixEnd": "BUSKO"
"fixStart": "LESBU",
"fixEnd": "UGOVI"
},
{
"name": "B467",
"seq": 3,
"description": "저고도항로",
"airwayType": "CONVENTIONAL",
"fixStart": "UGOVI",
"fixEnd": "BUSKO"
},
{
"name": "B467",
"seq": 4,
"description": "저고도항로",
"airwayType": "CONVENTIONAL",
"fixStart": "BUSKO",
"fixEnd": "TENAS"
},
{
"name": "B467",
"seq": 4,
"seq": 5,
"description": "저고도항로",
"airwayType": "CONVENTIONAL",
"fixStart": "TENAS",
"fixEnd": "MALSO"
},
{
"name": "B467",
"seq": 5,
"seq": 6,
"description": "저고도항로",
"airwayType": "CONVENTIONAL",
"fixStart": "MALSO",
"fixEnd": "KANSU"
},
{
"name": "B467",
"seq": 6,
"seq": 7,
"description": "저고도항로",
"airwayType": "CONVENTIONAL",
"fixStart": "KANSU",
"fixEnd": "TONIN"
},
{
"name": "B467",
"seq": 7,
"seq": 8,
"description": "저고도항로",
"airwayType": "CONVENTIONAL",
"fixStart": "TONIN",
Expand Down
17 changes: 17 additions & 0 deletions database/navaid.json
Original file line number Diff line number Diff line change
Expand Up @@ -5827,6 +5827,14 @@
"longitude": "E126.34.16.100",
"airport": "RKSI"
},
{
"name": "LESBU",
"navaidType": "FIX",
"extraType": "FIX",
"description": "경로 픽스",
"latitude": "N037.41.16.000",
"longitude": "E129.41.04.000"
},
{
"name": "LIMDI",
"navaidType": "FIX",
Expand Down Expand Up @@ -10185,6 +10193,15 @@
"longitude": "E126.55.11.300",
"airport": "RKSS"
},
{
"name": "UGOVI",
"navaidType": "FIX",
"extraType": "FIX",
"description": "경로 픽스",
"latitude": "N037.41.05.000",
"longitude": "E129.50.51.000",
"airport": "RKSS"
},
{
"name": "UG100",
"navaidType": "FIX",
Expand Down

0 comments on commit 45d65ff

Please sign in to comment.