xcube-dev / xcube-viewer

A simple viewer component for xcube-server
https://xcube-dev.github.io/xcube-viewer/
MIT License
29 stars 10 forks source link

Empty time series if timelines of different cubes are not overlapping #215

Open AliceBalfanz opened 2 years ago

AliceBalfanz commented 2 years ago

When choosing a new cube, the old time series is empty, if the time frame of the new cube is not overlapping with the former cube.

forman commented 1 year ago

Yes, because the newly selected cube provides the new context - including it's time frame.

But we could automatically expand the time axis to cover all contributing data sources. I created for this: https://github.com/dcs4cop/xcube-viewer/issues/284