-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporal filter PropertyIsLessThan is not working with date values #1422
Comments
I did some research in the specs and my conclusion is that This topic is also discussed in opengeospatial/ets-wfs20#240. I propose to wait for the conclusion in that issue and to handle this issue accordingly. |
Feedback from SWG: opengeospatial/ets-wfs20#224 (comment) It is pointed out that this case is not 100% clear. However, they do not see a reason why |
Additionally (and related IMO), a request using a "property is less than" filter with temporal values also returns features which have a nil value in the requested property. |
@JohannaOtt The deegree TMC decided to move your reported problem into a separate issue which you can find here: #1440 |
When following request is sent:
no features are returned.
However, when sending the same request without filter
features are returned which should match the filter:
<ps:legalFoundationDate>2012-05-11T00:00:00</ps:legalFoundationDate>
Please also see opengeospatial/ets-wfs20#240.
The text was updated successfully, but these errors were encountered: