mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00:04 +00:00
fully working merging of data from last and current scan
This commit is contained in:
parent
8b7a3e9781
commit
094d286b41
5 changed files with 140 additions and 153 deletions
|
|
@ -561,8 +561,7 @@ void Level2ProductView::ComputeSweep()
|
|||
Q_EMIT SweepNotComputed(types::NoUpdateReason::NotLoaded);
|
||||
return;
|
||||
}
|
||||
// TODO do not do this when updating from live data
|
||||
if (false && (radarData == p->elevationScan_) &&
|
||||
if ((radarData == p->elevationScan_) &&
|
||||
smoothingEnabled == p->lastSmoothingEnabled_ &&
|
||||
(showSmoothedRangeFolding == p->lastShowSmoothedRangeFolding_ ||
|
||||
!smoothingEnabled))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue