Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4892'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jun 12, 2024
2 parents 49f3bdd + dc134f3 commit e8fab4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/assets/javascripts/index/directions/graphhopper.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ function GraphHopperEngine(id, vehicleType) {
"3": 3, // sharp right
"4": 14, // finish reached
"5": 14, // via reached
"6": 10 // roundabout
"6": 10, // roundabout
"-7": 19, // keep left
"7": 18, // keep right
"-98": 4, // unknown direction u-turn
"-8": 4, // left u-turn
"8": 4 // right u-turn
};

return {
Expand Down

0 comments on commit e8fab4d

Please sign in to comment.