Removed duplicate entry for turn straight
This commit is contained in:
parent
c5ca0d3ac5
commit
2ed5e97356
1 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@ function OSRMEngine() {
|
|||
'turn sharp left': 'javascripts.directions.instructions.sharp_left',
|
||||
'turn left': 'javascripts.directions.instructions.turn_left',
|
||||
'turn slight left': 'javascripts.directions.instructions.slight_left',
|
||||
'turn straight': 'javascripts.directions.instructions.follow',
|
||||
'roundabout': 'javascripts.directions.instructions.roundabout',
|
||||
'rotary': 'javascripts.directions.instructions.roundabout',
|
||||
'depart': 'javascripts.directions.instructions.start',
|
||||
|
@ -56,7 +55,6 @@ function OSRMEngine() {
|
|||
'turn slight left': 5,
|
||||
'turn left': 6,
|
||||
'turn sharp left': 7,
|
||||
'turn straight': 0,
|
||||
'roundabout': 10,
|
||||
'rotary': 10,
|
||||
'depart': 8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue