mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +00:00
Added inverted threshold for radar sites
This commit is contained in:
parent
f7a1668c3f
commit
74066aa195
5 changed files with 12 additions and 8 deletions
|
|
@ -96,8 +96,8 @@ public:
|
|||
loopTime_.SetMaximum(1440);
|
||||
nmeaBaudRate_.SetMinimum(1);
|
||||
nmeaBaudRate_.SetMaximum(999999999);
|
||||
radarSiteThreshold_.SetMinimum(0);
|
||||
radarSiteThreshold_.SetMaximum(999);
|
||||
radarSiteThreshold_.SetMinimum(-10000);
|
||||
radarSiteThreshold_.SetMaximum( 10000);
|
||||
|
||||
customStyleDrawLayer_.SetTransform([](const std::string& value)
|
||||
{ return boost::trim_copy(value); });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue