From 5c3175c26f5e33d129634ba81674f3de540fcd78 Mon Sep 17 00:00:00 2001 From: newenglandvirtual Date: Thu, 19 Mar 2026 14:40:07 -0400 Subject: [PATCH] Add Axiom Vertical Lift and Axiom Europe Added entries for Axiom's Vertical Lift and European divisions. --- custom-data/airlines.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index f1b719d..a8ef443 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -1669,4 +1669,16 @@ "callsign": "AXIOM", "virtual": true } + { + "icao": "AVT", + "name": "Axiom Vertical Lift", + "callsign": "AXIOM LIFT", + "virtual": true + } + { + "icao": "XIO", + "name": "Axiom Europe", + "callsign": "AXIOM", + "virtual": true + } ]