box in czml streaming

Hi, guys.
I want to push my czml data onto front-end by server sent event. And I have found everything working well but the shape box.

The box shape dose not show on the globe. So, I wanna know whether box shape supports the czml stream method?

Following is my server-sent event clip.And the billboard, point and label show well, except the box shape.

Could someone told me why, and is there something wrong with my code?

Hello,

What version of Cesium are you using? We accidentally missed adding the Box to CZML until Cesium 1.23 so you will need to use a version newer than that.

It might be a problem with your CZML? Compare it with our CZML example here to see if you missed anything: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=CZML%20Box.html&label=CZML

Best,

Hannah

Thanks for your timely help! Just as you told, I’ve forgotten the version things. Such a careless person!
Thanks very much.

在 2016年11月3日星期四 UTC+8下午11:37:30,insh写道: