forked from organicmaps/organicmaps
PR fixes.
This commit is contained in:
parent
816b90c161
commit
817b8b3024
1 changed files with 3 additions and 1 deletions
|
@ -86,10 +86,12 @@ void RoutingSession::DoReadyCallback::operator()(Route & route, IRouter::ResultC
|
|||
UNUSED_VALUE(guard);
|
||||
|
||||
if (e != IRouter::NeedMoreMaps)
|
||||
{
|
||||
m_rs.AssignRoute(route, e);
|
||||
}
|
||||
else
|
||||
{
|
||||
for (string const & country: route.GetAbsentCountries())
|
||||
for (string const & country : route.GetAbsentCountries())
|
||||
m_rs.m_route.AddAbsentCountry(country);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue