Add precipitation accumulation products

Closes #149

(cherry picked from commit 14afeb33db929e51fa094845bc0b79e266c0f80e)
This commit is contained in:
Dan Paulat 2024-02-25 22:54:16 -06:00
parent f3b7dcddbd
commit 524de364f2
7 changed files with 83 additions and 41 deletions

View file

@ -406,7 +406,8 @@ bool RadarProductLayer::RunMousePicking(
if (units.empty() || //
units.starts_with("?") || //
boost::iequals(units, "NONE") ||
boost::iequals(units, "UNITLESS"))
boost::iequals(units, "UNITLESS") ||
radarProductView->IgnoreUnits())
{
// Don't display a units value that wasn't intended to be
// displayed