From f0214f921d12990bde323d0b2ce1705ce3db916d Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 16 Mar 2015 14:25:02 +0300 Subject: [PATCH] Using macro FEATURES_NEAR_TURN_M (== 3. for the time being) instead of hard coded const. --- routing/osrm_router.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/osrm_router.cpp b/routing/osrm_router.cpp index c00ddc57ea..39e4800761 100644 --- a/routing/osrm_router.cpp +++ b/routing/osrm_router.cpp @@ -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,