Updating czmlLayers branch

I’m working on updating the czmlLayers branch so that it works with the latest version on master. I’m having trouble figuring out how to update the Viewer widget.

The current version of the Viewer widget uses a DataSourceDisplay and the underlying DataSourceCollection to manage the czml, but the Viewer widget in the czmlLayers branch just uses the processCzml function and the underlying DynamicObjectCollection.

I’m pretty sure that the new CzmlProcessor class in the czmlLayers branch is what I should be using, but I am not really sure where to put it.