[traffic] Invalidate per MWM on download (untested)

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-24 21:55:17 +03:00
parent f02b1538e7
commit 23922f1c2b
3 changed files with 65 additions and 1 deletions

View File

@@ -432,9 +432,9 @@ void Framework::OnCountryFileDownloaded(storage::CountryId const &,
MwmSet::MwmId const & id = res.first;
if (id.IsAlive())
rect = id.GetInfo()->m_bordersRect;
m_trafficManager.Invalidate(id);
}
m_trafficManager.Invalidate();
m_transitManager.Invalidate();
m_isolinesManager.Invalidate();