From 16cb969bfcd19c2174c45cb67e40054152c7bf97 Mon Sep 17 00:00:00 2001 From: F-URAX <33354673+furax3306@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:23:26 +0100 Subject: [PATCH] Update L.Aircraft.js Added : Piper PA38 Tomahawk, Cessna 208B Caravan, DHC6 (Wheels Float, Ski) --- static/L.Aircraft.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/L.Aircraft.js b/static/L.Aircraft.js index 5affd75..fe3cc9a 100644 --- a/static/L.Aircraft.js +++ b/static/L.Aircraft.js @@ -22,6 +22,8 @@ const ModelIcons = { "pa28": "singleprop", "pc7": "singleprop", "j3cub": "singleprop", + "pa38": "singleprop", + "C208B": "singleprop", "c310": "twinprop", "c310": "twinprop", @@ -34,6 +36,9 @@ const ModelIcons = { "dc3": "twinprop", "fokker50": "twinprop", "SenecaII": "twinprop", + "DHC6": "twinprop", + "DHC6F": "twinprop", + "DHC6S": "twinprop", "Citation": "smalljet", "Bravo": "smalljet",