Can somebody help?
I am trying to create the RNAV (GNSS) approach at FALE (new King Shaka) airport. Is my first try at this. Having trouble with the final procedure turn onto RWY 06 (61°). Doesn't seem right!
Had to use suffix "C" because four RNAV approaches at RWY 06! Charts at www.caa.co.za
The XML looks like this:
<Approach
type="RNAV"
runway="06"
designator="NONE"
suffix="C"
gpsOverlay="FALSE"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="APMAT"
altitude="15000.0F"
heading="37.269566"
missedAltitude="28000.0F">
<ApproachLegs>
<Leg
type="IF"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="APMAT"
recommendedType="TERMINAL_WAYPOINT"
altitudeDescriptor="+"
altitude1="15000.0F"
altitude2="28000.0F"
/>
<Leg
type="HM"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="APMAT"
turnDirection="E"
magneticCourse="169"
distance="13.0N"
altitude1="13000.0F"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="LE001"
flyOver="TRUE"
magneticCourse="0"
altitude1="8000.0F"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="LE002"
flyOver="TRUE"
magneticCourse="0"
altitude1="6300.0F"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="LE1N1"
magneticCourse="0"
altitude1="5600.0F"
/>
<Leg
type="TF"
fixType="RUNWAY"
fixRegion="FA"
fixIdent="RW06"
magneticCourse="0"
/>
</ApproachLegs>
</Approach>
Attached thumbnail shows the real thing and my blotched effort.
I am trying to create the RNAV (GNSS) approach at FALE (new King Shaka) airport. Is my first try at this. Having trouble with the final procedure turn onto RWY 06 (61°). Doesn't seem right!
Had to use suffix "C" because four RNAV approaches at RWY 06! Charts at www.caa.co.za
The XML looks like this:
<Approach
type="RNAV"
runway="06"
designator="NONE"
suffix="C"
gpsOverlay="FALSE"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="APMAT"
altitude="15000.0F"
heading="37.269566"
missedAltitude="28000.0F">
<ApproachLegs>
<Leg
type="IF"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="APMAT"
recommendedType="TERMINAL_WAYPOINT"
altitudeDescriptor="+"
altitude1="15000.0F"
altitude2="28000.0F"
/>
<Leg
type="HM"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="APMAT"
turnDirection="E"
magneticCourse="169"
distance="13.0N"
altitude1="13000.0F"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="LE001"
flyOver="TRUE"
magneticCourse="0"
altitude1="8000.0F"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="LE002"
flyOver="TRUE"
magneticCourse="0"
altitude1="6300.0F"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="FA"
fixIdent="LE1N1"
magneticCourse="0"
altitude1="5600.0F"
/>
<Leg
type="TF"
fixType="RUNWAY"
fixRegion="FA"
fixIdent="RW06"
magneticCourse="0"
/>
</ApproachLegs>
</Approach>
Attached thumbnail shows the real thing and my blotched effort.

