Hello All,
One of the billboards not rendering at times on the map when two billboards with different images are in the CZML as given below:
[
{
"id":"document",
"version":"1.0"
},
{
"id":"1443164549410011062941029258760",
"name":"",
"description":"hello",
"billboard":{
"image":"http://cesiumjs.org/Cesium/Apps/Sandcastle/images/facility.gif",
"color":{
"rgba":[
255,0,0,255
]
},
"scale":1,
"show":true
},
"label":{
"text":"chk",
"fillColor":{
"rgba":[
255,255,255,255
]
},
"pixelOffset":{
"cartesian2":[
25,10
]
},
"verticalOrigin":"BOTTOM",
"horizontalOrigin":"LEFT",
"scale":1
},
"position":{
"cartographicDegrees":[
-117.2258377,32.74859011,0
]
}
},
{
"id":"1443164549710011075491055130463",
"name":"",
"description":"hi",
"billboard":{
"image":"http://cesiumjs.org/Cesium/Apps/Sandcastle/images/Cesium_Logo_overlay.png",
"color":{
"rgba":[
255,0,0,255
]
},
"scale":1,
"show":true
},
"label":{
"text":"hi",
"fillColor":{
"rgba":[
255,255,255,255
]
},
"pixelOffset":{
"cartesian2":[
25,10
]
},
"verticalOrigin":"BOTTOM",
"horizontalOrigin":"LEFT",
"scale":1
},
"position":{
"cartographicDegrees":[
-117.2258377,32.74859011,100
]
}
}
]
please let me know how to go about it,cause the same czml with same images for two billboards is working fine.
thanks a lot
thanks
neel