In Instrumentation/gps.cxx we find the code:

                FGNavRecord *n
                    = globals->get_navlist()->findByIdent(wp0_ID.c_str(),
                                                          longitude_deg,
                                                          latitude_deg);

However, all other callers pass lon/lat in  _radians_
and I think findByIdent wants radians.

Somebody who knows more about this than I do should take a look.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to