From c9f19c64d3f31d4869ec0741fa26550ae1cf59cd Mon Sep 17 00:00:00 2001 From: XDerpingxGruntX <41699998+XDerpingxGruntX@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:46:14 -0700 Subject: [PATCH 1/2] Add new airline entries to airlines.json Entries for US Department of Homeland Security DHS TROY --- custom-data/airlines.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index 4ea1564..9e51dfa 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -1572,5 +1572,17 @@ "name": "MADIBA BAY SCHOOL OF FLIGHT", "callsign": "ZUFUS", "virtual": true + }, + { + "icao": "DHS", + "name": "US Department of Homeland Security", + "callsign": "DHS", + "virtual": true + }, + { + "icao": "TROY", + "name": "US Department of Homeland Security", + "callsign": "TROY", + "virtual": false } ] From 3803068a4ff07518bed8742a8d6629bcf7c9336f Mon Sep 17 00:00:00 2001 From: XDerpingxGruntX <41699998+XDerpingxGruntX@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:51:48 -0700 Subject: [PATCH 2/2] Add FEMA agency to airlines data --- custom-data/airlines.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/custom-data/airlines.json b/custom-data/airlines.json index 9e51dfa..b95357d 100644 --- a/custom-data/airlines.json +++ b/custom-data/airlines.json @@ -1584,5 +1584,11 @@ "name": "US Department of Homeland Security", "callsign": "TROY", "virtual": false + }, + { + "icao": "FEMA", + "name": "US Federal Emergency Management Agency", + "callsign": "FEMA", + "virtual": false } ]