Allow a "threshold" value to determine which localizers to snap to the
runway heading or not.
This commit is contained in:
parent
e73902c9f8
commit
f3b4f6799c
1 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,10 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</rendering>
|
||||
<model-hz type="int">120</model-hz>
|
||||
<navdb>
|
||||
<auto-align-localizers>true</auto-align-localizers>
|
||||
<localizers>
|
||||
<auto-align>true</auto-align>
|
||||
<auto-align-threshold-deg>5.0</auto-align-threshold-deg>
|
||||
</localizers>
|
||||
</navdb>
|
||||
<sound>
|
||||
<pause type="bool">false</pause>
|
||||
|
|
Loading…
Add table
Reference in a new issue