no limits for the compass -- it has a modulo operator applied
[fg:toms-fgdata.git] / Huds / Instruments / compass.xml
1 <?xml version="1.0"?>
2
3 <PropertyList>
4         <tape>
5                 <name>Gyrocompass</name>
6                 <x>-100</x>
7                 <width>200</width>
8                 <height>28</height>
9
10                 <input>
11                         <property>/orientation/heading-deg</property>
12                 </input>
13                 <display-span>25.0</display-span>
14                 <modulo>360</modulo>
15
16                 <option>top</option>
17
18                 <major-divisions>5</major-divisions>
19                 <minor-divisions>1</minor-divisions>
20                 <tick-bottom>false</tick-bottom>
21                 <tick-top>false</tick-top>
22                 <tick-right>true</tick-right>
23                 <tick-left>true</tick-left>
24                 <cap-bottom>true</cap-bottom>
25                 <cap-top>false</cap-top>
26                 <cap-right>false</cap-right>
27                 <cap-left>false</cap-left>
28                 <marker-offset>0.0</marker-offset>
29                 <enable-pointer>true</enable-pointer>
30                 <pointer-type>fixed</pointer-type>
31                 <tick-type>line</tick-type>
32                 <tick-length>variable</tick-length>
33         </tape>
34 </PropertyList>