From 38cfa15353f9dcbee4ed1433f6873fe2a4356997 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Sun, 2 Nov 2025 15:13:36 +0000 Subject: [PATCH] remove some region assignments (some icao annex) --- html/flags.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/html/flags.js b/html/flags.js index 62925af..967b4c9 100644 --- a/html/flags.js +++ b/html/flags.js @@ -222,14 +222,7 @@ let ICAO_Ranges = [ // Block assignments mentioned in Chapter 9 section 4, at the end so they are only used if // nothing above applies - { start: 0x200000, end: 0x27FFFF, country: "Unassigned (AFI region)", country_code: null }, - { start: 0x280000, end: 0x28FFFF, country: "Unassigned (SAM region)", country_code: null }, - { start: 0x500000, end: 0x5FFFFF, country: "Unassigned (EUR / NAT regions)", country_code: null }, - { start: 0x600000, end: 0x67FFFF, country: "Unassigned (MID region)", country_code: null }, - { start: 0x680000, end: 0x6FFFFF, country: "Unassigned (ASIA region)", country_code: null }, - { start: 0x900000, end: 0x9FFFFF, country: "Unassigned (NAM / PAC regions)", country_code: null }, { start: 0xB00000, end: 0xBFFFFF, country: "Unassigned (reserved for future use)", country_code: null }, - { start: 0xEC0000, end: 0xEFFFFF, country: "Unassigned (CAR region)", country_code: null }, { start: 0xD00000, end: 0xDFFFFF, country: "Unassigned (reserved for future use)", country_code: null }, { start: 0xF00000, end: 0xFFFFFF, country: "Unassigned (reserved for future use)", country_code: null }, ];