mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:30:05 +00:00
Use long phenomenon text in layer description
This commit is contained in:
parent
8f76cd3cc4
commit
ed8574d618
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ std::string GetLayerDescriptionName(LayerDescription description)
|
||||||
}
|
}
|
||||||
else if (std::holds_alternative<awips::Phenomenon>(description))
|
else if (std::holds_alternative<awips::Phenomenon>(description))
|
||||||
{
|
{
|
||||||
return awips::GetPhenomenonCode(std::get<awips::Phenomenon>(description));
|
return awips::GetPhenomenonText(std::get<awips::Phenomenon>(description));
|
||||||
}
|
}
|
||||||
else if (std::holds_alternative<std::monostate>(description))
|
else if (std::holds_alternative<std::monostate>(description))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue