From 01ea7fddf2b92644ec8a1861f91a9d06a7effda6 Mon Sep 17 00:00:00 2001 From: greifairlines Date: Mon, 7 Sep 2026 15:34:59 +0200 Subject: [PATCH 1/2] Update airlines.json Added Greif Airlines to airlines.json --- custom-data/airlines.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index ff1aab8..43ce8a8 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -2160,5 +2160,11 @@ "name": "Pennine Air", "callsign": "PENNINE", "virtual": true + }, + { + "icao": "GRF", + "name": "Greif Airlines", + "callsign": "GRIFFIN", + "virtual": true } ] From 1ca0490bd18c5fc6463c501618a15a25473e8829 Mon Sep 17 00:00:00 2001 From: greifairlines Date: Mon, 7 Sep 2026 17:32:51 +0200 Subject: [PATCH 2/2] Update airlines.json --- custom-data/airlines.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index 43ce8a8..88ca4cd 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -2166,5 +2166,11 @@ "name": "Greif Airlines", "callsign": "GRIFFIN", "virtual": true + }, + { + "icao": "HSE", + "name": "Greif Logistics", + "callsign": "HANSEATIC", + "virtual": true } ]