Show u-turn icons for GraphHopper u-turn instructions
This commit is contained in:
parent
2cd1b2e64a
commit
dc134f3897
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ function GraphHopperEngine(id, vehicleType) {
|
|||
"5": 14, // via reached
|
||||
"6": 10, // roundabout
|
||||
"-7": 19, // keep left
|
||||
"7": 18 // keep right
|
||||
"7": 18, // keep right
|
||||
"-98": 4, // unknown direction u-turn
|
||||
"-8": 4, // left u-turn
|
||||
"8": 4 // right u-turn
|
||||
};
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue