Rename Radar Site layer to Radar Sites

This commit is contained in:
Dan Paulat 2023-11-20 21:04:28 -06:00
parent 6087c53b3e
commit f85c45e70a

View file

@ -27,7 +27,7 @@ static const std::unordered_map<DataLayer, std::string> dataLayerName_ {
static const std::unordered_map<InformationLayer, std::string>
informationLayerName_ {{InformationLayer::MapOverlay, "Map Overlay"},
{InformationLayer::RadarSite, "Radar Site"},
{InformationLayer::RadarSite, "Radar Sites"},
{InformationLayer::ColorTable, "Color Table"},
{InformationLayer::Unknown, "?"}};