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
It appears that OSRM filters out nodes that don't match provided radius or bearing options. Would it be possible to convert that filter into a sort so that when no nodes match the bearing and radius filters a route can still be found?
Reading through the code I think this happens here.
The text was updated successfully, but these errors were encountered:
To maintain backward compatibilty, I'm going to propose a new API parameter: bearing_mode=strict/soft. By default, current behaviour would be maintained. If bearing_mode=soft is supplied, we'd switch to an alternative weighting, perhaps a biasing instead of a strict filter, as suggested in #605.
It appears that OSRM filters out nodes that don't match provided radius or bearing options. Would it be possible to convert that filter into a sort so that when no nodes match the bearing and radius filters a route can still be found?
Reading through the code I think this happens here.
The text was updated successfully, but these errors were encountered: