-
Notifications
You must be signed in to change notification settings - Fork 8
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
Assert that features in response are in requested BoundingBox #18
Comments
Implementation pending in org.opengis.cite.ogcapifeatures10.collections.FeaturesBBox.validateFeaturesWithBoundingBoxResponse |
@keshav-nangare Verified using OpenAPITools Generator that bbox is supposed to be structured like: "extent": {
"spatial": {
"bbox": [
[
11.0,
21.0,
31.0,
41.0
]
],
"crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
} So the ETS should be enabled to handle this. |
Thanks, @ghobona, I will update ETS for the same. |
The |
Method was moved to Line 181 in 68601b5
|
Test: org.opengis.cite.wfs30.collections.GetFeaturesOperation#validateBboxParameter_requests()
Abstract Test 22, Method 3
The text was updated successfully, but these errors were encountered: