Skip to content
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

After cancel the edit mode and restart it, the editing rectangle ist on the wrong position #13

Open
dGuetschow opened this issue Jun 29, 2021 · 0 comments

Comments

@dGuetschow
Copy link

dGuetschow commented Jun 29, 2021

path rotate

The problem was that after canceling the edit mode and restarting it, the editing rectangle has the configuration from before canceling.

In our project we fixed it by removing the if condition in the "_getBoundingPolygon" function in the "L.Path.Transform.js" file.

From this
image

to this

image

now the object is always taken as it actually is.

Nice work at all

With best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant