Map Presets

A number of map presents may be defined, grouping the following commands:

  • Map selection
  • Visual Centerpoint
  • Zoom level

The viewing order and grouping of Presets is controlled by the “fir/presets/groups.xml” file.

Elementgroups
AttributeFormatRemarks
group_colsintNumber of buttons per line
Root Elementgroups
Elementgroup
AttributeFormatRemarks
idstringUnique Group ID
namestringVisible name of group
orderintPosition of button in list
colsintNumber of buttons per line within the group

Example

<?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>

Back