- Messages
- 6,152
- Country
I found a bug in the Airport2Project_1_0_0_17 version:
<SceneryObject lat="60.414034947753" lon="-0.789023637771606" alt="-27.238" pitch="7.877" bank="358.2971" heading="85.28137" imageComplexity="VERY_SPARSE" altitudeIsAgl="TRUE" snapToGround="TRUE" snapToNormal="FALSE">
<LibraryObject name="{A0816D88-A51A-4730-9993-87603822684B}" scale="0.964387" />
It should be:
<SceneryObject lat="60.414034947753" lon="-0.789023637771606" alt="-27.238" pitch="7.877" bank="358.2971" heading="85.28137" imageComplexity="VERY_SPARSE" altitudeIsAgl="TRUE" snapToGround="FALSE" snapToNormal="FALSE">
<LibraryObject name="{A0816D88-A51A-4730-9993-87603822684B}" scale="0.964387" />
The alt="-27.238" is correct, but the snapToGround overrides the altitude. This example is from the asobo-airport-eg78-outskerries detailed airport.
<SceneryObject lat="60.414034947753" lon="-0.789023637771606" alt="-27.238" pitch="7.877" bank="358.2971" heading="85.28137" imageComplexity="VERY_SPARSE" altitudeIsAgl="TRUE" snapToGround="TRUE" snapToNormal="FALSE">
<LibraryObject name="{A0816D88-A51A-4730-9993-87603822684B}" scale="0.964387" />
It should be:
<SceneryObject lat="60.414034947753" lon="-0.789023637771606" alt="-27.238" pitch="7.877" bank="358.2971" heading="85.28137" imageComplexity="VERY_SPARSE" altitudeIsAgl="TRUE" snapToGround="FALSE" snapToNormal="FALSE">
<LibraryObject name="{A0816D88-A51A-4730-9993-87603822684B}" scale="0.964387" />
The alt="-27.238" is correct, but the snapToGround overrides the altitude. This example is from the asobo-airport-eg78-outskerries detailed airport.