mapbox / mapbox-gl-directions

Directions plugin for mapbox-gl-js using Mapbox Directions API.
https://mapbox.com/mapbox-gl-js/example/mapbox-gl-directions/
ISC License
235 stars 124 forks source link

visualize waypoints #286

Open dudeuter opened 2 years ago

dudeuter commented 2 years ago

Currently, when a waypoint is added (via code or clicking and dragging a route in the UI) we just change the shape of the route geometry and don't reflect that there is a waypoint.

We should consider adding an annotation for a waypoint and draw it over the route.