Opened 11 years ago
Closed 11 years ago
#769 closed defect (duplicate)
WCS Scaling extension to update internal grid topology in the XML response
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | petascope | Version: | development |
Keywords: | scaling xml update | Cc: | |
Complexity: | Medium |
Description
Currently, applying a scaling to a coverage via WCS Scaling extension does not properly update the internal grid information (GetCoverageMetadata
object) to appear in the XML response.
In case of a GridCoverage
or a coverage with IndexCRS, also the external information should be updated in the BBOX (gml:boundedBy
element).
See updateGetCoverageMetadata()
method in AbstractFormatExtension
class.
Note:
See TracTickets
for help on using tickets.
Duplicate of #637.