Dear cesium-dev,
I'm struggling here trying to present a 3d model referenced in a CZML file:
[
{
"id":"document",
"version":"1.0"
},
{
"position":{
"cartographicDegrees":[
"2014-08-13T15:36:47.529Z",
-9.123848,
38.739887,
0.0,
"2014-08-13T15:39:45.003Z",
-9.123848,
38.739887,
0.0
],
"interpolationDegree":1,
"interpolationAlgorithm":"LINEAR"
},
"id":"4de4909d-dd6c-42b6-d5cc-7aac865095cd",
"model":{
"scale":20.0,
"show":true,
"gltf":{
"uri":"http://cesiumjs.org/Cesium/Apps/SampleData/models/CesiumAir/Cesium_Air.gltf"
}
},
"availability":"2014-08-13T15:36:47Z/2014-08-13T15:39:45Z"
}
]
I've tried this czml on Cesium Viewer but it does not show neither send errors to the JS console.
Thank you,
Andreas