pygeofilter icon indicating copy to clipboard operation
pygeofilter copied to clipboard

wrong PropertyName lookup for fes v11 parser

Open jokiefer opened this issue 1 year ago • 0 comments

Status Quo

The parser implementation for fes v1.1.0 filters is currently incorrect. It will allow the newer in fes v2.x.x filters renamed PropertyName as ValueReference.

It shall be

<ogc:PropertyIsLessThan>
          <ogc:PropertyName>attr</ogc:PropertyName>
...

See wrong test case

jokiefer avatar Nov 14 '23 14:11 jokiefer