Add two helpful comments to the weather dialog box as a reminder that
"Aloft" altitudes and data elements are relative to sea level while "Boundary" altitdues and data elements are relative to the current ground level.
This commit is contained in:
parent
72850a9046
commit
dc0f5206f3
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
<text>
|
||||
<x>10</x>
|
||||
<y>480</y>
|
||||
<label>Aloft</label>
|
||||
<label>Aloft (All Elevations ASL)</label>
|
||||
</text>
|
||||
|
||||
<!-- Header Row -->
|
||||
|
@ -468,7 +468,7 @@
|
|||
<text>
|
||||
<x>10</x>
|
||||
<y>240</y>
|
||||
<label>Boundary Layer</label>
|
||||
<label>Boundary Layer (All Elevations AGL)</label>
|
||||
</text>
|
||||
|
||||
<!-- Header Row -->
|
||||
|
|
Loading…
Reference in a new issue