I'm trying to add taxi sign to a runway without success. It seem to be related to an altitude problem.
Below, the XML code for the TaxiWay that I added and that is not showing in p3d V5. Please note that altitudeIsAgl is False and altitude is zero. I think it should be true with zero altitude or false with the real altitude.
<TaxiwaySign
lat="46.7205554791529"
lon="-71.5866325648428"
alt="0.0M"
altitudeIsAgl="FALSE"
pitch="0"
bank="0"
clampPitch="FALSE"
clampBank="FALSE"
heading="47.0950410513536"
label="m06-24"
size="SIZE3"
justification="RIGHT"/>
This was the XML code for the same default airport in P3d V5. Note taht altitudeIsAGL is False but the altitude is realistic at 95.7 m over sea level.
I made different testing to see if ADE behave differently with sloped ground polygon or with polygon with uniform height but no luck.
<TaxiwaySign
lat="46.7204079697095"
lon="-71.5865881179328"
alt="95.707M"
altitudeIsAgl="FALSE"
pitch="0"
bank="0"
clampPitch="FALSE"
clampBank="FALSE"
heading="228.619995117188"
label="m6-24"
size="SIZE3"
justification="RIGHT"/>
Below, the XML code for the TaxiWay that I added and that is not showing in p3d V5. Please note that altitudeIsAgl is False and altitude is zero. I think it should be true with zero altitude or false with the real altitude.
<TaxiwaySign
lat="46.7205554791529"
lon="-71.5866325648428"
alt="0.0M"
altitudeIsAgl="FALSE"
pitch="0"
bank="0"
clampPitch="FALSE"
clampBank="FALSE"
heading="47.0950410513536"
label="m06-24"
size="SIZE3"
justification="RIGHT"/>
This was the XML code for the same default airport in P3d V5. Note taht altitudeIsAGL is False but the altitude is realistic at 95.7 m over sea level.
I made different testing to see if ADE behave differently with sloped ground polygon or with polygon with uniform height but no luck.
<TaxiwaySign
lat="46.7204079697095"
lon="-71.5865881179328"
alt="95.707M"
altitudeIsAgl="FALSE"
pitch="0"
bank="0"
clampPitch="FALSE"
clampBank="FALSE"
heading="228.619995117188"
label="m6-24"
size="SIZE3"
justification="RIGHT"/>

