Parking position should also be read from apt.dat

From FlightGear wiki
Revision as of 08:44, 6 July 2020 by Johan G (talk | contribs) (Johan G moved page Parking Positions to Parking position should also be read from apt.dat: Non camel case and less ambiguous title)
Jump to navigation Jump to search

Problem:

Flightgear does not read parking positions from apt.dat.gz That is sad because it contains much more than what we have in ICAO.groundnet.xml files.

http://sourceforge.net/p/flightgear/codetickets/1169/

Workaround:

scripts which generate ICAO.groundnet.xml files from apt.dat entries. see: https://forum.flightgear.org/viewtopic.php?t=25779 https://forum.flightgear.org/viewtopic.php?p=196239#p196239

many groundnets with parking positions were converted from apt.dat and uplaoded to the terrasync servers.

possible Fix(?):

a function like parseParkPos(simgear::strutils::split(line)); in Airports/apt_loader.cxx