-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: introduce feature drag and pointer events handling #162
base: main
Are you sure you want to change the base?
feat: introduce feature drag and pointer events handling #162
Conversation
Added MapGestures drag option.
…y. Added generateFeatureList for geometry handling in examples.
…e querying. Started call of pointer and featureDrag events.
…ctor related code.
Hi, I'm working on a project that needs to update polygons on the map. This PR would make that possible. Any idea when it will be merged in? |
Hi. I have currently stopped work because of the Christmas holidays. From January 7 I will resume work on this PR. I am close to the end of the work |
Awesome! Thanks! |
… using DeepCollectionEquality. Added collection dependency.
I decided not to introduce the Web implementation in the current PR. Implementation of a new way of handling gestures and, consequently, iOS and Web support will follow in a future PR. |
Closes #151 issue.
Important
This PR doesn't introduce the implementation of drag gestures on Web or iOS platforms.