xcube-dev / xcube

xcube is a Python package for generating and exploiting data cubes powered by xarray, dask, and zarr.
https://xcube.readthedocs.io/
MIT License
195 stars 18 forks source link

Bug fix of xcube server config colormaps schema #1063

Closed konstntokas closed 1 month ago

konstntokas commented 1 month ago

This PR resolves a bug in the xcube server configuration related to the colormaps schema. In PR #1057, the ColorBar field within the Styles section of the config was incorrectly set as a required field. To ensure backward compatibility, this PR removes the ColorBar field from the list of required fields.

Checklist:

pont-us commented 1 month ago

Approved and merged!