Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
ivac2:firdef_sddcolors_xml [2015/03/21 19:08]
127.0.0.1 external edit
ivac2:firdef_sddcolors_xml [2017/09/27 01:05]
filip.jonckers [sddcolors.xml]
Line 1: Line 1:
-[[ivac2:​firdef_toc|Back]] 
- 
 ====== sddcolors.xml ====== ====== sddcolors.xml ======
  
Line 7: Line 5:
 The colors are defined per FIR definition and allow you to define a look and feel as close as possible to the real life SDD for each FIR. The colors are defined per FIR definition and allow you to define a look and feel as close as possible to the real life SDD for each FIR.
  
 +^Root Element|<​colors>​|
 +^Attribute^Remarks^
 +|track_unconcerned|Standard color|
 +|track_concerned| color for aircraft with station set as NEXT|
 +|track_assumed| color for aircraft assumed by station|
 +|track_released| color for aircraft released by station|
 +|track_ground| color for aircraft where dep/arr state has not been detected|
 +|track_ground_arr| color for arriving aircraft|
 +|track_ground_dep| color for departing aircraft|
 +
 +//The track_unconcerned and track_ground colours **must** be defined for labels to be displayed; if either of these colors are not defined, a default colour of high-intensity pink will be used to highlight the issue, and an entry will be made in the IVAC.log file.//
 +
 +A further set of special use colours are available:
 +
 +^Root Element|<​colors>​|
 +^Attribute^Remarks^
 +|track_history|Full history of track|
 +|track_box_alert|Outline of label in alert state|
 +|track_box_info|Outline of label in info state|
 +|track_extrapolate|extrapolated flight plan route color|
 +|track_extrapolate_label|extrapolated flight plan route information label color ''​new''​|
 +|track_emerg|Track / label color of aircraft in emergency state|
 +|track_alert|Track / label color of aircraft in alert state|
 +|track_acas|Track / label color of aircraft in conflict alert|
 +|track_spi|color of squawk ident symbol|
 +|track_transfer_callsign|color of callsign of a label in transfer state|
 +|track_transfer_next|color of next field of a label in transfer state|
 +|track_transfer_next|color of SI field of a label in transfer state|
 +|track_cfl|color of cleared flight level|
 +|track_rof|color of ROF tag|
 +|track_pointout|Outline of label in pointout state|
 +|track_mark|Outline of label in mark state|
 +|track_next|color of NEXT controller indication|
 +|track_ground_next|color of NEXT controller indication in ground labels|
 +|qdm|color of QDM line|
 +|vera|color of VERA lines|
 +|sep|color of SEP tool|
 +
 +Each element should have the following information defined:
  
 ^Root Element|colors|| ^Root Element|colors||
Line 15: Line 52:
 |g|byte|RGB color code (0-255)| |g|byte|RGB color code (0-255)|
 |b|byte|RGB color code (0-255)| |b|byte|RGB color code (0-255)|
-|text|string|text ​to display for this color in the color editor|+|a|byte|RGB opacity code (0-255)| 
 +|brt|string|Name of Brightness group| 
 +|text|string|test descriptor|
  
- +==== Example ​====
- +
- +
-<​HTML>​ +
-<p style="​border:​1px dashed #​C11B17;​color:#​C11B17;">​ +
-RULE: Always use id's and text values in English! +
-<​br>​ +
-Remember that any user can and will use the FIR definition, not only your local division members!! +
-<​br>​ +
-Keep it user friendly... Thank You! +
-</​p>​ +
-</​HTML>​ +
- +
- +
- +
- +
- +
-==== example ​====+
  
 <code XML> <code XML>
Line 44: Line 66:
 </​colors>​ </​colors>​
 </​code>​ </​code>​
 +
 +
 +----
 +
 +[[ivac2:​firdef|Back]]