Project-OSRM / osrm-text-instructions

Text instructions from OSRM route responses
BSD 2-Clause "Simplified" License
86 stars 60 forks source link

Directions images #300

Closed joaotomaspinheiro closed 2 years ago

joaotomaspinheiro commented 3 years ago

Hi! I have a question. When requesting the text directions, it returns all the text instructions by steps to take in the route. Is it possible to have the corresponding images of the directions, for example, turn right or continue straight? Like this: 577231-200 images

Or does the images have to be added manually? And if so, how do I do it?

yuryleb commented 3 years ago

Please look how frontend does this starting from this line: https://github.com/Project-OSRM/osrm-frontend/blob/gh-pages/src/itinerary_builder.js#L44