Hi,

after upgrading GeoServer from 2.24.0 to 2.24.1 one of my users was unable to 
process data from the WFS service in the software FME. The problem comes from 
the fact that the feature type returned in the GetFeature request doesn't match 
the feature type declared in the DescribeFeatureType request when accessing the 
service using WFS 1.1.0. In this case FME doesn't detect the geometries.

This can be reproduced using the 'ne:countries' layer in a new GeoServer 
installation. This is what my tests showed:

GeoServer 2.24.0
WFS 1.0.0
       GetFeature = MultiPolygon
       DescribeFeatureType = MultiPolygonPropertyType
WFS 1.1.0
       GetFeature = MultiSurface
       DescribeFeatureType = MultiSurfacePropertyType
WFS 2.0.0
       GetFeature = MultiSurface
       DescribeFeatureType = MultiSurfacePropertyType

GeoServer 2.24.1
WFS 1.0.0
       GetFeature = MultiPolygon
       DescribeFeatureType = MultiPolygonPropertyType
WFS 1.1.0
       GetFeature = MultiSurface
       DescribeFeatureType = MultiPolygonPropertyType
WFS 2.0.0
       GetFeature = MultiSurface
       DescribeFeatureType = MultiSurfacePropertyType

Please look into this and correct the error.

Thank you and best regards
Daniel
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to