Request is:
http://localhost:8081/geoserver/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=Data:HU&srsName=EPSG:3857&bbox=793743,6570066,794353,6570655
Answer is:
<wfs:FeatureCollection numberMatched=“223” numberReturned=“223” timeStamp=“2014-12-17T11:22:18.965Z” xsi:schemaLocation=“http://www.opengis.net/gml/3.2 http://localhost:8081/geoserver/schemas/gml/3.2.1/gml.xsd http://www.opengis.net/wfs/2.0 http://localhost:8081/geoserver/schemas/wfs/2.0/wfs.xsd http://www.opengis.net/wfs http://localhost:8081/geoserver/wfs?service=WFS&version=2.0.0&request=DescribeFeatureType&typeName=Data%3AHU”/>
But the features (Polygons) are not displayed.
Store is an external WFS (1.1.0):
<FeatureType><Name>iwfs:UMRINGE</Name><Title>UMRINGE</Title><DefaultSRS>EPSG:25832</DefaultSRS><OtherSRS>EPSG:31467</OtherSRS><ows:WGS84BoundingBox dimensions=“2”><LowerCorner>26.575037492606754 27.121330454810916</LowerCorner><UpperCorner>36.23283677863904 33.993190573392475</UpperCorner></ows:WGS84BoundingBox><MetadataURL type=“TC211” format=“text/xml”>http://…can not give this here…</MetadataURL></FeatureType>
And:
<xsd:element name=“UMRINGE” substitutionGroup=“gml:_Feature” type=“iwfs:UMRINGE”/><xsd:complexType name=“UMRINGE”><xsd:complexContent><xsd:extension base=“gml:AbstractFeatureType”><xsd:sequence><xsd:element name=“UMRING_ID” type=“xsd:double”/><xsd:element name=“FLAECHE” minOccurs=“0” nillable=“true” type=“xsd:float”/><xsd:element name=“UMFANG” minOccurs=“0” nillable=“true” type=“xsd:float”/><xsd:element name=“UMRING_UTM32” minOccurs=“0” nillable=“true” type=“gml:SurfacePropertyType”/></xsd:sequence></xsd:extension></xsd:complexContent></xsd:complexType>
This is a show stopper for using GeoServer for us. Andrea Aime advised to file this report. May be related to the new data store implementation.
|