hubertokf / vue2-leaflet-draw

MIT License
32 stars 25 forks source link

Save drawing #7

Open ctiberiu opened 4 years ago

ctiberiu commented 4 years ago

Hello!

First of all, let me congrats you for the awesome plugin!

Secondly, is there a way to save the drawing?

Can't figure it out.

Thanks for your time!

hubertokf commented 4 years ago

Hello!

First of all, let me congrats you for the awesome plugin!

Secondly, is there a way to save the drawing?

Can't figure it out.

Thanks for your time!

Hi!

You could use leaflet events to get what is drawn.

https://leaflet.github.io/Leaflet.draw/docs/leaflet-draw-latest.html#l-draw-event

thank you!

imanmagomedov commented 4 years ago

I have implemented an emit hook in this pull request - https://github.com/hubertokf/vue2-leaflet-draw/pull/12

imanmagomedov commented 4 years ago

@hubertokf , can u approve my pull request?