Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/2695'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jul 16, 2020
2 parents 8a013c0 + 85cb717 commit a9b00e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/index/directions/graphhopper.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function GraphHopperEngine(id, vehicleType) {
"ch.disable": vehicleType === "car",
"elevation": false,
"instructions": true,
"turn_costs": true,
"point": points.map(function (p) { return p.lat + "," + p.lng; })
},
traditional: true,
Expand Down

0 comments on commit a9b00e1

Please sign in to comment.