A number of map presents may be defined, grouping the following commands:
The viewing order and grouping of Presets is controlled by the “fir/presets/groups.xml” file.
Element | groups | |
---|---|---|
Attribute | Format | Remarks |
group_cols | int | Number of buttons per line |
Root Element | groups | |
---|---|---|
Element | group | |
Attribute | Format | Remarks |
id | string | Unique Group ID |
name | string | Visible name of group |
order | int | Position of button in list |
cols | int | Number of buttons per line within the group |
<?xml version="1.0" encoding="UTF-8"?> <groups group_cols="3"> <!-- Line 1 --> <group id="ACC" name="ACC" order="01" cols="2"/> <group id="SMR" name="SMR" order="02" cols="2"/> <group id="TWR" name="TWR" order="03" cols="1"/> <!-- Line 2 --> <group id="APP" name="APP" order="21" cols="2"/> <group id="RWY" name="RWY" order="22" cols="1"/> <group id="AFIS" name="AFIS" order="23" cols="1"/> </groups>