Select level 3 radar products

This commit is contained in:
Dan Paulat 2022-04-08 16:23:16 -05:00
parent ab83b50e0a
commit 732a7e233c
4 changed files with 74 additions and 13 deletions

View file

@ -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
{