forked from organicmaps/organicmaps
Using macro FEATURES_NEAR_TURN_M (== 3. for the time being) instead of hard coded const.
This commit is contained in:
parent
66399d3694
commit
f0214f921d
1 changed files with 1 additions and 1 deletions
|
@ -1532,7 +1532,7 @@ void OsrmRouter::GetTurnDirection(PathData const & node1,
|
|||
ft1.ParseGeometry(FeatureType::BEST_GEOMETRY);
|
||||
ft2.ParseGeometry(FeatureType::BEST_GEOMETRY);
|
||||
|
||||
ASSERT_LESS(MercatorBounds::DistanceOnEarth(ft1.GetPoint(seg1.m_pointEnd), ft2.GetPoint(seg2.m_pointStart)), 2, ());
|
||||
ASSERT_LESS(MercatorBounds::DistanceOnEarth(ft1.GetPoint(seg1.m_pointEnd), ft2.GetPoint(seg2.m_pointStart)), FEATURES_NEAR_TURN_M, ());
|
||||
|
||||
m2::PointD const p = ft1.GetPoint(seg1.m_pointEnd);
|
||||
m2::PointD const p1 = GetPointForTurnAngle(seg1, ft1, p,
|
||||
|
|
Loading…
Add table
Reference in a new issue