pygeofilter
pygeofilter copied to clipboard
wrong PropertyName lookup for fes v11 parser
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>
...