Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voice and Banner instructions for OSRM #318

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ccritne
Copy link

@ccritne ccritne commented Dec 8, 2024

Issue

I want to use OSRM API Call in Maplibre-Navigation adding voice and banner instructions. I was inspired by Valhalla keys and I added them to RouteStep.

The algorithm is based on these properties that can be set up into options to personalize the output.

key description
verboseNavigation Allows you to add voice and banner instructions
announcementsDistancesBelow500m Determines how often to receive instructions under 500 meter.
announcementsWayMinimumDistance Determines the distance from maneauver location to include way name into instruction.
distanceLastAnnouncement Determines when to receive last announcement.

Tasklist

- [x] Add voice and banner instructions
- [x] Add changelog entry 
- [x] Test with osrm-frontend (?)
- [] Review

Requirements / Relations

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant