From 76571f3039f4e550c3a843f30db949e5f97ac775 Mon Sep 17 00:00:00 2001 From: Roland Rossgotterer Date: Thu, 9 May 2019 08:53:43 +0200 Subject: [PATCH] Increase visibility layer default value to 100 km --- src/blackmisc/weather/visibilitylayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackmisc/weather/visibilitylayer.h b/src/blackmisc/weather/visibilitylayer.h index 01d20a7d9..5aa04bfb7 100644 --- a/src/blackmisc/weather/visibilitylayer.h +++ b/src/blackmisc/weather/visibilitylayer.h @@ -79,7 +79,7 @@ namespace BlackMisc private: BlackMisc::Aviation::CAltitude m_base; BlackMisc::Aviation::CAltitude m_top; - PhysicalQuantities::CLength m_visibility { 10, PhysicalQuantities::CLengthUnit::km() }; + PhysicalQuantities::CLength m_visibility { 100 , PhysicalQuantities::CLengthUnit::km() }; BLACK_METACLASS( CVisibilityLayer,