Heliport support in the map dialog
Patch from Daniel Wickstrom, requires corresponding change in FlightGear
This commit is contained in:
parent
809b9c30fb
commit
8eb2033a97
1 changed files with 13 additions and 0 deletions
|
@ -84,6 +84,19 @@ command interface /autopilot/route-manager/input:
|
|||
<label>Display:</label>
|
||||
</text>
|
||||
|
||||
<checkbox>
|
||||
<label>Heliports</label>
|
||||
<halign>left</halign>
|
||||
<property>/gui/map/draw-heliports</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
<label>Fixes</label>
|
||||
<halign>left</halign>
|
||||
|
|
Loading…
Reference in a new issue