Hi Geoserver users I have just installed GeoServer 2.1-beta3 because I need GML 3.2.1 support for my WFS 1.1.0 server. In getcapabilities's response I get the outputFormat GML 3.2.1 for Getfeature request but for DescribeFeatureType it is only gml 3.1.1 support. Why isn't outputFormat GML32 for DescribeFeatureType present? Can I somehow enable GML32 for DescribeFeatureType? I need it playing with WFS 1.1.0. Thanks for your sugestions. Under I add a piece of getcapabilities response
Bartek <ows:Operation name="DescribeFeatureType"> − <ows:DCP> − <ows:HTTP> <ows:Get xlink:href="http://localhost:8080/geoserver/wfs"/> <ows:Post xlink:href="http://localhost:8080/geoserver/wfs"/> </ows:HTTP> </ows:DCP> − <ows:Parameter name="outputFormat"> <ows:Value>text/xml; subtype=gml/3.1.1</ows:Value> </ows:Parameter> </ows:Operation> − <ows:Operation name="GetFeature"> − <ows:DCP> − <ows:HTTP> <ows:Get xlink:href="http://localhost:8080/geoserver/wfs"/> <ows:Post xlink:href="http://localhost:8080/geoserver/wfs"/> </ows:HTTP> </ows:DCP> − <ows:Parameter name="resultType"> <ows:Value>results</ows:Value> <ows:Value>hits</ows:Value> </ows:Parameter> − <ows:Parameter name="outputFormat"> <ows:Value>text/xml; subtype=gml/3.1.1</ows:Value> <ows:Value>GML2</ows:Value> <ows:Value>GML2-GZIP</ows:Value> <ows:Value>SHAPE-ZIP</ows:Value> <ows:Value>csv</ows:Value> <ows:Value>gml3</ows:Value> <ows:Value>gml32</ows:Value> <ows:Value>json</ows:Value> <ows:Value>text/xml; subtype=gml/2.1.2</ows:Value> <ows:Value>text/xml; subtype=gml/3.2</ows:Value> </ows:Parameter> − <ows:Constraint name="LocalTraverseXLinkScope"> <ows:Value>2</ows:Value> </ows:Constraint> </ows:Operation> − ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
