diff --git a/scwx-qt/source/scwx/qt/map/map_widget.cpp b/scwx-qt/source/scwx/qt/map/map_widget.cpp index ebea2b21..869dd939 100644 --- a/scwx-qt/source/scwx/qt/map/map_widget.cpp +++ b/scwx-qt/source/scwx/qt/map/map_widget.cpp @@ -1269,7 +1269,7 @@ void MapWidgetImpl::AddLayer(types::LayerType type, &RadarSiteLayer::RadarSiteSelected, this, [this](const std::string& id) - { widget_->RadarSiteRequested(id); }); + { widget_->RadarSiteRequested(id, false); }); break; // Create the location marker layer