CUP files:
2: AF_CIVIL, runway surface GRAS
3: LDG_FIELD
4: GLIDING
5: AF_CIVIL, runway surface ASPHALT
9: NAVAID type VOR
10: NAVAID type NDB
All other types: NAVAID type OTH
DAT files:
A: AF_CIVIL
L: LDG_FIELD
All other types: NAVAID type OTH
Example:
For example let's say you import VORs from a cup file (type 9) and you want to display the labels for these waypoints with white background, without arrival alt. You want to see the small VOR labels at a screen width of 25 nm and the big labels at a screen width of 10 nm.
Then you change the settings for the WPTLABEL Type VOR like this:
<WPTLABEL TYPE="VOR">
<BACKGROUND>FALSE</BACKGROUND>
<SHOW_ARRIVAL_ALT>FALSE</SHOW_ARRIVAL_ALT>
<THRESHOLD_SMALL>25.0</THRESHOLD_SMALL>
<THRESHOLD_BIG>10.0</THRESHOLD_BIG>
</WPTLABEL>
0 Kommentare