forked from organicmaps/organicmaps
Route update call with no route fix.
This commit is contained in:
parent
10e94e1137
commit
6b79a2d27c
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,8 @@ double Route::GetDistanceOnPolyline(IterT const & it1, IterT const & it2) const
|
|||
|
||||
void Route::Update()
|
||||
{
|
||||
if (!m_poly.GetSize())
|
||||
return;
|
||||
if (m_routingSettings.m_keepPedestrianInfo)
|
||||
{
|
||||
vector<m2::PointD> points;
|
||||
|
|
Loading…
Add table
Reference in a new issue