kboul / wfs-spy-react

Master Thesis rewritten in React, Typescript: Develop a generic filter algorithm to explore O.G.C compliant Web Feature Services (WFS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GET PropertyIsBetween filter request does not return expected results

kboul opened this issue · comments

There is possible a change in the request itself or something else to be investigated because it applies in all tested WFS.

'Filter=<Filter>\n' + was missing in the request. Also the expression was missing from GET PropertyIsLike, PropertyIsNull & PropertyIsNil requests. Added on them too.