1
0
Fork 0

Add POIs checkbox to map

This commit is contained in:
James Turner 2022-01-07 11:18:24 +00:00
parent d236c984e0
commit d1ff92fe54
3 changed files with 14 additions and 0 deletions

View file

@ -813,6 +813,7 @@ Started September 2000 by David Megginson, david@megginson.com
<draw-heliports type="bool" userarchive="y">false</draw-heliports>
<draw-traffic type="bool" userarchive="y">false</draw-traffic>
<draw-flight-history type="bool" userarchive="y">false</draw-flight-history>
<draw-pois type="bool" userarchive="y">true</draw-pois>
<magnetic-headings type="bool" userarchive="y">true</magnetic-headings>
<centre-on-aircraft type="bool" userarchive="y">true</centre-on-aircraft>

View file

@ -122,6 +122,19 @@ command interface /autopilot/route-manager/input:
<command>property-toggle</command>
</binding>
</checkbox>
<checkbox>
<label>Landmarks</label>
<halign>left</halign>
<property>/sim/gui/map/draw-pois</property>
<live>true</live>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>property-toggle</command>
</binding>
</checkbox>
<!--
<button>
<legend>Airways</legend>

View file