Canvas tile element: Difference between revisions

Jump to navigation Jump to search
Line 58: Line 58:
FlightGear uses very outdated navigational data - whereas online sources (chart providers) use different data.
FlightGear uses very outdated navigational data - whereas online sources (chart providers) use different data.


To solve this, you need to use the same underlying data source.
To solve this, we need to use the same underlying data source.


The most straightforward option would be to procedurally render our own charts using the map/atlas tools, and use those internally, without relying on 3rd party sources, and online web services:
The most straightforward option would be to procedurally render our own charts using the map/atlas tools, and use those internally, without relying on 3rd party sources, and online web services.


== Motivation ==
== Motivation ==

Navigation menu