diff --git a/include/extractor/guidance/constants.hpp b/include/extractor/guidance/constants.hpp index 0dc1307a0..a0c7dd1b1 100644 --- a/include/extractor/guidance/constants.hpp +++ b/include/extractor/guidance/constants.hpp @@ -26,7 +26,7 @@ const double constexpr DISTINCTION_RATIO = 2; const double constexpr MAX_ROUNDABOUT_RADIUS = 15; // Unnamed small roundabouts that look like intersections are announced as turns, // guard against data issues or such roundabout intersections getting too large. -const double constexpr MAX_ROUNDABOUT_INTERSECTION_RADIUS = 25; +const double constexpr MAX_ROUNDABOUT_INTERSECTION_RADIUS = 15; const double constexpr INCREASES_BY_FOURTY_PERCENT = 1.4;