Is there a way to access custom properties defined on the first packet (the “document packet”) in a CZML file?
As far as I can see, they are accessible on any entity, and I don’t think the document packet defines an entity.
EDIT: I see there is a _documentPacket
member on the CzmlDataSource
, but that is clearly not intended for external use and only ever has name
and clock
members.