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
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to