paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Log Plotter GPS 9 decimal places


From: martinvk
Subject: Re: [Paparazzi-devel] Log Plotter GPS 9 decimal places
Date: Tue, 3 Jun 2014 06:50:21 -0700 (PDT)

Hello Felix,

in the File sw/logalizier/export.ml

Line 181        

New:
bprintf buf "%s%.9f%s%.9f" sep ((Rad>>Deg) wgs84.posn_lat) sep ((Rad>>Deg)
wgs84.posn_long)

Old:
bprintf buf "%s%.6f%s%.6f" sep ((Rad>>Deg) wgs84.posn_lat) sep ((Rad>>Deg)
wgs84.posn_long

best regrads,

Martin



--
View this message in context: 
http://lists.paparazziuav.org/Re-Log-Plotter-GPS-9-decimal-places-tp14966p15607.html
Sent from the paparazzi-devel mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]