We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some tests suites, e.g. the OGC API Features test suite, check special bounding boxes.
See this example: https://github.com/opengeospatial/ets-ogcapi-features10/blob/0e54b40f3231c82a546b3524abde023f2f02a4ce/src/main/java/org/opengis/cite/ogcapifeatures10/conformance/core/collections/FeaturesBBox.java#L55-L63
Other test suites do not contain such special checks although they test bounding boxes (e.g. WFS).
Question: Should those special tests be part of OGC test suites and, if yes, shouldn't they be present in all tests verifying bounding boxes then?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some tests suites, e.g. the OGC API Features test suite, check special bounding boxes.
See this example: https://github.com/opengeospatial/ets-ogcapi-features10/blob/0e54b40f3231c82a546b3524abde023f2f02a4ce/src/main/java/org/opengis/cite/ogcapifeatures10/conformance/core/collections/FeaturesBBox.java#L55-L63
Other test suites do not contain such special checks although they test bounding boxes (e.g. WFS).
Question: Should those special tests be part of OGC test suites and, if yes, shouldn't they be present in all tests verifying bounding boxes then?
The text was updated successfully, but these errors were encountered: