From 64abbd02db3dd233b1bce30c19f06d985ba66509 Mon Sep 17 00:00:00 2001 From: makrsmark Date: Mon, 3 Aug 2020 12:40:29 -0400 Subject: [PATCH] Adding G150 and GLEX icons (#32) * adding Gulfstream 150 icon * Adding Bombardier Global Express icon Co-authored-by: eric1tran --- public_html/markers.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public_html/markers.js b/public_html/markers.js index 21663e2..90225a1 100755 --- a/public_html/markers.js +++ b/public_html/markers.js @@ -190,9 +190,11 @@ var TypeDesignatorIcons = { 'FJ10': 'jet_nonswept', 'FOUG': 'jet_nonswept', 'FURY': 'hi_perf', + 'G150': 'jet_swept', 'G3': 'airliner', 'GENI': 'hi_perf', 'GL5T': 'jet_swept', + 'GLEX': 'jet_swept', 'GLF2': 'jet_swept', 'GLF3': 'jet_swept', 'GLF4': 'jet_swept',