We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
At first, a big Thank to you for sharing this great work <3.
Here is not a bug, but a tips for helping people at beginning :
editable:drawing:end
editable:vertex:dragend
map.editTools .on('editable:drawing:end', saveChanges) .on('editable:vertex:dragend', saveChanges) ; function saveChanges() { ... }
is this the right way to do it?
Thanks & Cheers
PS: another tips here : #213 😉
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
At first, a big Thank to you for sharing this great work <3.
Here is not a bug, but a tips for helping people at beginning :
editable:drawing:end
is fired ;editable:drawing:end
is not fired buteditable:vertex:dragend
is.is this the right way to do it?
Thanks & Cheers
PS: another tips here : #213 😉
The text was updated successfully, but these errors were encountered: