Opened 13 years ago

Closed 13 years ago

#637 closed defect (fixed)

iso19139.fra / CSW / missing title in ogc:summary

Reported by: Fxp Owned by: fxp
Priority: major Milestone: v2.7.0
Component: General Version:
Keywords: Cc:

Description

Test :

  • Load iso19139.fra profil
  • CSW query
    <?xml version="1.0"?>
    <csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2"
        xmlns:gmd="http://www.isotc211.org/2005/gmd" service="CSW" version="2.0.2" resultType="results">
        <csw:Query typeNames="gmd:MD_Metadata">
            <csw:Constraint version="1.1.0">
                <Filter xmlns="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml"/>
            </csw:Constraint>
        </csw:Query>
    </csw:GetRecords>
    
    
  • title is missing

Only happens in ogc summary.

Change History (2)

comment:1 by Fxp, 13 years ago

Committed revision 8302.

comment:2 by Fxp, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.