In version 2.8.0 the response of a WFS 1.1.0 DescribeFeatureType request doesn't match with the result of GetFeature regarding the geometry type. Using a normal Shape source with geometry type MultiLineString these are the responses: GetFeature... MultiCurve DescribeFeatureType... MultiLineString
The schema of WFS 2.0.0 is handling it right.
Here the comment from Andrea Aime (from Geoserver-users list): MultLineString in WFS 1.1 schemas is deprecated and meant to be replaced with MultiCurve, but yeah, I've verified that the DescribeFeatureType does not match on a 2.8.x I have handy (somewhat surprised the CITE tests we run nightly are not failing because of it)
|