-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
"FeatureType Grid Widget" returns empty geometries when a spatial filter is set #8460
Comments
after some investigation, the problem seems to be on the geoserver side this is the request done to geoserver: url: https://localhost:8081/geoserver/ows?service=WPS&version=1.0.0&REQUEST=Execute&access_token=8K6lZPHv1Vx7poFaxgM8uDE9b0mhgw
this is the response about that request:
mapstore send wps:Data, unless the ogc filter is not valid for geoserver, the problem seems to be on that side |
Notice that when the same polygon is set a ROI input to the WPS process, everything works fine. |
Issue moved to GeoNode/geonode-mapstore-client #852 via ZenHub |
Expected Behavior
When trying to download a dataset with a spatial filter applied like shown her below, I'd expect the process correctly generating the output file
Actual Behavior
The
Download Process
fails with anEmpty Geometries Null Pointer Exception
errorSteps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: