[QGIS-Developer] [Server] feature typeName namespace in WFS GetFeature

Stéphane Brunner stephane.brunner at camptocamp.com
Fri Aug 17 02:44:08 PDT 2018


Hello,

In the test we configure the typeName like this
https://github.com/qgis/QGIS/blob/6d1e420c71615307bb2d5e84c187b32a1a363cda/tests/src/python/test_qgsserver_wfs.py#L217
<wfs:Query typeName="testlayer" srsName="EPSG:3857" xmlns:feature="
http://www.qgis.org/gml">


But I understand this is wrong, it should be
<wfs:Query typeName="testlayer" srsName="EPSG:3857" xmlns="
http://www.qgis.org/gml">
or
<wfs:Query typeName="feature:testlayer" srsName="EPSG:3857" xmlns:feature="
http://www.qgis.org/gml">

Am I right or not?

CU
Stéphane


-- 
camptocamp.com
mapfish.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20180817/46814f16/attachment.html>


More information about the QGIS-Developer mailing list