Skip to content

Commit 87dc7c8

Browse files
committed
Added airport config for LOAN, LOAV, LOIJ and LOWZ
Changed routing config waypoints for J21 and J23
1 parent 65e38a6 commit 87dc7c8

File tree

2 files changed

+66
-2
lines changed

2 files changed

+66
-2
lines changed

airports.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,5 +704,69 @@
704704
}
705705
}
706706
}
707+
},
708+
"LOAN": {
709+
"elevation": 896,
710+
"sids": {
711+
"GESGI": {
712+
"cfl": 3000,
713+
"rwys": {
714+
"09": {
715+
"dep": "GESGI1A"
716+
},
717+
"27": {
718+
"dep": "GESGI1A"
719+
}
720+
}
721+
}
722+
}
723+
},
724+
"LOAV": {
725+
"elevation": 767,
726+
"sids": {
727+
"MOVOS": {
728+
"cfl": 3000,
729+
"rwys": {
730+
"09": {
731+
"dep": "MOVOS1A"
732+
},
733+
"27": {
734+
"dep": "MOVOS1A"
735+
}
736+
}
737+
}
738+
}
739+
},
740+
"LOIJ": {
741+
"elevation": 2198,
742+
"sids": {
743+
"ERKIR": {
744+
"cfl": 9000,
745+
"rwys": {
746+
"13": {
747+
"dep": "ERKIR1G"
748+
},
749+
"31": {
750+
"dep": "ERKIR1G"
751+
}
752+
}
753+
}
754+
}
755+
},
756+
"LOWZ": {
757+
"elevation": 2470,
758+
"sids": {
759+
"NANIT": {
760+
"cfl": 10000,
761+
"rwys": {
762+
"08": {
763+
"dep": "NANIT1G"
764+
},
765+
"26": {
766+
"dep": "NANIT1G"
767+
}
768+
}
769+
}
770+
}
707771
}
708772
}

routing.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,15 @@
349349
"maxlvl": 100,
350350
"minlvl": 95,
351351
"waypoints": [
352-
"J21"
352+
"STO"
353353
]
354354
},
355355
{
356356
"icao": "",
357357
"maxlvl": 100,
358358
"minlvl": 95,
359359
"waypoints": [
360-
"J23"
360+
"GBG"
361361
]
362362
},
363363
{

0 commit comments

Comments
 (0)