You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing a wfs 2.0.0 request with a filter seem don't work correctly with the OGR connector and a spatialite DB.
I apply a filter that hould return 1 record, but instead it retrun 0 record.
Instead if I try the same request with filter on a mapfile using the same settings but with a postgis connection it work and return the right result.
Note that there was a mix-up that caused values of fields to be displayed in other fields elements, so you may need to adjust your filter to query the right column.
Hi,
Doing a wfs 2.0.0 request with a filter seem don't work correctly with the OGR connector and a spatialite DB.
I apply a filter that hould return 1 record, but instead it retrun 0 record.
Instead if I try the same request with filter on a mapfile using the same settings but with a postgis connection it work and return the right result.
The filtered request I use is like this:
http://url-to-mapserver/...?map=wmstest&service=WFS&version=2.0.0&request=GetFeature&OUTPUTFORMAT=application%2Fgml%2Bxml%3B%20version%3D3.2&typenames=test1&maxFeatures=100&Filter=%3Cfes:Filter%20xmlns:wfs=%22http://www.opengis.net/wfs%22%20xmlns:fes=%22http://www.opengis.net/fes/2.0%22%3E%3Cfes:PropertyIsEqualTo%20xmlns:fes=%22http://www.opengis.net/fes/2.0%22%3E%3Cfes:ValueReference%3Efilestgi%3C/fes:ValueReference%3E%3Cfes:Literal%3Ec0001_1_164_06mag1976%3C/fes:Literal%3E%3C/fes:PropertyIsEqualTo%3E%3C/fes:Filter%3E
Andrea.
The text was updated successfully, but these errors were encountered: