1
0
Fork 0
This commit is contained in:
Jonathan Redpath 2022-02-02 16:40:11 +00:00
parent 56bab27f46
commit 0af3d5bc4d

View file

@ -463,10 +463,10 @@ var fplnPage = { # this one is only created once, and then updated - remember th
alt_cstr: nil,
alt_cstr_type: nil,
fly_type: "flyBy",
lat: altnApt.lat,
lat: altnApt[0].lat,
leg_bearing: courseAndDistance(findAirportsByICAO(fmgc.FMGCInternal.arrApt)[0], altnApt[0])[0],
leg_distance: courseAndDistance(findAirportsByICAO(fmgc.FMGCInternal.arrApt)[0], altnApt[0])[1],
lon: altnApt.lon,
lon: altnApt[0].lon,
speed_cstr: nil,
speed_cstr_type: nil,
wp_name: fmgc.FMGCInternal.altAirport,