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
Intended outcome:
When using the PoylinesEditorService to let the user create polylines on the map, the user interaction should be the default behavior after the polyline creation is finished.
Actual outcome:
The polyline creation is working as expected. The editing process is also finished as expected (clicks won't produce new anchor points), but when clicking on an entity, it is not selected anymore.
How to reproduce the issue:
Start polyline creation, when editor "CHANGE_TO_EDIT" is called, process the result and dispose edit process. When creation is finised/disposed, entities cannot be selected anymore.
this.editing$=this.editor.create();this.editing$.subscribe((editResult)=>{if(editResult.editAction===EditActions.CHANGE_TO_EDIT){constresult=this.editing$.getCurrentPoints();// process result herethis.editing$.disable();this.editing$.dispose();}});
Version
angular-cesium@0.0.73
The text was updated successfully, but these errors were encountered:
Intended outcome:
When using the PoylinesEditorService to let the user create polylines on the map, the user interaction should be the default behavior after the polyline creation is finished.
Actual outcome:
The polyline creation is working as expected. The editing process is also finished as expected (clicks won't produce new anchor points), but when clicking on an entity, it is not selected anymore.
How to reproduce the issue:
Start polyline creation, when editor "CHANGE_TO_EDIT" is called, process the result and dispose edit process. When creation is finised/disposed, entities cannot be selected anymore.
Version
The text was updated successfully, but these errors were encountered: