#2742 closed enhancement (fixed)

FIX - adjust WMS GetCapabilities response with XML schema

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.2
Component: petascope Version: development
Keywords: Cc: Dimitar Misev
Complexity: Medium

Description

This ticket is a break change → for major release version.

A quick check shows that, this section (valid in WCS GetCapabilities schema) should not exist directly under <Layer> element, it should be put under <Abstract> element instead (like with rasdaman-query style's <Abstract> element which contains query fragment).

                <ows:AdditionalParameters xmlns:ows="http://www.opengis.net/ows/2.0">
                    <ows:AdditionalParameter>
                        <ows:Name>sizeInBytes</ows:Name>
                        <ows:Value>5359440</ows:Value>
                    </ows:AdditionalParameter>
                    <ows:AdditionalParameter>
                        <ows:Name>axisList</ows:Name>
                        <ows:Value>era,model,scenario,snowpack,X,Y</ows:Value>
                    </ows:AdditionalParameter>
                </ows:AdditionalParameters>

And with some small invalid elements as well.

Change History (1)

comment:1 by Bang Pham Huu, 10 months ago

Resolution: fixed
Status: assignedclosed
Summary: NEW - adjust WMS GetCapabilities response with XML schemaFIX - adjust WMS GetCapabilities response with XML schema
Note: See TracTickets for help on using tickets.