Use information available during DoMousePicking instead of params from

last render in MapWidget
This commit is contained in:
AdenKoperczak 2025-02-03 10:47:09 -05:00
parent 4038fb2c43
commit 36e8690ad1
6 changed files with 9 additions and 22 deletions

View file

@ -74,8 +74,6 @@ void RadarSiteLayer::Render(
gl::OpenGLFunctions& gl = context()->gl();
context()->set_render_parameters(params);
// Update map screen coordinate and scale information
p->mapScreenCoordLocation_ = util::maplibre::LatLongToScreenCoordinate(
{params.latitude, params.longitude});