From bbbdef0770bccfa1b0dd62fd32bc4fc3c196b2cb Mon Sep 17 00:00:00 2001 From: justin4046 <71111866+justin4046@users.noreply.github.com> Date: Thu, 2 May 2024 22:45:12 -0500 Subject: [PATCH] add altimeter pressure correction --- html/config.js | 1 + html/defaults.js | 1 + html/index.html | 9 +++++++-- html/script.js | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 55 insertions(+), 4 deletions(-) diff --git a/html/config.js b/html/config.js index f31b2af..8f316c3 100644 --- a/html/config.js +++ b/html/config.js @@ -331,6 +331,7 @@ HideCols = [ // labelsGeom = false; // labels: uses geometric altitude (WGS84 ellipsoid unless geomUseEGM is enabled // geomUseEGM = false; // use EGM96 for displaying geometric altitudes (extra load time!) +// baroUseQNH = false; // windLabelsSlim = false; // showLabelUnits = true; diff --git a/html/defaults.js b/html/defaults.js index 74f0b6e..f877499 100644 --- a/html/defaults.js +++ b/html/defaults.js @@ -344,6 +344,7 @@ let showSil = false; let labelsGeom = false; // labels: uses geometric altitude (WGS84 ellipsoid unless geomUseEGM is enabled let geomUseEGM = false; // use EGM96 for displaying geometric altitudes (extra load time!) +let baroUseQNH = false; let windLabelsSlim = false; let showLabelUnits = true; diff --git a/html/index.html b/html/index.html index e0f7259..93c7c49 100644 --- a/html/index.html +++ b/html/index.html @@ -297,7 +297,7 @@
| Altimeter: + |