From aff1ac0f69a22c0b0fc7d74bcb459846fa286879 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 24 Mar 2020 14:24:29 +0000 Subject: [PATCH] =?UTF-8?q?Add=20more=20catalog=20tags=20based=20on=20what?= =?UTF-8?q?=E2=80=99s=20used?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catalog/catalogTags.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/catalog/catalogTags.py b/catalog/catalogTags.py index 7de9400..c3e01db 100644 --- a/catalog/catalogTags.py +++ b/catalog/catalogTags.py @@ -11,12 +11,16 @@ aircraftTypeTags = [ "glider", "groundvehicle", "helicopter", + "interceptor", + "passenger", "racer", "spaceship", "tanker", "trainer", "transport", "ultralight", + "unpowered", + "uav", "reconnaissance", "seacraft", "crop-duster", @@ -26,8 +30,10 @@ aircraftTypeTags = [ manufacturerTags = [ "airbus", "antonov", + "arado", "atr", "avro", + "bae", "bell", "bleriot", "boeing", @@ -53,6 +59,7 @@ manufacturerTags = [ "heinkel", "ilyushin", "junkers", + "kawasaki", "lockheed", "mc-donnell-douglas", "messerschmitt", @@ -64,6 +71,7 @@ manufacturerTags = [ "piper", "republic", "robin", + "rockwell", "saab", "short", "sopwith", @@ -73,6 +81,7 @@ manufacturerTags = [ "tupolev", "vickers", "vought", + "wright", "yakovlev" ] @@ -105,6 +114,7 @@ featureTags = [ "biplane", "canard", "castering-wheel", + "combat", "delta", "etops", "experimental", @@ -112,10 +122,14 @@ featureTags = [ "fixed-gear", "floats", "glass-cockpit", + "low-wing", + "mid-wing", "high-wing", "h-tail", "hud", "ifr", + "lifting-body", + "pressurised", "prototype", "refuel", "retractable-gear", @@ -123,15 +137,18 @@ featureTags = [ "skis", "stol", "supersonic", + "supercharger", "t-tail", "tail-dragger", "tricycle", "tail-hook", "triplane", + "twin-boom", "v-tail", "variable-geometry", "vtol", "wing-fold" + "water-drop" ] propulsionTags = [ @@ -147,6 +164,7 @@ propulsionTags = [ "supercharged", "turboprop", "twin-engine", + "four-engine", "variable-pitch", "fixed-pitch" ]