Hello everyone,
I am trying to render a polylineVolume object with cesium with CZML format but it appears that this structure is not recognized
{
"label": {"text": "Green box with beveled corners and outline",
"polylineVolume" : {
"positions" : [-90.0, 32.0, 0.0,
-90.0, 36.0, 100000.0,
-94.0, 36.0, 0.0],
"shape" : [[-50000, -50000],
[50000, -50000],
[50000, 50000],
[-50000, 50000]],
"cornerType" : "BEVELED",
"material": {
"polylineOutline": {
"color": { "rgba": [255, 160, 0, 140] },
"outlineColor": { "rgba": [0, 0, 0, 60] },
"outlineWidth": 2
}
}
}
furthermore there isn’t any documentation in CZML format documentation page for this structure
https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/CZML-Structure