Fix up display of nav settings in skyview
This commit is contained in:
parent
d267d2257a
commit
0b9f7e4cef
3 changed files with 11 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ function PlaneObject(icao) {
|
|||
this.true_heading = null;
|
||||
this.mach = null;
|
||||
this.roll = null;
|
||||
this.nav_alt = null;
|
||||
this.nav_altitude = null;
|
||||
this.nav_heading = null;
|
||||
this.nav_modes = null;
|
||||
this.nav_qnh = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue