mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[traffic] Update routing MWMs as route changes
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -470,6 +470,13 @@ double RoutingSession::GetCompletionPercent() const
|
||||
return percent;
|
||||
}
|
||||
|
||||
void RoutingSession::GetAllRegions(std::set<std::string> & countries)
|
||||
{
|
||||
if (!m_router)
|
||||
return;
|
||||
m_router->GetAllRegions(countries);
|
||||
}
|
||||
|
||||
void RoutingSession::PassCheckpoints()
|
||||
{
|
||||
CHECK_THREAD_CHECKER(m_threadChecker, ());
|
||||
|
||||
Reference in New Issue
Block a user