Navigation data

Flight Display Pro · iPhone and Apple Watch · Android and Wear OS

The navigation display draws airports, runways, navaids, waypoints, airways, airspace and a base map from a database bundled in the app. The database is built once, before the app is compiled, from the public sources below. The app makes no network connections and never updates it.

Not for navigation. None of this data is quality-assured to DO-200B / ED-76, and some of it is years out of date. The display is for entertainment and familiarization only.

Sources

SourceProvidesLicence
OurAirportsairports, runways, VOR/NDB/DMECC0 1.0 (public domain)
Natural Earthcoastlines, borders, lakespublic domain
FlightGear navdata, compiled by Robin A. Peel, cycle 2013.10waypoints, airways, navaidsGNU GPL v2.0 or later
openAIPairspace, reporting pointsCC BY-NC 4.0

Attribution: Airspace data © openAIP contributors, CC BY-NC 4.0. Made with Natural Earth. Which sources a given build contains, with their data cycle, is listed on the app's disclaimer page.

Source form of the FlightGear data

The FlightGear files are licensed under the GNU General Public License, version 2 or later, copyright © 2013 Robin A. Peel. The app ships them transformed into an SQLite database. As the GPL asks, the complete source of that transformed work is available here:

To rebuild the database:

python3 build_navdb.py --flightgear

The app itself is separate software that reads the database at run time. It contains no FlightGear code and is not covered by the GPL. If you cannot download the files above, email tanutapi@gmail.com and I will send them.

openAIP data in a paid app

openAIP publishes its data under CC BY-NC 4.0 and, on its home page, allows third parties to ship the data with paid applications as long as they do not exclusively sell the data itself. Flight Display Pro sells a flight display; the airspace layer is one part of it, bundled at build time, with no data updates offered.