Now TGT data on HUD comes from geo.nas, it will print the data from last point you clicked.

hud_dev
Meir Michanie 8 years ago
parent 516c2e5dc9
commit 5e6942fb36

@ -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>

Loading…
Cancel
Save