osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Sort rather than filter Nodes when bearing or radius is provided

Open mcwhittemore opened this issue 6 years ago • 4 comments

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.

mcwhittemore avatar Dec 10 '18 21:12 mcwhittemore