Help please
In some cases why you won't see the lines is because the IAF and the FAF are not listed properly in correct order.
The ILS header gets the FAF
The first IF leg gets the IAF
The first CF leg that follows gets the FAF again
The second CF leg gets the runway.
Hi Jim,
I was read twice your posts about Approaches and Approach Legtype Definitions and Attached Picture, and I’m in progress but I’ve difficulties with the approaches between mountains in the Peru’s airports and I don’t know how to solve this.
For instance in SPJR the AI lands well when it comes from SPIM, but when it comes from SPNC no landing alike in SPNC, when the AI comes from SPJR landing not well but lands and when it comes from SPIM no landing
This is my xml to SPJR and thanks a lot
<Approach
type="ILS"
runway="34"
designator="NONE"
suffix="0"
gpsOverlay="FALSE"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="FF34N"
altitude="10800.0F"
heading="337.279999"
missedAltitude="11800.0F">
<ApproachLegs>
<Leg
type="IF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="IF34N"
altitudeDescriptor="+"
altitude1="10800.0F"
/>
<Leg
type="CF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="FF34N"
flyOver="FALSE"
theta="0"
rho="0.0N"
magneticCourse="336.28"
distance="9.0N"
altitudeDescriptor="+"
altitude1="10800.0F"
/>
<Leg
type="CF"
fixType="RUNWAY"
fixRegion="SP"
fixIdent="RW34"
flyOver="FALSE"
theta="0"
rho="0.0N"
magneticCourse="336.28"
distance="18.0N"
altitudeDescriptor="A"
altitude1="8830.997F"
/>
</ApproachLegs>
<MissedApproachLegs>
<Leg
type="CF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="HH34N"
flyOver="FALSE"
theta="0"
rho="0.0N"
magneticCourse="336.28"
distance="10.0N"
/>
<Leg
type="HM"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="HH34N"
turnDirection="R"
magneticCourse="336.28"
time="1"
/>
</MissedApproachLegs>
<Transition
transitionType="FULL"
fixType="WAYPOINT"
fixRegion="SP"
fixIdent="MARCA"
altitude="15800.0F">
<TransitionLegs>
<Leg
type="IF"
fixType="WAYPOINT"
fixRegion="SP"
fixIdent="MARCA"
/>
<Leg
type="TF"
fixType="WAYPOINT"
fixRegion="SP"
fixIdent="VATES"
magneticCourse="0"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="WPA1"
magneticCourse="0"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="WPA"
magneticCourse="336.28"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="IF34N"
magneticCourse="336.28"
/>
</TransitionLegs>
</Transition>
<Transition
transitionType="FULL"
fixType="WAYPOINT"
fixRegion="SP"
fixIdent="LIVUS"
altitude="15800.0F">
<TransitionLegs>
<Leg
type="IF"
fixType="WAYPOINT"
fixRegion="SP"
fixIdent="LIVUS"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="WPA4"
magneticCourse="0"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="WPA3"
magneticCourse="0"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="WPA2"
magneticCourse="0"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="WPA1"
magneticCourse="336.28"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="WPA"
magneticCourse="336.28"
/>
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="SP"
fixIdent="IF34N"
magneticCourse="336.28"
/>
</TransitionLegs>
</Transition>
</Approach>