1
0
Fork 0

Add more catalog tags based on what’s used

This commit is contained in:
James Turner 2020-03-24 14:24:29 +00:00
parent 9453e085b3
commit aff1ac0f69

View file

@ -11,12 +11,16 @@ aircraftTypeTags = [
"glider", "glider",
"groundvehicle", "groundvehicle",
"helicopter", "helicopter",
"interceptor",
"passenger",
"racer", "racer",
"spaceship", "spaceship",
"tanker", "tanker",
"trainer", "trainer",
"transport", "transport",
"ultralight", "ultralight",
"unpowered",
"uav",
"reconnaissance", "reconnaissance",
"seacraft", "seacraft",
"crop-duster", "crop-duster",
@ -26,8 +30,10 @@ aircraftTypeTags = [
manufacturerTags = [ manufacturerTags = [
"airbus", "airbus",
"antonov", "antonov",
"arado",
"atr", "atr",
"avro", "avro",
"bae",
"bell", "bell",
"bleriot", "bleriot",
"boeing", "boeing",
@ -53,6 +59,7 @@ manufacturerTags = [
"heinkel", "heinkel",
"ilyushin", "ilyushin",
"junkers", "junkers",
"kawasaki",
"lockheed", "lockheed",
"mc-donnell-douglas", "mc-donnell-douglas",
"messerschmitt", "messerschmitt",
@ -64,6 +71,7 @@ manufacturerTags = [
"piper", "piper",
"republic", "republic",
"robin", "robin",
"rockwell",
"saab", "saab",
"short", "short",
"sopwith", "sopwith",
@ -73,6 +81,7 @@ manufacturerTags = [
"tupolev", "tupolev",
"vickers", "vickers",
"vought", "vought",
"wright",
"yakovlev" "yakovlev"
] ]
@ -105,6 +114,7 @@ featureTags = [
"biplane", "biplane",
"canard", "canard",
"castering-wheel", "castering-wheel",
"combat",
"delta", "delta",
"etops", "etops",
"experimental", "experimental",
@ -112,10 +122,14 @@ featureTags = [
"fixed-gear", "fixed-gear",
"floats", "floats",
"glass-cockpit", "glass-cockpit",
"low-wing",
"mid-wing",
"high-wing", "high-wing",
"h-tail", "h-tail",
"hud", "hud",
"ifr", "ifr",
"lifting-body",
"pressurised",
"prototype", "prototype",
"refuel", "refuel",
"retractable-gear", "retractable-gear",
@ -123,15 +137,18 @@ featureTags = [
"skis", "skis",
"stol", "stol",
"supersonic", "supersonic",
"supercharger",
"t-tail", "t-tail",
"tail-dragger", "tail-dragger",
"tricycle", "tricycle",
"tail-hook", "tail-hook",
"triplane", "triplane",
"twin-boom",
"v-tail", "v-tail",
"variable-geometry", "variable-geometry",
"vtol", "vtol",
"wing-fold" "wing-fold"
"water-drop"
] ]
propulsionTags = [ propulsionTags = [
@ -147,6 +164,7 @@ propulsionTags = [
"supercharged", "supercharged",
"turboprop", "turboprop",
"twin-engine", "twin-engine",
"four-engine",
"variable-pitch", "variable-pitch",
"fixed-pitch" "fixed-pitch"
] ]