-
Notifications
You must be signed in to change notification settings - Fork 69
Editor Data Format
Editor is one of two assignment file formats, the other being Ownership. It forms part of the Dynamic data format.
name - String - Name of this assignment file. Displayed on the VATGlasses admin panel. Supports HTML formatting tags.
description - String - Description of this data set. Displayed on the VATGlasses admin panel. Supports HTML formatting tags.
type - String - Must be set as "type": "editor". "ownership" is the default value if this field is omitted.
List of all controlled sectors and their ownership hierarchies.
airspace - Object of Strings (Key - String - used to define airspace in airspace.json file, via airspace entry keys.)
- Value - String - ID of owning position in top-level
positionsarray.- Only one position can be assigned. Multiple owners are not permitted.
- Positions from other data sets can be referenced in the format
country/position, wherepositionis defined in thecountrydata set.
List of all controlled airports and their ownership hierarchies.
airports - Object of Objects (Key - String - ICAO code of airport)
-
automatch- Optional Boolean (assumedtrueif omitted) - Auto-assign the default APP/DEP controllers (above TWR) for this airport (DEP > F_APP > APP). -
position- Optional String - The ID of the entity to which this airport is assigned. Multiple types of entity are supported. Select which type of entity using thetypeproperty in this object. If notypeis defined, the default option is"sector". -
type- Optional String (assumedsectorif omitted) - Type of owner. There are three options:-
"major"- Assign to anotherairportsentry in this data set, and follow its ownership order (above TWR) -
"position"- Assign to a apositionsentry in this data set. -
"sector"- Assign to anairspaceentry in this data set. That sector's owner will also own this airport.
-
If automatch is enabled, the airport will attempt to automatch first. The position and type entries are only used if automatch fails or is disabled.