From: Tom Hughes Date: Wed, 29 Nov 2023 12:49:32 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/4378' X-Git-Tag: live~946 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/c1ff2b035e8493c227dce50041b9508125d23db2?hp=45f0589e624f111ffe85cf9c17bf43be8b839f2c Merge remote-tracking branch 'upstream/pull/4378' --- diff --git a/app/assets/javascripts/index/directions/fossgis_valhalla.js b/app/assets/javascripts/index/directions/fossgis_valhalla.js index 0bf6a3a8d..d44dbd12b 100644 --- a/app/assets/javascripts/index/directions/fossgis_valhalla.js +++ b/app/assets/javascripts/index/directions/fossgis_valhalla.js @@ -53,7 +53,7 @@ function FOSSGISValhallaEngine(id, costing) { data: { json: JSON.stringify({ locations: points.map(function (p) { - return { lat: p.lat, lon: p.lng }; + return { lat: p.lat, lon: p.lng, radius: 5 }; }), costing: costing, directions_options: {