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

removePointModifier with CesiumEventModifier.SHIFT not working for Polylines and Polygon Editor #399

Open
qandeelabbassi opened this issue Aug 11, 2021 · 0 comments

Comments

@qandeelabbassi
Copy link

Changing the value of removePointModifier to CesiumEventModifier.SHIFT has no effect on PolylinesEditorService or PolygonsEditorService. The default option (simple right-click) still remains active.
But if I change the modifier to say CesiumEventModifier.ALT, then the modifier works as expected

Intended outcome:
The point should only be deleted when right-click action is performed with the SHIFT key

Actual outcome:
The point is deleted only when simple right-click action is performed. It doesn't work with the SHIFT key

How to reproduce the issue:
Change the removePointModifier to CesiumEventModifier.SHIFT and then after creating a new polygon/polyline try deleting a point with right-click+shift key

Version

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