chairemobilite / trRouting

Transit Routing server app using Connection Scan Algorithm and flexible parameters
GNU General Public License v3.0
24 stars 10 forks source link

OSRM: Do not query the accessible nodes if none are within bird radius #264

Closed tahini closed 9 months ago

tahini commented 11 months ago

in osrmgeofilter.cpp, if there are no nodes within bird distance of the queried nodes, we should just return an empty answer. The query to OSRM returns a Bad request (400) response.