add unit suffixes -nm and -deg to /sim/presets/offset-{distance,azimuth}
This commit is contained in:
parent
cd31d19946
commit
2f8b4b02ac
1 changed files with 8 additions and 8 deletions
|
@ -18,8 +18,8 @@ Take-off and climb out at 600fpm (about 70 kts), continuing on the runway headin
|
|||
<heading-deg>0</heading-deg>
|
||||
<airspeed-kt>0</airspeed-kt>
|
||||
<glideslope-deg>0</glideslope-deg>
|
||||
<offset-azimuth>0</offset-azimuth>
|
||||
<offset-distance>0</offset-distance>
|
||||
<offset-azimuth-deg>0</offset-azimuth-deg>
|
||||
<offset-distance-nm>0</offset-distance-nm>
|
||||
</presets>
|
||||
|
||||
<init>
|
||||
|
@ -242,8 +242,8 @@ You start the tutorial cruising at around 1000ft and 90kts. To begin your descen
|
|||
<heading-deg>300.0</heading-deg>
|
||||
<airspeed-kt>90.0</airspeed-kt>
|
||||
<glideslope-deg>0</glideslope-deg>
|
||||
<offset-azimuth>0</offset-azimuth>
|
||||
<offset-distance>3</offset-distance>
|
||||
<offset-azimuth-deg>0</offset-azimuth-deg>
|
||||
<offset-distance-nm>3</offset-distance-nm>
|
||||
<ndb-id>0</ndb-id>
|
||||
<vor-id>0</vor-id>
|
||||
<fix>0</fix>
|
||||
|
@ -415,8 +415,8 @@ Runway 12 does not have a VASI. Instead you will need to judge whether you are t
|
|||
<heading-deg>0</heading-deg>
|
||||
<airspeed-kt>0</airspeed-kt>
|
||||
<glideslope-deg>0</glideslope-deg>
|
||||
<offset-azimuth>0</offset-azimuth>
|
||||
<offset-distance>0</offset-distance>
|
||||
<offset-azimuth-deg>0</offset-azimuth-deg>
|
||||
<offset-distance-nm>0</offset-distance-nm>
|
||||
</presets>
|
||||
|
||||
<init>
|
||||
|
@ -832,8 +832,8 @@ Both KSFO (San Francisco International) and KHAF (Half Moon Bay) are within glid
|
|||
<heading-deg>010.0</heading-deg>
|
||||
<airspeed-kt>105.0</airspeed-kt>
|
||||
<glideslope-deg>0</glideslope-deg>
|
||||
<offset-azimuth>0</offset-azimuth>
|
||||
<offset-distance>0</offset-distance>
|
||||
<offset-azimuth-deg>0</offset-azimuth-deg>
|
||||
<offset-distance-nm>0</offset-distance-nm>
|
||||
<ndb-id>0</ndb-id>
|
||||
<vor-id>0</vor-id>
|
||||
<fix>0</fix>
|
||||
|
|
Loading…
Add table
Reference in a new issue