Hi Tim,
Maybe you could try to add a condition based on the relative turn angle?
This angle should be available as it is computed for each intersection
to include in the directions. In the vein as:
if (previousName.equals(streetName)
and (abs(relativeTurnAngle) < threshold)) then
remove instruction
HTH,
--Laurent
> --
> You received this message because you are subscribed to the Google
> Groups "OpenTripPlanner Users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
opentripplanner-...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>