From 9c41bca63fa604a6438bb27336f5c701d5763d82 Mon Sep 17 00:00:00 2001 From: portree_kid Date: Sat, 6 May 2017 14:01:05 +0200 Subject: [PATCH] Added manufacturers --- catalog/catalogTags.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/catalog/catalogTags.py b/catalog/catalogTags.py index 026720a..c163fd4 100644 --- a/catalog/catalogTags.py +++ b/catalog/catalogTags.py @@ -25,6 +25,8 @@ aircraftTypeTags = [ manufacturerTags = [ "airbus", + "antonov", + "atr", "avro", "bell", "bleriot", @@ -35,6 +37,7 @@ manufacturerTags = [ "consolidated", "dassault", "diamond", + "dornier", "douglas", "embraer", "eurocopter", @@ -48,8 +51,10 @@ manufacturerTags = [ "handley-page", "hawker", "heinkel", + "ilyushin", + "junkers", "lockheed", - "mc-donnel-douglas", + "mc-donnell-douglas", "messerschmitt", "mikoyan-gurevich", "mitsubishi", @@ -63,6 +68,7 @@ manufacturerTags = [ "spad", "sukhoi", "supermarine", + "tupolev", "vickers", "vought", "yakovlev"