Bugs: Difference between revisions

Jump to navigation Jump to search
541 bytes added ,  12 July 2007
Line 347: Line 347:
==== Airport lighting in poor weather. ====
==== Airport lighting in poor weather. ====


The code in tileentry.cxx turns on airport lights according to
In real life, there are many circumstances where airport lights,
the position of the sun relative to the horizon. <strike>One consequence
including approach lights, are turned on during the day. At tower airports, the lights are turned on during conditions of low visibility and/or low ceiling, and also turned on if requested by the pilot.  For details, see [[http://www.faa.gov/ATPUBS/ATC/ATC.pdf FAA Order 7110.65p]].
is that the lights are off during the day.</strike>


In real life, there are many circumstances where airport lights,
The code to turn lights on and off is in simgear/scene/tgdb/obj.cxx.  (Formerly it was in tileentry.cxx)
including approach lights, are turned on during the day. At tower airports, the lights are turned on during bad weather, including weather that
* All along, runway and taxiway lights have been on during the hours of darkness, as determined from the angle of the sun.
is only slightly bad, and also turned on if requested by the pilotFor
* As of version 0.9.10, runway lights and taxiway lights are turned on automatically if visibility less than 5000 meters, day or night.  Apparently this is based on flight visibility, not on surface visibility (which would be more appropriate).  Consequently, as you descend through a haze layer into improving visibility you can watch as the lights turn themselves off (which is not appropriate)Also: apparently the code treats a subset of approach lights as part of the runway lights, so that subset comes on also. The remaining approach lights appear to be permanently off.
details, see [[http://www.faa.gov/ATPUBS/ATC/ATC.pdf FAA Order 7110.65p]].
* There is still no code to turn on the lights depending on ceiling.


At non-towered airports, the lights are usually pilot-controlled,
At non-towered airports, the lights are usually pilot-controlled,
via radio.
via radio, no matter what the weather. Presently the code treats them the same as towered airports.  (Arguably this should be considered a wish-list item rather than a bug. [[User:Alfozavr|Alfozavr]])


<strike>The absence of lighting during daytime in poor weather detracts
It is important to get the lighting right, because it affects both the
significantly from the realism, because it affects both the
legality and the practicality of performing instrument approaches
legality and the practicality of performing instrument approaches
under such conditions.</strike>
in marginal conditions.
 
* In version 0.9.10 runway lights are turned on automatically in day time if visibility is low.
* I agree that '''pilot controlled lights''' could be a nice feature, but it's not a bug, it's more like a wish list entry, I suppose. ([[User:Alfozavr|Alfozavr]])


==== Holes in the ground. ====
==== Holes in the ground. ====
70

edits

Navigation menu