Closed abarciauskas-bgse closed 8 months ago
@abarciauskas-bgse Your changes look good. The only piece that is missing is the time select in the layers list for HLS layers. I can take care of that if you want. Would that be a time slider or a range select for HLS layers?
@oliverroick if the titiler cmr api accepts a date range, we can do that otherwise a slider like the other collection is fine.
Added a change to enable the time slider for HLS collections
CubeLayerForm
to CmrLayerForm
step
prop of DateTimeSlider
optional, with a default valueCmrLayerForm
@oliverroick Thank you!
Do you think we could change CmrLayerForm
to just LayerForm
or StacLayerForm
because not all layers will be coming from CMR (for example, once I add a pyramid layer it will not be using CMR and titiler-cmr)
@oliverroick thanks for making those last changes. I think we can merge this when you are happy with it and we will handle how to show the HLS layers in a separate PR.
This looks good to me, I've tested all layers.
This is a WIP.
It refactors VariablesSelect to allow for the select options to be the renders keys themselves when no
cube:variables
is present.It includes work from #30 and #32 so we can test using it with the HLS data which does not implement the data cube extension.
Issues: