- Messages
- 8,893
Jon
When ever TestApp (GUI) version 0.81 decompiles a stock airport with Approach code in the GPS, RNAV, etc legtypes it is inadvertantly changing the altitude2 to Altitude2 (capital letter see code below
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="EH"
fixIdent="EH635"
recommendedType="TERMINAL_WAYPOINT"
recommendedIdent="EH635"
magneticCourse="5.3"
altitudeDescriptor="+"
altitude1="609.6M"
Altitude2="384.048M"
Altitude2= must always be lower case "a"
Just do a search in any stock FSX bgl that has approach code after decompiling with TestApp (GUI) version 0.81 and you will find all the Upper case "A" 's in the attribute Altitude2=
When ever TestApp (GUI) version 0.81 decompiles a stock airport with Approach code in the GPS, RNAV, etc legtypes it is inadvertantly changing the altitude2 to Altitude2 (capital letter see code below
<Leg
type="TF"
fixType="TERMINAL_WAYPOINT"
fixRegion="EH"
fixIdent="EH635"
recommendedType="TERMINAL_WAYPOINT"
recommendedIdent="EH635"
magneticCourse="5.3"
altitudeDescriptor="+"
altitude1="609.6M"
Altitude2="384.048M"
Altitude2= must always be lower case "a"
Just do a search in any stock FSX bgl that has approach code after decompiling with TestApp (GUI) version 0.81 and you will find all the Upper case "A" 's in the attribute Altitude2=
Last edited:
