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

Disabling interactivity is ignored if disabled while fetching directions #192

Closed smellyshovel closed 1 month ago

smellyshovel commented 1 year ago

Repro:

  1. Enable interactivity
  2. Place a waypoint
  3. Place another waypoint
  4. Before the routes are loaded, disable the interactivity
  5. The plugin is still interactive!