Hello All,
i could see the wall geometry being created as an entity but please let me know whether we could do the same through CZML.
thanks,
neel
Hello All,
i could see the wall geometry being created as an entity but please let me know whether we could do the same through CZML.
thanks,
neel
Yes, Wall and all other geometries are available in CZML, though the documentation doesn’t currently mention it (CZML in general needs a major doc overhaul). You can see all of the options available via the code here: https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/DataSources/CzmlDataSource.js#L1317
It’s very similar to defining a polygon, by default the heights of the positions are the heights of the top of the wall. If you have trouble getting it to work let me know and I’ll try and dig up an example.
Hello Mathew,
thank you for the quick reply, shall try like polygon and get back if any issues.
thanks,
neel