Move guidance turn generation out of EBGF
This commit is contained in:
@@ -177,7 +177,7 @@ class MergableRoadDetector
|
||||
const static double constexpr distance_to_extract = 120;
|
||||
};
|
||||
|
||||
} // namespace guidance
|
||||
} // namespace intersection
|
||||
} // namespace extractor
|
||||
} // namespace osrm
|
||||
|
||||
|
||||
@@ -311,7 +311,7 @@ struct DistanceToNextIntersectionAccumulator
|
||||
double distance = 0.;
|
||||
};
|
||||
|
||||
} // namespace guidance
|
||||
} // namespace intersection
|
||||
} // namespace extractor
|
||||
} // namespace osrm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user