Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Geoserver WFS from QGIS

John, what version of GeoMesa?  We recently had a bug where we weren't
propagating the namespace properly.  It's fixed in master.

John Meehan <john_n_meehan@xxxxxxxxx> writes:

> Hi,
>
> Are there any tricks to get WFS working in Geoserver?  QGIS complains about "Error when parsing GetFeature response : Error: unbound prefix on line 1, column 741” which appears to be the null namespace on the <null:example-csv gml:id="23623”> element.  I’ve seen some chatter that this might be an issue with Geoserver workspaces but haven’t had any success.
>
> <?xml version="1.0" encoding="UTF-8"?>
> <wfs:FeatureCollection xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:wfs="http://www.opengis.net/wfs/2.0"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:cite="http://www.opengeospatial.net/cite"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; numberMatched="3" numberReturned="3" timeStamp="2017-10-05T20:35:23.735Z" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://localhost:9090/geoserver/schemas/wfs/2.0/wfs.xsd http://www.opengeospatial.net/cite http://localhost:9090/geoserver/wfs?service=WFS&amp;version=2.0.0&amp;request=DescribeFeatureType&amp;typeName=cite%3Aexample-csv http://www.opengis.net/gml/3.2 http://localhost:9090/geoserver/schemas/gml/3.2.1/gml.xsd";>
>   <wfs:member>
>     <null:example-csv gml:id="23623">
>       <gml:name>Harry</gml:name>
>       <fid>23623</fid>
>       <age>20</age>
>       <lastseen>2015-05-06T00:00:00.000Z</lastseen>
>       <geom>
>         <gml:Point srsName="urn:ogc:def:crs:EPSG::4326" srsDimension="2">
>           <gml:pos>23 -100.236523</gml:pos>
>         </gml:Point>
>       </geom>
>     </null:example-csv>
>   ...
> </wfs:FeatureCollection>_______________________________________________
> geomesa-users mailing list
> geomesa-users@xxxxxxxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.locationtech.org/mailman/listinfo/geomesa-users


Back to the top