angular-cesium icon indicating copy to clipboard operation
angular-cesium copied to clipboard

Feature Idea - Selection Editor tool - support selecting multiple entities

Open anotherhale opened this issue 5 years ago • 1 comments

There is a need to be able to select multiple entities at once to move them or perform other operations on them as a group. I think initially this would just be a rectangle selection, similar to the zoom to feature, but possibly be able to have other selection methods (freehand, elliptical, selectByType, etc) similar to GIMP or other drawing applications.

I can assist with this PR.

anotherhale avatar Jan 02 '20 19:01 anotherhale

It sounds like a cool idea. back in the day, we did a simple implementation for it, in SelectionManagerService, checkout the example here. You can expand this service or create a new util service, we welcome PRs :)

eitanfr avatar Jan 07 '20 16:01 eitanfr