Re: [QGIS-Developer] QGIS Server 3.4.7 and WFS Filtering PropertyIsLike

2019-06-12 Thread René-Luc Dhont
Hi Luca, The OGC Filter element is required as the document element for filter parameter. Regards, René-Luc Le 11/06/2019 à 15:59, Luca Manganelli a écrit : Addendum. I discovered what problem was. OWSLib generates an URL like this: http:// WFSHOST .../=singleChar="_" escapeChar="\"

Re: [QGIS-Developer] QGIS Server 3.4.7 and WFS Filtering PropertyIsLike

2019-06-11 Thread Luca Manganelli
Addendum. I discovered what problem was. OWSLib generates an URL like this: http:// WFSHOST .../=nome_viaVIA A% but it seems that QGIS Server doesn't like this. We should add and at start and the end of the FILTER value: http:// WFSHOST .../=nome_viaVIA A% with the last URL, the

[QGIS-Developer] QGIS Server 3.4.7 and WFS Filtering PropertyIsLike

2019-06-11 Thread Luca Manganelli
Hello, I'm trying to make this python 3 code with OwsLib working. In particular, I'm searching a road with the name starting by "VIA F.", but QGIS Server returns me a road named VIA MATTEOTTI... Does QGIS Server support PropertyIsLike in WFS? #!/usr/bim/python3 from owslib.wfs import