Open
Description
Right now, zooming to an entire data source uses the currently computed bounding sphere of all entities inside of the data source. For temporal data this can produce very poor results. We should probably add an optional DataSource.extent
property that returns the overall extent of the data and then zoom/fly to that instead.