]> git.openstreetmap.org Git - rails.git/commit
Use 5 meter radius for input locations in Valhalla
authorNils <nilsnolde@proton.me>
Wed, 29 Nov 2023 12:06:41 +0000 (13:06 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 12:06:41 +0000 (13:06 +0100)
commit9f704f1d4ec0bf5685939aa4f5cb9fb6854a24bc
treedcafc75eb4efb6f25448779c38db4ea67a9ff311
parent45f0589e624f111ffe85cf9c17bf43be8b839f2c
Use 5 meter radius for input locations in Valhalla

This will search for road segments within 5 meter radius of the input location and choose the best path from/to whichever segment gives the cheapest cost. It should be preferable in most scenarios compared to simply snapping to the closest segment.

I'll do the same PR for our web app at https://github.com/gis-ops/valhalla-app.
app/assets/javascripts/index/directions/fossgis_valhalla.js