Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.
This repository was archived by the owner on May 21, 2026. It is now read-only.

Different CDM capacities based on runway config #19

@Frenkii

Description

@Frenkii

To achieve different capacities depending on the current runway configuration, we can add different profiles for it, including a default one etc.

    activeProfile: String,
    profiles: [
      {
        id: String,
        capacities: [
          {
            rwy_designator: String,
            capacity: Number,
            alias: String,
          },
        ],
      },
    ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions