Skip to content

Editor Data Format

Lenny edited this page May 21, 2025 · 3 revisions

Editor is one of two assignment file formats, the other being Ownership. It forms part of the Dynamic data format.

Basic Data

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.

Airspace

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 positions array.
    • Only one position can be assigned. Multiple owners are not permitted.
    • Positions from other data sets can be referenced in the format country/position, where position is defined in the country data set.

Airports

List of all controlled airports and their ownership hierarchies.

airports - Object of Objects (Key - String - ICAO code of airport)

  • automatch - Optional Boolean (assumed true if 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 the type property in this object. If no type is defined, the default option is "sector".
  • type - Optional String (assumed sector if omitted) - Type of owner. There are three options:
    • "major" - Assign to another airports entry in this data set, and follow its ownership order (above TWR)
    • "position" - Assign to a a positions entry in this data set.
    • "sector" - Assign to an airspace entry 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.

Clone this wiki locally