daniel-fschr
Results
2
comments of
daniel-fschr
This is a great idea, but I don't understand how to implement this mode When instantiating the mapbox-gl-draw object. Can you give me an example? Thank you!
Hi Stevage, I am quite inexperienced with using custom modes in Mapbox Draw. Please have a look at my code below. ``` var draw = new MapboxDraw({ snapLayers: ['Lines_data'], });...