Changes between Version 516 and Version 517 of Versions
- Timestamp:
- Nov 29, 2024, 9:45:17 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v516 v517 15 15 ^^^^^^^^^^^^^^^^^^^^^^^^ 16 16 17 - New simplified and consistent formula for translating geo to grid coordinates when importing / subsetting for regular axes ([https://doc.rasdaman.org/05_geo-services-guide.html#subsetting-behavior docs]) 17 18 - New API for setting and retrieving a coverage thumbnail ([https://doc.rasdaman.org/05_geo-services-guide.html#coverage-thumbnail docs]) 18 19 - Support passing user-defined parameters for a style fragment in WMS GetMap requests ([https://doc.rasdaman.org/05_geo-services-guide.html#getmap-with-customized-variables-for-a-style docs]) 20 - Text responses, e.g. for `GetCapabilities` request, will be compressed / decompressed automatically in WebBrowser for faster download ([https://doc.rasdaman.org/05_geo-services-guide.html#ogc-services-endpoint docs]) 19 21 - Removed support for coverage metadata in JSON format 20 - New simplified and consistent formula for translating geo to grid coordinates when importing / subsetting for regular axes ([https://doc.rasdaman.org/05_geo-services-guide.html#subsetting-behavior docs])21 - New setting `coverage_metadata` to define non-rasdaman global metadata in ingredients file ([https://doc.rasdaman.org/05_geo-services-guide.html#data-import-global-metadata docs])22 22 - Required negative geo resolution for axis type `Y` when importing new coverage 23 - Text responses, e.g. for `GetCapabilities` request, will be compressed / decompressed automatically in WebBrowser for faster download ([https://doc.rasdaman.org/05_geo-services-guide.html#ogc-services-endpoint docs])24 23 - In DescribeCoverage response the `swe:label` will be same as the `swe:field` name if a quantity's label is not set 25 24 - Validate `colorPaletteTable` in coverage's metadata when updating / inserting … … 31 30 - Improved handling for escaped special XML characters in coverage's metadata 32 31 - Improved checking a layer's existence when getting capabilities 33 - Improved checking if a coverage exists in petascope's remote cache34 32 - Fixed issue with zero value for axis extent resolution in petascopedb 35 33 - Fixed issue with incorrect value for axis extent resolution of pyramid member coverages … … 39 37 ^^^^^^^^^^^ 40 38 39 - New setting `coverage_metadata` to define non-rasdaman global metadata in ingredients file ([https://doc.rasdaman.org/05_geo-services-guide.html#data-import-global-metadata docs]) 41 40 - New setting `thumbnail_path` to set a coverage's thumbnail ([https://doc.rasdaman.org/05_geo-services-guide.html#thumbnail-path docs]) 42 41 - New setting `wms_styles` to add styles to a WMS layer when inserting a coverage ([https://doc.rasdaman.org/05_geo-services-guide.html#wms-styles docs])