John Denker wrote:
> On 02/09/2010 01:14 PM, Curtis Olson wrote:
> 
>> lon/lat are being written out as a float.  This should be switched to
>> double.  The format specifier is %f but it might be better to specify a
>> fixed number of decimal places appropriate for the required visual
>> precision.  I don't have my calculator handy, but maybe try 8 or 10 decimal
>> places (%.8f)
> 
> OK!  Thanks for the clue.  Two patches attached.
> 
> At the next level of detail:
>   -- I think that needs to be %.8lf with an "L"
>   -- The code in generic.cxx needed repair
> 
> That makes the cockpit view muuuch better.  Cockpit
> view is usable now.

The patches are committed. Thanks.

Erik

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to