mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:20:05 +00:00
Select level 3 radar products
This commit is contained in:
parent
ab83b50e0a
commit
732a7e233c
4 changed files with 74 additions and 13 deletions
|
|
@ -252,10 +252,7 @@ void MainWindow::on_actionOpen_triggered()
|
|||
|
||||
if (record != nullptr)
|
||||
{
|
||||
currentMap->SelectRadarProduct(record->radar_id(),
|
||||
record->radar_product_group(),
|
||||
record->radar_product(),
|
||||
record->time());
|
||||
currentMap->SelectRadarProduct(record);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue