]> git.mxchange.org Git - flightgear.git/commit
Positioned/Cache tweaks to support PoIs.
authorJames Turner <zakalawe@mac.com>
Sat, 2 Mar 2013 13:44:20 +0000 (13:44 +0000)
committerJames Turner <zakalawe@mac.com>
Sat, 2 Mar 2013 13:44:20 +0000 (13:44 +0000)
commit68c71d5787f2a0309e35c3e05939950113618cb7
tree53ac3a6414e7dabda3455ab865eedf870be250eb
parentee1c8a8d662a0398711ee17c53dd64d249d2e030
Positioned/Cache tweaks to support PoIs.

In preparation for adding POI data, extend the FGPositioned type enum, and the cache code to handle arbitrary POI types. (Adding more in the future is straightforward now)

Also support removing user waypoints, which was requested by the Garmin G196 developers.
src/Navaids/NavDataCache.cxx
src/Navaids/NavDataCache.hxx
src/Navaids/positioned.cxx
src/Navaids/positioned.hxx