]> git.mxchange.org Git - flightgear.git/commit
Csaba "Jester" HALASZ:
authormfranz <mfranz>
Mon, 28 Apr 2008 11:26:02 +0000 (11:26 +0000)
committermfranz <mfranz>
Mon, 28 Apr 2008 11:26:02 +0000 (11:26 +0000)
commit3842fa0edcc05f2977a5586b658a5ae5f942440b
treee044142815859462216243a426171d6c5d905ce0
parent3fa32b1fccdf7246136da6aa58ac034be3757c55
Csaba "Jester" HALASZ:

Attached patch adds support for multiple FIXes with the same name.
Applies to both branches.
New functionality is in query_and_offset, which now returns the FIX
closest to the passed in location.
Updated route manager to take advantage of this.

Otherwise, query functions return an unspecified member from the set
of identically named FIXes. (This was previously the one occurring
last in the database file, but I don't think anybody counted on that.)
src/Autopilot/route_mgr.cxx
src/Navaids/fixlist.cxx
src/Navaids/fixlist.hxx