uber / nebula.gl

A suite of 3D-enabled data editing overlays, suitable for deck.gl
https://nebula.gl/
Other
695 stars 165 forks source link

[react-map-gl-draw] Usage of DrawPolygonByDraggingMode #559

Open dmitov opened 3 years ago

dmitov commented 3 years ago

Feature request

Background

Awesome PR 362 from @keller-mark. I'd like to see the mode implemented in the react-map-gl-draw module. Is there any plans for it? I can contribute with a little guidance.

Thanks in advance!

To Do List

dmitov commented 3 years ago

After digging deeper into the code, appears that if you setup dragToDraw: true in modeConfig the mode works just fine!

Maybe we should document that?