osrm-backend
osrm-backend copied to clipboard
Sort rather than filter Nodes when bearing or radius is provided
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.