Opened 14 years ago

Last modified 14 years ago

#3285 new enhancement

WFS 1.1 Filter capabilites EID and FID elements

Reported by: assefa Owned by: assefa
Priority: normal Milestone: 6.0 release
Component: WFS Server Version: unspecified
Severity: normal Keywords: WFS 1.1 filter capabilities
Cc: nsavard, tomkralidis

Description

The filter capabilities document (http://schemas.opengis.net/filter/1.1.0/filterCapabilities.xsd) used for WFS1.1 and SOS allows to define EID and FID elements as part of the <ogc:Id_Capabilities> element. Mapserver right now outputs FID which is correct. The xsd definition is: <xsd:complexType name="Id_CapabilitiesType">

<xsd:choice maxOccurs="unbounded">

<xsd:element ref="ogc:EID"/> <xsd:element ref="ogc:FID"/>

</xsd:choice>

</xsd:complexType

But OGC cite is testing to see if there is and EID element. So let's generate also EID.

Change History (3)

comment:1 by assefa, 14 years ago

committed in r9771. We now generate this: <ogc:Id_Capabilities> <ogc:EID/> <ogc:FID/> </ogc:Id_Capabilities>

keeping this open since It might affect msautotest (not checked yet)

comment:2 by tomkralidis, 14 years ago

FYI I've updated parts of msautotest to output this per trunk in r9722.

in reply to:  2 comment:3 by tomkralidis, 14 years ago

Replying to tomkralidis:

FYI I've updated parts of msautotest to output this per trunk in r9722.

Sorry, I meant r9772.

Note: See TracTickets for help on using tickets.