rpuig2001/CDM

[improvement] Flow Restrictions airports - ECFMP API

Closed this issue · 1 comments

With the release of the ECFMP API measures can contain multiple airports as well as wildcards ie. EH**

{

    "type": "ADEP",
    "value": 

    [
        "EGKK",
        "EGLL",
        "EGSS"
    ]

}
{

    "type": "ADES",
    "value": 

    [
        "EH**"
    ]

}

Any chance to adopt this to the plugin?
Departure Aerodrome for flights affected or "ALL" for all flights. (ex. "LEBL, LEPA, LEIB" or "LE** " or "ALL" ).

As well as for Arrival aerodromes

At the moment will be all internal.

Got it working.

You can find an exaple in the readme ;)