You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In debug mode, this assertion is triggered which assumes that for a step to be collapsed into the one before it, the geometry indices of the two steps should be adjacent.
I managed to narrow down a possible cause for this in the segregated intersection collapsing, so that when I comment out the segregated intersection collapsing in route_api and rerun the same request, I see these turn types emitted
"depart"
"exit roundabout"
"new name"
"new name"
"new name"
"rotary"
"exit rotary"
"arrive"
A request in New Zealand (extract can be fetched from geofabrik), I see a turn type that shouldn't be exposed:
Returns,
In debug mode, this assertion is triggered which assumes that for a step to be collapsed into the one before it, the geometry indices of the two steps should be adjacent.
I managed to narrow down a possible cause for this in the segregated intersection collapsing, so that when I comment out the segregated intersection collapsing in
route_api
and rerun the same request, I see these turn types emittedInspecting this route though, I'm not sure what should be considered a segregated intersection,
https://gist.github.com/karenzshea/8ff491dbe7155fc8a94cb7701ab2aa89
Next steps
invalid
turn type emission, or segregated intersection misclassificationcc @dgearhart
The text was updated successfully, but these errors were encountered: