Hello Cesium Developers,
I've seen some threads on customProperty (in CZML entiry), for example:
...
{
"id":"FLIGHT_ABC",
"name":"Flight ABC",
"description" : "some html",
"availability":"2014-09-03T11:45:10Z/2014-09-03T12:16:24Z",
"customProperty" : [
{
"equipment_type" : "A380",
"dest" : "OEX"
}
],
...
...
I'm wondering about an update on the future plans for having this automatically processed and be available in the Entity object. Until then, we have some expensive code that gets properties on the CesiumViewer.dataSources.dataSourceAdded event, which causes a second trip to the server.
Thanks in advance for an update!