Hi,
I’m trying to create a billboard whose image changes at specific times. I’ve tried several different configurations but none seem to work. Following the pattern for color doesn’t work either. Is this possible?
Thanks,
Scott
[
{
“id”: “document”,
“name”: “Billboard Test”,
“version”: “1.0”,
“clock”: {
“interval”:“2016-02-27T00:00:00Z/2016-02-29T00:00:00Z”
}
},
{
“id”: “Billboard”,
“name”: “Time Dependent Billboard”,
“position”: {
“cartographicDegrees”: [-75.5, 40.0, 0.0]
},
“billboard”: {
“color”: {
“rgba”: [
“2016-02-27T00:00:00.000Z”, 255, 255, 255, 255,
“2016-02-28T00:00:00.000Z”, 0, 255, 0, 255
]
},
“image”: {
“uri”: [
“2016-02-27T00:00:00.000Z”, “sarImages/C-17 - Green+Grey.png”,
“2016-02-28T12:00:00.000Z”, “sarImages/C-17 - Green+White.png”
]
},
“scale”: 0.1
}
}
]
[
{
“id”: “document”,
“name”: “Billboard Test”,
“version”: “1.0”,
“clock”: {
“interval”:“2016-02-27T00:00:00Z/2016-02-29T00:00:00Z”
}
},
{
“id”: “Billboard”,
“name”: “Time Dependent Billboard”,
“position”: {
“cartographicDegrees”: [-75.5, 40.0, 0.0]
},
“billboard”: {
“color”: {
“rgba”: [
“2016-02-27T00:00:00.000Z”, 255, 255, 255, 255,
“2016-02-28T00:00:00.000Z”, 0, 255, 0, 255
]
},
“image”: {
“uri”: [
“2016-02-27T00:00:00.000Z”, “sarImages/C-17 - Green+Grey.png”,
“2016-02-28T12:00:00.000Z”, “sarImages/C-17 - Green+White.png”
]
},
“scale”: 0.1
}
}
]
``