You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: