maplibre / maplibre-gl-directions

A plugin to show routing directions on a MapLibre GL JS map
https://maplibre.org/maplibre-gl-directions/
MIT License
72 stars 16 forks source link

Add support for Mapbox Directions API's `bearings` option #193

Closed smellyshovel closed 1 year ago

smellyshovel commented 1 year ago

See the description: https://docs.mapbox.com/api/navigation/directions/#:~:text=mapbox/driving.-,bearings,-integer

Need to figure out a way to introduce respective functionality into the plugin's UI.

smellyshovel commented 1 year ago

Turned out to be not a Mapbox's exclusive option. Also supported by OSRM.