Skip to content

Commit

Permalink
Cycle 2302b (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyformal authored Feb 25, 2023
1 parent 57145e2 commit a8614e1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 65 deletions.
6 changes: 5 additions & 1 deletion .github/changelogs/2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ We have made the following changes to ENR sectors:
- OCR/RAN/BAY: Realigned border to better match surrounding ENRs and TMAs.
- ENR and TMA sector maps updated.
- Re-export of existing TMA and Procedural Tower bounds to produce a smoother arc (vertex every 5 degrees now.)
- Slight realignment of the underlying Sector Volume definitions.
- Slight realignment of the underlying Sector Volume definitions.

### Revision B

The `DefaultJurisdiction.xml` file intoduced in Cycle 2302 was faulting, causing aircraft tags on the ground at NZCH and NZQN to not appear in ADEP windows. We have rolled back to the previous version of this file.
72 changes: 9 additions & 63 deletions DefaultJurisdiction.xml
Original file line number Diff line number Diff line change
@@ -1,92 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<DefaultJurisdiction>
<!-- Major ADs -->

<RuleSets>

<RuleSet Name="AA_DEPS">
<RuleSets>
<RuleSet Name="NZAA_DEPS">
<Rules>
<Departure Values="NZAA">
<Rules>
<Default>
<AssignSector Order="ADEP, ATMA, RAN, OCR" />
<AssignSector Order="ADEP, ATMA, AARR"/>
</Default>
</Rules>
</Departure>
</Rules>
</RuleSet>

<RuleSet Name="HN_DEPS">
<RuleSet Name="NZWN_DEPS">
<Rules>
<Departure Values="NZHN">
<Departure Values="NZWN">
<Rules>
<Default>
<AssignSector Order="HTMA, RAN, OCR" />
<AssignSector Order="WDEP, WTMA"/>
</Default>
</Rules>
</Departure>
</Rules>
</RuleSet>

<RuleSet Name="OH_DEPS">
<Rules>
<Departure Values="NZOH,NZPM">
<Rules>
<Default>
<AssignSector Order="OTMA, OHA, NAK" />
</Default>
</Rules>
</Departure>
</Rules>
</RuleSet>

<RuleSet Name="WN_DEPS">
<Rules>
<Departure Values="NZWN, NZWB">
<Rules>
<Default>
<AssignSector Order="WDEP, WTMA, NAK" />
</Default>
</Rules>
</Departure>

<Departure Vales="NZNS">
<Rules>
<Route Values="SIMZI, LUBSI, LUSRA, ">
<AssignSector Order="TNS, WTMA, NAK" />
</Route>
</Rules>

<Default>
<AssignSector Order="TNS, NAK" />
</Default>
</Departure>
</Rules>
</RuleSet>

<RuleSet Name="CH_DEPS">
<RuleSet Name="NZCH_DEPS">
<Rules>
<Departure Values="NZCH">
<Rules>
<Default>
<AssignSector Order="CDEP, CTMA, KAI, STH" />
</Default>
</Rules>
</Departure>
</Rules>
</RuleSet>


<RuleSet Name="QN_DEPS">
<Rules>
<Departure Values="NZQN">
<Rules>
<Default>
<AssignSector Order="QTMA, STH" />
<AssignSector Order="CDEP, CTMA"/>
</Default>
</Rules>
</Departure>
</Rules>
</RuleSet>
</RuleSets>
</RuleSets>
</DefaultJurisdiction>
2 changes: 1 addition & 1 deletion Profile.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Profile Name="New Zealand" FullName="Lockheed Martin SkyLine NZZC">
<Version AIRAC="2302" Revision="a" PublishDate="20230223"
<Version AIRAC="2302" Revision="b" PublishDate="20230225"
UpdateURL="https://vatsys.sawbe.com/downloads/data/New%20Zealand/" />
<Servers>
<VATSIMStatus url="https://status.vatsim.net/" />
Expand Down

0 comments on commit a8614e1

Please sign in to comment.