mapbox/mapbox-gl-directions

visualize waypoints

Open

#286 opened on Mar 19, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (130 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (253 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide