-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi! I trying to listen the events fired by mapbox-gl-draw, but I dont get the way to do that. I have tried with this code:
@map-draw.created ="elementCreated"
...
methods: {
elementCreated(map, e){
console.log(e);
},
But i don't get the event, are supported mapbox-gl-draw events or any workaround to be able to know when a line have been created using linestring tool?
Thanks!
keithgulbro
Metadata
Metadata
Assignees
Labels
No labels