issue with rotating and dragging of rectangle with an angle #1510
Unanswered
anujs099
asked this question in
Questions & Help
Replies: 1 comment
-
For me it sounds like you don't update the coordinates after dragging / editing and then because of reacts state management, it updates it back to before the edit. You can try to store the latlngs with each |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, need help .
i am using react-leaflet to draw rectangle and updating its bounds every time i edit , drag or rotate using geo man tool. how can i make sure that the rectangle maintains that angle when i am performing any of three operations ? currently when i edit or drag after rotating the rectangle it goes back to its original angle.
@Falke-Design
Beta Was this translation helpful? Give feedback.
All reactions