Skip to content

Commit 9fea311

Browse files
author
Allie Rowan
authored
Merge pull request #182 from Project-OSRM/exit-roundabout
update default instruction for exit roundabout
2 parents d2d0485 + f0664e9 commit 9fea311

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+48
-59
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions

languages/translations/en.json

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -409,24 +409,9 @@
409409
},
410410
"exit roundabout": {
411411
"default": {
412-
"default": "Make a {modifier}",
413-
"name": "Make a {modifier} onto {way_name}",
414-
"destination": "Make a {modifier} towards {destination}"
415-
},
416-
"left": {
417-
"default": "Turn left",
418-
"name": "Turn left onto {way_name}",
419-
"destination": "Turn left towards {destination}"
420-
},
421-
"right": {
422-
"default": "Turn right",
423-
"name": "Turn right onto {way_name}",
424-
"destination": "Turn right towards {destination}"
425-
},
426-
"straight": {
427-
"default": "Go straight",
428-
"name": "Go straight onto {way_name}",
429-
"destination": "Go straight towards {destination}"
412+
"default": "Exit the traffic circle",
413+
"name": "Exit the traffic circle onto {way_name}",
414+
"destination": "Exit the traffic circle towards {destination}"
430415
}
431416
},
432417
"exit rotary": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "OSRM Text Instructions",
44
"url": "https://github.com/Project-OSRM/osrm-text-instructions.js",
55
"homepage": "http://project-osrm.org",
6-
"version": "0.10.2",
6+
"version": "0.10.3",
77
"main": "./index.js",
88
"license": "BSD-2-Clause",
99
"bugs": {

test/fixtures/v5/exit_roundabout/left_default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"instructions": {
1010
"de": "Links abbiegen",
11-
"en": "Turn left",
11+
"en": "Exit the traffic circle",
1212
"eo": "Turniĝu maldekstren",
1313
"es": "Gire a la izquierda",
1414
"es-ES": "Gire a la izquierda",

test/fixtures/v5/exit_roundabout/left_destination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"de": "Links abbiegen Richtung Destination 1",
12-
"en": "Turn left towards Destination 1",
12+
"en": "Exit the traffic circle towards Destination 1",
1313
"eo": "Turniĝu maldekstren direkte al Destination 1",
1414
"es": "Gire a la izquierda hacia Destination 1",
1515
"es-ES": "Gire a la izquierda hacia Destination 1",

test/fixtures/v5/exit_roundabout/left_exit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"de": "Links abbiegen auf Way Name",
12-
"en": "Turn left onto Way Name",
12+
"en": "Exit the traffic circle onto Way Name",
1313
"eo": "Turniĝu maldekstren al Way Name",
1414
"es": "Gire a la izquierda en Way Name",
1515
"es-ES": "Gire a la izquierda en Way Name",

test/fixtures/v5/exit_roundabout/left_exit_destination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"instructions": {
1212
"de": "Links abbiegen Richtung Destination 1",
13-
"en": "Turn left towards Destination 1",
13+
"en": "Exit the traffic circle towards Destination 1",
1414
"eo": "Turniĝu maldekstren direkte al Destination 1",
1515
"es": "Gire a la izquierda hacia Destination 1",
1616
"es-ES": "Gire a la izquierda hacia Destination 1",

test/fixtures/v5/exit_roundabout/left_name.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"instructions": {
1010
"de": "Links abbiegen auf Way Name",
11-
"en": "Turn left onto Way Name",
11+
"en": "Exit the traffic circle onto Way Name",
1212
"eo": "Turniĝu maldekstren al Way Name",
1313
"es": "Gire a la izquierda en Way Name",
1414
"es-ES": "Gire a la izquierda en Way Name",

test/fixtures/v5/exit_roundabout/right_default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"instructions": {
1010
"de": "Rechts abbiegen",
11-
"en": "Turn right",
11+
"en": "Exit the traffic circle",
1212
"eo": "Turniĝu dekstren",
1313
"es": "Gire a la derecha",
1414
"es-ES": "Gire a la derecha",

test/fixtures/v5/exit_roundabout/right_destination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"instructions": {
1111
"de": "Rechts abbiegen Richtung Destination 1",
12-
"en": "Turn right towards Destination 1",
12+
"en": "Exit the traffic circle towards Destination 1",
1313
"eo": "Turniĝu dekstren direkte al Destination 1",
1414
"es": "Gire a la derecha hacia Destination 1",
1515
"es-ES": "Gire a la derecha hacia Destination 1",

0 commit comments

Comments
 (0)