mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:10:06 +00:00
Do initial work to get layer rendering
This commit is contained in:
parent
f5d867cf1a
commit
0a0989e5f4
4 changed files with 18 additions and 0 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue