Those are some great examples. Thanks for taking the time to put
those together.
If you're looking to add a few more I have three ideas. I think an
example that uses the orientation property would be very useful.
I’ve noticed several questions about this on the mailing list. I
also think an example that uses relative reference frames would be
useful since I was never able to figure this out myself. E.g. using
referenceFrame: “#otherObjectID”. Finally, I think an example that
uses Cesium Sensors would complete the examples package.
Excellent examples, and made me rethink my display of ‘catch details’ for a fishing vessel.
Would love to see how to apply a time dynamic to a rectangle… (my own tests have not yet shown the results I’d like) I’m thinking that the height of a rectangle reflects the kg’s of fish caught in that region : At time point x, the rectangle height is y…
Glad you figured it out. Unfortunately, the notation you suggest won’t work because a leading plus sign is invalid JSON. It may be possible to do something like have an “accumulatedNumber” property instead of number to indicate new values are offsets, but the packetized nature of CZML might make that hard to implement on the client. Food for thought when we start working major improvements to CZML again.