mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:40:05 +00:00
Add current radar site to NexradFileRequest in the event there is no radar site in the Archive II file
This commit is contained in:
parent
1259cba811
commit
9071c4751e
6 changed files with 85 additions and 65 deletions
|
|
@ -1332,7 +1332,8 @@ void MapWidgetImpl::RadarProductManagerConnect()
|
|||
{
|
||||
// Create file request
|
||||
std::shared_ptr<request::NexradFileRequest> request =
|
||||
std::make_shared<request::NexradFileRequest>();
|
||||
std::make_shared<request::NexradFileRequest>(
|
||||
radarProductManager_->radar_id());
|
||||
|
||||
// File request callback
|
||||
if (autoUpdateEnabled_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue