You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Wayponts in routes (routing.json) accepts only waypoints not airways.
A tipical route LIMC-LSGG is "AOSTA L615 BANKO".
It is not configurable like route in regular controlling nor during events.
ES shows orange INV, in effect.
Es.:
{
"name": "AOSTA",
"routes": [{
"icao": "LSGG",
"maxlvl": 200,
"minlvl": 200,
"waypoints": ["L615", "BANKO"]
}
]
},
Wayponts in routes (routing.json) accepts only waypoints not airways.
A tipical route LIMC-LSGG is "AOSTA L615 BANKO".
It is not configurable like route in regular controlling nor during events.
ES shows orange INV, in effect.
Es.:
{
"name": "AOSTA",
"routes": [{
"icao": "LSGG",
"maxlvl": 200,
"minlvl": 200,
"waypoints": ["L615", "BANKO"]
}
]
},
Any clues?
Tnx