-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revision to Cycle 2212. Fix UPROG/AGROR mixing (#135)
* fix: Remove UPROG/AGROR procedure mixing. Bump to 2212b. * feat: Add dedicated POLAX/DOGBI fallback dep maps.
- Loading branch information
1 parent
890f3e5
commit 121c50d
Showing
9 changed files
with
118 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Maps> | ||
<Map Type="System2" Name="16 - CTD DOGBI SID" Priority="1" CustomColourName="ProcDep" Center="-41.334939+174.806358"> | ||
<Line Pattern="Dashed"> | ||
<!--Rwy16 CTDOG1Q--> | ||
-41.334939+174.806358/WN16T/TAXUP/TAPAB/RUSPI/MATVU/DOGBI/GULUT | ||
</Line> | ||
<Symbol Type="SolidStar"> | ||
<Point>TAXUP</Point> | ||
</Symbol> | ||
<Symbol Type="HollowTriangle"> | ||
<Point>WN16T</Point> | ||
<Point>TAPAB</Point> | ||
<Point>RUSPI</Point> | ||
<Point>MATVU</Point> | ||
<Point>DOGBI</Point> | ||
<Point>GULUT</Point> | ||
</Symbol> | ||
<Label HasLeader="true"> | ||
<Point>GULUT</Point> | ||
</Label> | ||
</Map> | ||
</Maps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Maps> | ||
<Map Type="System2" Name="34 - CTD POLAX SID" Priority="1" CustomColourName="ProcDep" Center="-41.318622+174.807458"> | ||
<Line Pattern="Dashed"> | ||
<!--Rwy34 CTDP1P--> | ||
-41.318622+174.807458/WN34T/POLAX/OMLAS/ATRIM/DOVUL/GULUT | ||
</Line> | ||
<Symbol Type="SolidStar"> | ||
<Point>POLAX</Point> | ||
</Symbol> | ||
<Symbol Type="HollowTriangle"> | ||
<Point>WN34T</Point> | ||
<Point>OMLAS</Point> | ||
<Point>ATRIM</Point> | ||
<Point>DOVUL</Point> | ||
<Point>GULUT</Point> | ||
</Symbol> | ||
<Label HasLeader="true"> | ||
<Point>GULUT</Point> | ||
</Label> | ||
</Map> | ||
</Maps> |
Oops, something went wrong.