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,