]> git.mxchange.org Git - flightgear.git/commit
Add points of interest (POI) database to FGPositioned. Useful for maps and GPS instru...
authorChristian Schmitt <chris@ilovelinux.de>
Sun, 3 Mar 2013 13:17:37 +0000 (14:17 +0100)
committerChristian Schmitt <chris@ilovelinux.de>
Sun, 3 Mar 2013 13:47:12 +0000 (14:47 +0100)
commit723654183327ba59c1038120407a272e2c022269
tree964b8db4a63ec8504341dc34a5ee67aefe3209d9
parent68c71d5787f2a0309e35c3e05939950113618cb7
Add points of interest (POI) database to FGPositioned. Useful for maps and GPS instruments.

Can display country, city, towns and villages names worldwide.
src/Navaids/CMakeLists.txt
src/Navaids/NavDataCache.cxx
src/Navaids/poidb.cxx [new file with mode: 0644]
src/Navaids/poidb.hxx [new file with mode: 0644]
src/Navaids/positioned.cxx
src/Navaids/positioned.hxx