On 2010/09/02 09:05, Alexander Caldwell <[email protected]> wrote: > a parse error on the very first B record, but does not tell you > exactly what is wrong. I am pasting in the first part of the > IGC file. Perhaps you can see what the problem is. One thing that > jumped out is that it shows me at -12151688E but > I'm at Avenal, CA, USA, and 12151688W longitude would be correct. > So I don't understand the "-" sign and the E in the longitude in the > IGC file.
Ah, that common bug hit us again. If you're living in western longitudes or southern latitudes, the internal numbers are negative. The code which formats those internal numbers to a user-readable string needs to be aware of that. For Europeans like me, it's too easy to write such a bug, because my latitude and longitude are both positive ;-) Please open a TRAC ticket. I will fix it before the next release. http://www.xcsoar.org/trac/ Max ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Xcsoar-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcsoar-user
