Skip to content

Commit

Permalink
feat(airways): modify airway Y95
Browse files Browse the repository at this point in the history
RUMVA is inserted between SMU VOR and PAGLU.
  • Loading branch information
sarunint committed Jun 20, 2020
1 parent d55a88c commit 1895040
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
27 changes: 21 additions & 6 deletions data/generated/airways.json
Original file line number Diff line number Diff line change
Expand Up @@ -7255,10 +7255,25 @@
"segment_no": 1,
"sequence_no": 1,
"wpt_from": "SMU",
"wpt_to": "PAGLU",
"wpt_to": "RUMVA",
"type": "B",
"from_lat": 9.547075271606445,
"from_lon": 100.0617446899414,
"to_lat": 9.288036346435547,
"to_lon": 100.26658630371094,
"direction": "N",
"region_from": "VT",
"region_to": "VT"
},
{
"name": "Y95",
"segment_no": 1,
"sequence_no": 2,
"wpt_from": "RUMVA",
"wpt_to": "PAGLU",
"type": "B",
"from_lat": 9.288036346435547,
"from_lon": 100.26658630371094,
"to_lat": 9.263586044311523,
"to_lon": 100.28590393066406,
"direction": "N",
Expand All @@ -7268,7 +7283,7 @@
{
"name": "Y95",
"segment_no": 1,
"sequence_no": 2,
"sequence_no": 3,
"wpt_from": "PAGLU",
"wpt_to": "RIPMU",
"type": "B",
Expand All @@ -7283,7 +7298,7 @@
{
"name": "Y95",
"segment_no": 1,
"sequence_no": 3,
"sequence_no": 4,
"wpt_from": "RIPMU",
"wpt_to": "APOBI",
"type": "B",
Expand All @@ -7298,7 +7313,7 @@
{
"name": "Y95",
"segment_no": 1,
"sequence_no": 4,
"sequence_no": 5,
"wpt_from": "APOBI",
"wpt_to": "LOSDA",
"type": "B",
Expand All @@ -7313,7 +7328,7 @@
{
"name": "Y95",
"segment_no": 1,
"sequence_no": 5,
"sequence_no": 6,
"wpt_from": "LOSDA",
"wpt_to": "IDRUK",
"type": "B",
Expand All @@ -7328,7 +7343,7 @@
{
"name": "Y95",
"segment_no": 1,
"sequence_no": 6,
"sequence_no": 7,
"wpt_from": "IDRUK",
"wpt_to": "IKOGA",
"type": "B",
Expand Down
3 changes: 2 additions & 1 deletion files/09-HI_AIRWAY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,8 @@ Y93 AKVUG OTGOL
DORNA SMU
Y94 NKS DOXAS
DOXAS LOSDA
Y95 SMU PAGLU
Y95 SMU RUMVA
RUMVA PAGLU
PAGLU RIPMU
RIPMU APOBI
APOBI LOSDA
Expand Down
3 changes: 2 additions & 1 deletion files/10-LO_AIRWAY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@ Y93 AKVUG OTGOL
DORNA SMU
Y94 NKS DOXAS
DOXAS LOSDA
Y95 SMU PAGLU
Y95 SMU RUMVA
RUMVA PAGLU
PAGLU RIPMU
RIPMU APOBI
APOBI LOSDA
Expand Down

0 comments on commit 1895040

Please sign in to comment.