Skip to content

Commit

Permalink
edited airspaces sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
yuukihj committed Feb 7, 2025
1 parent b4afaea commit 44e93d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ese.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ module.exports = {
contents += "SECTOR:RKPK_TWR:0:3000\n";
contents += "OWNER:PKT:PKA:KRA\n";
contents += "BORDER:RKPK_TWR\n";
contents += this.getAirspace();


// sector manual input start

Expand Down Expand Up @@ -490,6 +490,8 @@ module.exports = {
contents += "OWNER:TIA\n";
contents += "BORDER:RKTI_TMA_T22_BORDER\n";

contents += this.getAirspace();

contents += "\n\n";
contents += "SECTORLINE:ZKKP_TMA_BORDER\n";
contents += "DISPLAY:ZKKP_TMA:ZKKP_TMA:ZKKP_CTR\n"
Expand Down

0 comments on commit 44e93d1

Please sign in to comment.