Andy
Andy
**Version** - [email protected] When multiple polylines are drawn on the map and then when one of the polylines are deleted the other polylines don't render properly when moved. (See the...
**Intended outcome:** Allow the entity managers to disable/enable all registered entities. Essentially: angular-cesium-widgets/services/entity-editors/points-editor/points-manager.service.ts ``` enableAll() { this.points.forEach(point => point.enableEdit = true); } disableAll() { this.points.forEach(point => point.enableEdit = false); }...
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...
When entities (html, labels, shapes) are drawn on the screen and the globe is rotated they still render even though they are on the opposite side of the globe. https://youtu.be/ly96vcVrGaA...
I understand that the name of the project is xtract and that it focuses on XML deserialization, but there is no support for XML serialization. Have you explored supporting serialization?...