I am a bit confused by the api for entity parents and what i am seeing from entities created by czml. Entity.parent is defined as an Entity which means that Entity.parent.id ought to be the value of the parent id however it ends coming across as ID for some reason using cesiumlanguagewriter. I had to change my jsni wrapper for Entity to return this.id === undefined ? this.ID : this.id in order to get the expected behavior.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Auto deletion of related czml entities? | 2 | 804 | December 14, 2020 | |
Should an Entity's children auto update? | 5 | 627 | June 28, 2021 | |
Parenting entities makes _children[] of parent dirty | 7 | 65 | December 26, 2024 | |
How to get the children Entities by Parent entity in cesium js ? | 2 | 897 | October 18, 2016 | |
How to access CZML-created entity through Entity API? | 4 | 190 | February 6, 2015 |