Do initial work to get layer rendering

This commit is contained in:
AdenKoperczak 2024-10-04 16:43:40 -04:00
parent f5d867cf1a
commit 0a0989e5f4
4 changed files with 18 additions and 0 deletions

View file

@ -43,6 +43,7 @@ static const std::vector<types::LayerInfo> kDefaultLayers_ {
types::InformationLayer::RadarSite,
false,
{false, false, false, false}},
{types::LayerType::Information, types::InformationLayer::POILayer, true},
{types::LayerType::Data, types::DataLayer::RadarRange, true},
{types::LayerType::Alert, awips::Phenomenon::Tornado, true},
{types::LayerType::Alert, awips::Phenomenon::SnowSquall, true},