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
239 stars 128 forks source link

How do you remove picking custom directions with the cursor? #283

Open AyaanZaveri opened 2 years ago

AyaanZaveri commented 2 years ago

The feature of custom directions is clashing with the drawing tools. I couldn't seem to find a way to remove it from the API Docs. How would I disable it?

https://user-images.githubusercontent.com/63752541/150895270-7270c334-0992-4a70-a25c-92835cfc13fb.mov

feenx commented 3 weeks ago

@AyaanZaveri

options.interactive [Boolean] Enable/Disable mouse or touch interactivity from the plugin (optional, default true)

This will prevent clicking from changing the destination.