Canvas tile element: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(obviously, this is a recurring question: https://forum.flightgear.org/viewtopic.php?f=25&t=37589&p=369707#p369707)
 
Line 9: Line 9:


== Background ==
== Background ==
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.
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 services:


== Motivation ==
== Motivation ==

Revision as of 12:19, 14 June 2020

This article is a stub. You can help the wiki by expanding it.

Problem

FlightGear uses relatively old data pulled at the time from X-Plane (IIRC). This data is not updated regularly because this could cause conflicts with the (also relatively old) scenery.[1]

More and more Airports that have different airport data on the FG Map & Route Manager. Route Manager data seems to agree with other map sources like Sky Vector. Does FG Map get updated from independent sources like Sky Vector & others.[2]

Status

Background

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.

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 services:

Motivation

References

References