152 | | - Before v10, coverage's metadata generated by rasdaman (`sizeInBytes`, `axisList`) were put under `<ows:Metadata>` selection of each `<wcs:CoverageSummary>` element, however, this is invalid according to OGC WCS 2.0.1 schema, hence, since v10+, rasdaman restructured in WCS GetCapabilities under `<ows:AdditionalParameters>` element instead. For example: |
153 | | |
| 152 | - In the GetCapabilities response, the way rasdaman adds various metadata for each coverage (`sizeInBytes`, `axisList`) has changed: |
| 153 | - v9.8 the metadata was added under an `<ows:Metadata>` element for each coverage |
| 154 | - v10.0 the metadata is now added under an `<ows:AdditionalParameters>` element instead, e.g. |