I am trying to cascade the following external WFS
https://fbinter.stadt-berlin.de/fb/wfs/data/senstadt/s_brw_2020?request=getcapabilities&service=wfs&version=1.1.0
Loading as new datastore and adding as new layer works. In the layer settings I can see all feature properties.
The problem is, that one of the properties isn't shown neither by WMS GetFeatureInfo requests nor by WFS GetFeature requests on that layer. All other features are fine.
The problematic feature is:
output of DescribeFeatureType on external WFS:
<xsd:element minOccurs="0" name="LUMNUM" nillable="true" type="xsd:anyURI"/>
in geoserver layer view (Feature Type Details table):
Property Type Nillable Min/Max Occurences
LUMNUM URI true 0/1
There are no noticeable problems in geoserver.log about that.
Maybe there is a problem with type="xsd:anyURI"?
Any help would be greatly appreciated
Andreas
_______________________________________________ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
