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
A while ago we introduced the correction of the via points #494 (misplaced via points). This produce something like this situation:
BRouter clients can use the segment by segment calculation (blue path) or an all in one calculation with the chance to remove unexpected way parts (red path). The all in one method has its problem in the recalculation, all is done again. While segment routing only ask for the parts before and after the moved via point.
What if the BRouter library returns the replaced via points. All clients have the chance now to do the recalculation from the corrected point and merge the parts there.
What do you think?
Please keep in mind, the misplace logic is not complete now. #519 is not done now for the roundabouts.
The text was updated successfully, but these errors were encountered:
Nothing but the route. We have the option exportWaypoints=1 that brings the waypoints into the export and there could be an option exportCorrectedWaypoints=1 for example.
Doesn't it return the corrected via points in the turn instructions?
No, At this via point it would be a turn instruction straight and that is removed.
Only the timode=2 (Locus) has a marker:
A while ago we introduced the correction of the via points #494 (misplaced via points). This produce something like this situation:
BRouter clients can use the segment by segment calculation (blue path) or an all in one calculation with the chance to remove unexpected way parts (red path). The all in one method has its problem in the recalculation, all is done again. While segment routing only ask for the parts before and after the moved via point.
What if the BRouter library returns the replaced via points. All clients have the chance now to do the recalculation from the corrected point and merge the parts there.
What do you think?
Please keep in mind, the misplace logic is not complete now. #519 is not done now for the roundabouts.
The text was updated successfully, but these errors were encountered: