-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from Project-OSRM/destinations
Support destinations
- Loading branch information
Showing
69 changed files
with
596 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "straight", | ||
"type": "continue" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Continue straight towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
"name": "Street Name" | ||
}, | ||
"instruction": "Turn right onto Street Name at the end of the road" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "right", | ||
"type": "end of road" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Turn right towards City 1 at the end of the road" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "right", | ||
"type": "fork" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Keep right at the fork towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "right", | ||
"type": "merge" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Merge right towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "right", | ||
"type": "new name" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Continue right towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "left", | ||
"type": "off ramp" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Take the ramp on the left towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "left", | ||
"type": "off ramp" | ||
}, | ||
"name": "" | ||
}, | ||
"instruction": "Take the ramp on the left" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "right", | ||
"type": "off ramp" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Take the ramp on the right towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "right", | ||
"type": "off ramp" | ||
}, | ||
"name": "" | ||
}, | ||
"instruction": "Take the ramp on the right" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "sharp left", | ||
"type": "off ramp" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Take the ramp on the left towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "sharp left", | ||
"type": "off ramp" | ||
}, | ||
"name": "" | ||
}, | ||
"instruction": "Take the ramp on the left" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "sharp right", | ||
"type": "off ramp" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Take the ramp on the right towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "sharp right", | ||
"type": "off ramp" | ||
}, | ||
"name": "" | ||
}, | ||
"instruction": "Take the ramp on the right" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "slight left", | ||
"type": "off ramp" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Take the ramp on the left towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "slight left", | ||
"type": "off ramp" | ||
}, | ||
"name": "" | ||
}, | ||
"instruction": "Take the ramp on the left" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "slight right", | ||
"type": "off ramp" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Take the ramp on the right towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "slight right", | ||
"type": "off ramp" | ||
}, | ||
"name": "" | ||
}, | ||
"instruction": "Take the ramp on the right" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
}, | ||
"name": "Street Name" | ||
}, | ||
"instruction": "Take the ramp" | ||
} | ||
"instruction": "Take the ramp onto Street Name" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "straight", | ||
"type": "off ramp" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Take the ramp towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "straight", | ||
"type": "off ramp" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Take the ramp towards City 1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
}, | ||
"name": "Street Name" | ||
}, | ||
"instruction": "Take the ramp" | ||
} | ||
"instruction": "Take the ramp onto Street Name" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"step": { | ||
"maneuver": { | ||
"modifier": "uturn", | ||
"type": "off ramp" | ||
}, | ||
"name": "Street Name", | ||
"destinations": "City 1,City 2" | ||
}, | ||
"instruction": "Take the ramp towards City 1" | ||
} |
Oops, something went wrong.