Hi,
I wanna to know whether the PolylineVolume geometry will be included in the CZML specification in the future?
And I am little curious about the Fan, SensorConic, Vector geometries. I want to know how to draw them with CZML, could someone provide me some relevant demo?
And I’ve tried to draw a Fan geometry, just like this.
This is my code snippet and I have no idea what’s wrong with it… It just shows nothing on Cesium.
Could someone help me to fix it out?Thanks very much!
[
{
"id": "document",
"name": "simple",
"version": "1.0",
"clock": {
"interval": "2012-03-15T10:00:00Z/2012-03-16T10:00:00Z",
"currentTime": "2012-03-15T10:00:00Z",
"multiplier": 60,
"range": "LOOP_STOP",
"step": "SYSTEM_CLOCK_MULTIPLIER"
}
},
{
"id": "myFan",
"name": "Fan",
"availability": "2012-03-15T10:00:00Z/2012-03-16T10:00:00Z",
"position": {
"cartographicDegrees": [
-114.0,
40.0,
300000.0
]
},
"fan": {
"numberOfRings": 10.0,
"outlineWidth": 3.0,
"outlineColor": {
"rgba": [
91,
141,
42,
255
]
},
"outline": 4.0,
"fill ": true,
"material": {
"solidColor": {
"color": {
"rgba": [
255,
255,
255,
0
]
}
}
},
"radius": 50000000,
"perDirectionRadius": true,
"show": true,
"directions": {
"cartesian": [
4650397.56551457,
-3390535.52275848,
-4087729.48877329
]
}
}
}
]