adr179
Resource contributor
- Messages
- 259
- Country

I made a fithfull copy of a published ILS approach to LJLJ, but all of it's segments but last one from FAF to the runway are completely ignored and aircraft instead of flying to the IAF are being vectored over three counties onto a 30 miles final when coming northern sector, division line seems to be the last leg with HDG 305 deg.. From southern sector it looks like planes are vectored to a heading that is something in the half of 305 and 35 deg., this 35 is heading of CR leg - here's situation in ADE:
and XML for this looks like this:
I don't think, I overlooked something, but any suggestion would be much appreciated.
and XML for this looks like this:
Code:
<Approach
type="ILS"
runway="31"
designator="NONE"
suffix="0"
gpsOverlay="FALSE"
fixType="TERMINAL_WAYPOINT"
fixRegion="LJ"
fixIdent="BASTA"
altitude="1219.2M"
heading="306.63"
missedAltitude="1828.8M">
<ApproachLegs>
<Leg
type="IF"
fixType="TERMINAL_WAYPOINT"
fixRegion="LJ"
fixIdent="LBL"
recommendedType="LOCALIZER"
recommendedRegion="LJ"
recommendedIdent="LJB"
theta="305.43"
rho="0.4N"
altitudeDescriptor="+"
altitude1="2133.6M"
altitude2="2133.6M"
/>
<Leg
type="CF"
fixType="TERMINAL_WAYPOINT"
fixRegion="LJ"
fixIdent="13LBL"
flyOver="TRUE"
turnDirection="L"
recommendedType="TERMINAL_WAYPOINT"
recommendedRegion="LJ"
recommendedIdent="13LBL"
theta="140"
rho="13.0N"
magneticCourse="140"
distance="13.0N"
altitudeDescriptor="+"
altitude1="1219.2M"
altitude2="1219.2M"
/>
<Leg
type="CR"
turnDirection="L"
recommendedType="LOCALIZER"
recommendedRegion="LJ"
recommendedIdent="LJB"
theta="125.43"
magneticCourse="35.4"
distance="0.0N"
altitudeDescriptor="+"
altitude1="1219.2M"
/>
<Leg
type="CF"
fixType="TERMINAL_WAYPOINT"
fixRegion="LJ"
fixIdent="BASTA"
flyOver="FALSE"
turnDirection="L"
recommendedType="LOCALIZER"
recommendedRegion="LJ"
recommendedIdent="LJB"
theta="125.43"
rho="10.7N"
magneticCourse="305.43"
distance="2.0N"
altitudeDescriptor="+"
altitude1="1219.2M"
altitude2="1219.2M"
/>
<Leg
type="CF"
fixType="RUNWAY"
fixRegion="LJ"
fixIdent="RW13"
flyOver="FALSE"
turnDirection="L"
recommendedType="LOCALIZER"
recommendedRegion="LJ"
recommendedIdent="LJB"
theta="125.43"
rho="2.0N"
magneticCourse="305.43"
distance="8.8N"
altitudeDescriptor="+"
altitude1="363.016M"
altitude2="363.016M"
/>
</ApproachLegs>
<MissedApproachLegs>
<Leg
type="CF"
fixType="TERMINAL_WAYPOINT"
fixRegion="LJ"
fixIdent="LBL"
flyOver="FALSE"
turnDirection="L"
recommendedType="TERMINAL_WAYPOINT"
recommendedRegion="LJ"
recommendedIdent="LBL"
theta="0"
rho="0.0N"
magneticCourse="306"
distance="1.4N"
altitudeDescriptor="+"
altitude1="430.0M"
altitude2="600.0M"
/>
<Leg
type="VI"
turnDirection="L"
magneticCourse="140"
altitudeDescriptor="+"
altitude1="1219.2M"
/>
<Leg
type="CF"
fixType="TERMINAL_WAYPOINT"
fixRegion="LJ"
fixIdent="LBL13"
flyOver="FALSE"
turnDirection="R"
recommendedType="TERMINAL_WAYPOINT"
recommendedRegion="LJ"
recommendedIdent="LBL13"
theta="0"
rho="0.0N"
magneticCourse="175"
distance="11.0N"
altitudeDescriptor="+"
altitude1="1828.8M"
altitude2="1828.8M"
/>
<Leg
type="CR"
turnDirection="L"
recommendedType="VOR"
recommendedRegion="LJ"
recommendedIdent="DOL"
theta="235"
magneticCourse="115"
distance="0.0N"
altitudeDescriptor="A"
altitude1="1828.8M"
/>
<Leg
type="CF"
fixType="VOR"
fixRegion="LJ"
fixIdent="DOL"
flyOver="TRUE"
turnDirection="L"
recommendedType="VOR"
recommendedRegion="LJ"
recommendedIdent="DOL"
theta="0"
rho="0.0N"
magneticCourse="55"
distance="10.0N"
altitudeDescriptor="A"
altitude1="1828.8M"
altitude2="1828.8M"
/>
<Leg
type="HM"
fixType="VOR"
fixRegion="LJ"
fixIdent="DOL"
turnDirection="L"
recommendedType="VOR"
recommendedRegion="LJ"
recommendedIdent="DOL"
magneticCourse="340"
distance="5.0N"
altitudeDescriptor="A"
altitude1="1828.8M"
/>
</MissedApproachLegs>
</Approach>
I don't think, I overlooked something, but any suggestion would be much appreciated.














