Cesium v1.0 - glTF and CZML

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

CORRECTION:
please ignore this issue. The posted CZML is absolutely correct, the problem was that I was not zooming the globe enough to see the model :S

Sorry about that,

Andreas

Segunda-feira, 18 de Agosto de 2014 11:41:17 UTC+1, andrea...@gmail.com escreveu: