-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
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
Trying to begin drawing new polygons over an existing polygon #9
Comments
Okay, ignore this - found that setting clickable to false in shapeOptions sorts the problem. Thanks! |
Hi @chambwez thanks for the bug report. I think I'll change the polygon that is drawing to default to clickable: false. The issue also exists if you try to draw over an existing polygon. Will fix it when I get sone time in the next week or so :) |
danzel
added a commit
to danzel/Leaflet.draw
that referenced
this issue
Aug 5, 2012
…eir area while creating them) refs Leaflet#9
justinmanley
added a commit
to justinmanley/Leaflet.draw
that referenced
this issue
Feb 9, 2015
…n a marker (fixes Leaflet#18 and Leaflet#9).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the great plug-in!
I recently upgraded to the latest master and the behaviour of the polygon drawing seems to have changed a little. You can no longer place new markers for polygons over an existing polygon. This introduces a little usability quirk in my application. We only allow users to draw one polygon at a time, the old shapes are removed once any new ones are completed.
The text was updated successfully, but these errors were encountered: