mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[traffic] Invalidate per MWM on download (untested)
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user