manubb / Leaflet.PixiOverlay

Bring Pixi.js power to Leaflet maps
MIT License
463 stars 85 forks source link

How can I implement the function of dragging and dropping a marker? #64

Open cangshudada opened 3 years ago

cangshudada commented 3 years ago

How can I implement the function of dragging and dropping a marker? Every time a simulated drag event triggers mousedown, mousenove, mouseup and other events, the drag map event will be triggered because of the event bubbling.