Show fork icons for GraphHopper keep right/left instructions
This commit is contained in:
parent
49f3bdddca
commit
2cd1b2e64a
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ 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
|
||||
};
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue