Last updated 2016/07/26 0515Z (b2419)
The sddsymbols.xml file is used to define symbols used to draw aircraft plots on the radar display.
The sddsymbols.xml
file is located in the fir/theme/(theme_name)
directory
Root Element | symbols | |
---|---|---|
Element | symbol | |
Attribute | Format | Remarks |
name | string | symbol name (must be unique) |
Each symbol is drawn using the same methods as used in the maps:
The symbol is drawn using a cartesian system where the centre of the track is the centerpoint (0,0).
If a blank symbol is required the <dummy />
tag can be used inside a <symbol>
element.
The following symbols must exist:
Symbol name | Description |
---|---|
track | Standard aircraft track *(required)* |
track_psr | Primary radar aircraft track |
track_ssr | Secondary radar aircraft track |
track_cmb | Primary + Secondary radar aircraft track |
track_coasted | track of aircraft which has coasted (or disconnected) |
track_vfr | track of aircraft on VFR flight plan |
track_assumed | track of aircraft which is assumed |
track_released | track of aircraft which is released |
track_concerned | track of aircraft when you are the next |
track_ground | track of aircraft on ground |
track_ground_assumed | track of aircraft on ground when assumed |
track_spi | symbol drawn for squawk ident |
track_sep_init | track symbol highlight when starting a SEP tool combination |
track_trail_# | Aircraft trail where # is the element number (1 through 24 (included)) |
track_history | track history |
track_explt | waypoint symbol when showing route |
<symbol name="track"> <lines> <point x="4" y="-4"/> <point x="-4" y="4"/> <point x="4" y="4"/> <point x="-4" y="-4"/> </lines> <path close="true"> <point x="-2" y="2"/> <point x="2" y="2"/> <point x="2" y="-2"/> <point x="-2" y="-2"/> </path> </symbol>
<symbol name="track_trail_1"> <dummy /> </symbol>