geopython / geopython/pygeofilter
wrong PropertyName lookup for fes v11 parser
Open
- Dominant language
- Python
- Stars
- 90
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
# 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
```xml
attr
...
```
[See wrong test case](https://github.com/geopython/pygeofilter/blob/9a2d0ea43ad15032cbe92208612cb5a5ffb990a9/tests/parsers/fes/test_v11.py#L12)
Contributor guide
Assessment
This issue has not been assessed yet.