-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add tests for standard joins #30
Comments
I checked the above-referred document and it refers to the OGC 09-026r2 document. Please find below screenshot from the referred document: The A.5 and A.6 requirements from the OGC 09-026r2 document are as below and implemented PropertyIsEqualToOperatorTests, ComparisonOperatorTests, PropertyIsLikeOperatorTests, PropertyIsNilOperatorTests and PropertyIsNullOperatorTests classes of ETS. I did not find any test implementation for the operator |
@keshav-nangare please implement the test for the operator |
I am implementing the
I found the below example to create a request but unable to select lower and upper boundary values from the features. Can you please provide one of the example to set lower and upper boundary values?
|
I have added changes to make a request for the |
The relevant conformance class is Standard joins: "The server shall implement join predicates using all Filter operators except the spatial and temporal operators." See A.1.11.
All tests are skipped if the service constraint
ImplementsStandardJoins
is "FALSE" in the capabilities document.The text was updated successfully, but these errors were encountered: