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

MovewapointStart, MoveWaypointEnd Enchancement #200

Closed deancochran closed 1 year ago

deancochran commented 1 year ago

Hello,

I'm actively developing a routing application using OSM data, maptiler, OSRM, and svelte. I've enjoyed using this package for just over a month!

I noticed that it would be useful to update some reactive aspects of my application when a user starts and or finishes moving a waypoint. However, I did not find an event like "fetchroutestart, or fetchrouteend" for this case.

Are there current developments to add to the event types? I would be interested in helping develop these enhancements.

deancochran commented 1 year ago

This 'issue' was better suited for the discussions 'ideas' page