Merge pull request #4 from meirm/hud_dev

Now TGT data on HUD comes from geo.nas, it will print the data from l…
This commit is contained in:
Meir Michanie 2016-07-08 16:03:30 +03:00 committed by GitHub
commit 092e8471d7

10
HUD.xml
View File

@ -260,7 +260,7 @@
<width>1</width>
<height>1</height>
<input>
<property>/position/longitude-deg</property>
<property>/sim/input/click/longitude-deg</property>
<factor>1.0</factor>
</input>
<format>%3.4f</format>
@ -275,7 +275,7 @@
<width>1</width>
<height>1</height>
<input>
<property>/position/latitude-deg</property>
<property>/sim/input/click/latitude-deg</property>
<factor>1.0</factor>
</input>
<format>%3.4f</format>
@ -284,18 +284,18 @@
</label>
<label>
<name>TGTAGL</name>
<name>TGTELEV</name>
<x>75</x>
<y>-100</y>
<width>1</width>
<height>1</height>
<input>
<property>/position/altitude-agl-ft</property>
<property>/sim/input/click/elevation-m</property>
<factor>1.0</factor>
</input>
<format>%3.4f</format>
<halign>left</halign>
<prefix>AGL </prefix>
<prefix>ELEV </prefix>
</label>
<label>