access way names through RouteStep in post processing
This commit is contained in:
committed by
Patrick Niklaus
parent
d5232d5f5c
commit
56459d37d1
@@ -36,10 +36,7 @@ bool isStaggeredIntersection(const RouteStepIterator step_prior_to_intersection,
|
||||
// a - > x
|
||||
bool isUTurn(const RouteStepIterator step_prior_to_intersection,
|
||||
const RouteStepIterator step_entering_intersection,
|
||||
const RouteStepIterator step_leaving_intersection,
|
||||
const std::string &step_prior_name,
|
||||
const std::string &step_entering_name,
|
||||
const std::string &step_leaving_name);
|
||||
const RouteStepIterator step_leaving_intersection);
|
||||
|
||||
// detect oscillating names where a name switch A->B->A occurs. This is often the case due to
|
||||
// bridges or tunnels. Any such oszillation is not supposed to show up
|
||||
|
||||
Reference in New Issue
Block a user