Disable centering on radar site on click

This commit is contained in:
AdenKoperczak 2025-04-02 10:15:59 -04:00
parent b2e4215ea8
commit 7fdf25f1e7

View file

@ -1269,7 +1269,7 @@ void MapWidgetImpl::AddLayer(types::LayerType type,
&RadarSiteLayer::RadarSiteSelected, &RadarSiteLayer::RadarSiteSelected,
this, this,
[this](const std::string& id) [this](const std::string& id)
{ widget_->RadarSiteRequested(id); }); { widget_->RadarSiteRequested(id, false); });
break; break;
// Create the location marker layer // Create the location marker layer