-
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
Test intersectsCurve fails with TopologyException #190
Comments
Thank you for reporting. @keshav-nangare Can you please try to reproduce the reported behavior on the master branch of the WFS 2.0 test suite? |
The test sends following: POST https://haleconnect.com/ows/services/org.223.f8a77f5a-1260-41be-892a-7d57c2983f18_wfs
The service responds with:
However, if I add a z coordinate to the request, a (empty) feature collection is returned by the service (status code 200).
|
@Kate-Lyndegaard Can you please check why your service is expecting the z coordinate? EPSG:4258 is not a 3D coordinate reference system. |
@dstenger I will look into it and get back to you as soons as possible. Thank you for your support. |
@dstenger When adding a third coordinate is the geometry used to check the intersection changed? When I load the WFS service in QGIS and add the line feature used to test the intersection, it looks like this: Is it possible that this issue is related to topological errors in the data? I will test it. |
Hi @keshav-nangare I tested the gml for topological errors in QGIS and there are some gaps and an overlap: I have asked the data provider for a clean version. Could this have any bearing on the test, or is the issue related to #191 ? Kind regards, |
Hi @ghobona, I created a new dataset without topological errors and the side location error is still occuring. What version of jts does the TeamEngine use? I'm wondering because my issue seems similar to locationtech/jts#639. Kind regards, |
@Kate-Lyndegaard ets-wfs20 is using jts version 1.13. |
Hi,
I am receiving a topology error for a WFS service.
WFS service: https://haleconnect.com/ows/services/org.223.f8a77f5a-1260-41be-892a-7d57c2983f18_wfs?SERVICE=WFS&REQUEST=GetCapabilities&VERSION=2.0.0
The test IntersectsTests.intersectsCurve() fails twice with the exception: side location conflict [ (930415.328, 7377006.574, NaN) ]
INSPIRE Validator Test report:
WFS_Validator_Report.zip
I am not sure if this error is related to #125
I would appreciate your insight.
Kind regards,
Kate
The text was updated successfully, but these errors were encountered: