Portree-Kid / flightgear-airports

GNU General Public License v3.0
6 stars 1 forks source link

Indicate Traffic Type (Commercial / Cargo / GA) in Traffic Tab of Properties panel #138

Closed BecOzIcan closed 3 years ago

BecOzIcan commented 3 years ago

Definitely more in the "Nice to Have" rather than missing category but the Traffic panel does not signal if a flight is Commercial, GA or Cargo

image

The trick being that traffic files do not provide this data directly in the flights records.

The Flight list indicates the "required aircraft" key (TAY-73P) in the list below, for each flight.

image

You then need to lookup the required-aircraft value the Aircraft list for this traffic file and read the flighttype value to retrieve the gate / cargo / ga value

image

BecOzIcan commented 3 years ago

Checked an all good in v0.0.33. Thanks a lot