1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
| [ { "id":"document", "version":"1.0" }, { "id":"Vehicle", "availability":"2012-08-04T16:00:00Z/2012-08-04T17:04:54.9962195740191Z", "label":{ "fillColor":[ { "interval":"2012-08-04T16:00:00Z/2012-08-04T18:00:00Z", "rgba":[ 255,255,0,255 ] } ], "font":"bold 10pt Segoe UI Semibold", "horizontalOrigin":"CENTER", "outlineColor":{ "rgba":[ 0,0,0,255 ] }, "pixelOffset":{ "cartesian2":[ 0.0,20.0 ] }, "scale":1.0, "show":[ { "interval":"2012-08-04T16:00:00Z/2012-08-04T18:00:00Z", "boolean":true } ], "style":"FILL", "text":"Test Vehicle", "verticalOrigin":"CENTER" }, "model":{ "gltf":"models/CesiumMilkTruck/CesiumMilkTruck.glb", "minimumPixelSize":100, "maximumScale":50 }, "orientation" : { "velocityReference": "#position" }, "viewFrom": { "cartesian": [ -2080, -1715, 779 ] }, "properties" : { "fuel_remaining" : { "epoch":"2012-08-04T16:00:00Z", "number": [ 0, 22.5, 1500, 21.2 ] } }, "path":{ "material":{ "solidColor":{ "color":{ "interval":"2012-08-04T16:00:00Z/2012-08-04T18:00:00Z", "rgba":[ 255,255,0,255 ] } } }, "width":[ { "interval":"2012-08-04T16:00:00Z/2012-08-04T18:00:00Z", "number":5.0 } ], "show":[ { "interval":"2012-08-04T16:00:00Z/2012-08-04T18:00:00Z", "boolean":true } ] }, "position":{ "interpolationAlgorithm":"LAGRANGE", "interpolationDegree":1, "epoch":"2012-08-04T16:00:00Z", "cartesian":[ 0.0,-2379754.6637012,-4665332.88013588,3628133.68924173, 10.0,-2379510.08905552,-4665419.64840452,3628182.20006795, 20.0,-2379568.4769522,-4665555.3441867,3627970.83323261, 30.0,-2379638.93786855,-4665691.63561896,3627750.82085873, /.../ 1470.0,-2345636.65904236,-4677231.51689469,3634979.51967852, 1480.0,-2345392.56990766,-4677273.29176384,3635082.57200902, 1490.0,-2345148.47663614,-4677315.05835029,3635185.61789803, 1.5e3,-2344904.37922829,-4677356.81665397,3635288.65734536 ] } } ]
|