Merge remote-tracking branch 'upstream/pull/4378'
This commit is contained in:
commit
c1ff2b035e
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue