I am loading a satellite orbit using czml and want to change the label's text according to time.
Is it possible?
Thanks
I am loading a satellite orbit using czml and want to change the label's text according to time.
Is it possible?
Thanks
I found the solution:
text: [{ interval: from/to, string: textValue }]
Thanks