Hi,
I am trying to show a polygon at a specific time intervals, for this I am setting the sub-property “interval” in “show” of the object to the desired time interval in my czml file. But when I start the animator, an error “show is required” occurs when the slider reaches the end of the specified time interval(see attachment).
Here is the czml part of the polygon:
{
“id”: “water1First”,
“availability”:“2012-08-04T00:00:00Z/2012-08-05T02:00:54.9962195740191Z”,
“polygon”: {
“positions”:{
“referenceFrame” : “FIXED”,
“cartographicDegrees”:[
0,0,55660,
0.5,0,55660,
0.5,5,55660,
0,5,55660,
0,0,55660
]
},
"material":{
"solidColor":{
"color":{
"rgba":[
0,0,255,255
]
}
}
},
"outline":[
{
"boolean" : true
}
],
"perPositionHeight":[
{
"boolean":true
}
],
"show":[
{
"interval" : "2012-08-04T00:00:00Z/2012-08-04T02:00:54.9962195740191Z",
"boolean" : true
}
]
}
}
Any clues on why this error is coming, and how can I fix this?
Thanks,