A WFS GetFeature query looks something like this:
But users would want to enter something like "ADDRKEY = 1001" so it becomes necessary to convert the infix expression to a AST and then into a WFS filter.
Are there any reusable solutions for converting an CQL filter into a OGC filter?
- "A=b" is converted into
- "<PropertyIsEqualTo><PropertyName>A</PropertyName><Literal>b</Literal></PropertyIsEqualTo>"
