mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:00:04 +00:00
Add overlay product layer, to hold the following overlay products:
- Storm Structure (NSS/62) - Hail Index (NHI/59) - Mesocyclone (NME/60, NMD/141) - Tornadic Vortex Signature (NTV/61) - Storm Tracking Information (NST/58)
This commit is contained in:
parent
a5d97933dc
commit
b8398b4ad0
7 changed files with 136 additions and 8 deletions
|
|
@ -43,6 +43,7 @@ static const std::vector<types::LayerInfo> kDefaultLayers_ {
|
|||
types::InformationLayer::RadarSite,
|
||||
false,
|
||||
{false, false, false, false}},
|
||||
{types::LayerType::Data, types::DataLayer::OverlayProduct, 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