forked from organicmaps/organicmaps
More strict conditions for Route::m_streets.
This commit is contained in:
parent
12934d1ea9
commit
cbf1ea1081
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ void Route::AppendRoute(Route const & route)
|
|||
ASSERT(!m_turns.empty(), ());
|
||||
ASSERT(!m_times.empty(), ());
|
||||
if (!m_streets.empty())
|
||||
ASSERT_LESS(m_streets.back().first, m_poly.GetPolyline().GetSize(), ());
|
||||
ASSERT_LESS(m_streets.back().first + 1, m_poly.GetPolyline().GetSize(), ());
|
||||
|
||||
// Remove road end point and turn instruction.
|
||||
ASSERT_LESS(MercatorBounds::DistanceOnEarth(m_poly.End().m_pt, route.m_poly.Begin().m_pt),
|
||||
|
|
Loading…
Add table
Reference in a new issue