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

Loading…
Cancel
Save