Skip to content
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 #125

Closed
lgoltz opened this issue Aug 16, 2018 · 5 comments
Closed

Test intersectsCurve fails with TopologyException #125

lgoltz opened this issue Aug 16, 2018 · 5 comments
Assignees
Labels
Projects

Comments

@lgoltz
Copy link
Contributor

lgoltz commented Aug 16, 2018

SUT: http://cloudsdi.geo-solutions.it/geoserver/geoedge/ows?request=GetCapabilities&service=WFS
Version: 1.30-SNAPSHOT

The test IntersectsTests.intersectsCurve() fails three times with the same exception: com.vividsolutions.jts.geom.TopologyException: side location conflict [ (18.2018, -67.0843, NaN) ]

The failure occurs in

boolean intersects = TopologicalRelationships.isSpatiallyRelated(SpatialOperator.INTERSECTS, gmlCurveElem,
geom);

@keshavnangare
Copy link

@lgoltz

The service is changed so not able to reproduce this issue and also tried with other services as well but not reproducible.

@dstenger dstenger assigned lgoltz and unassigned keshavnangare Jan 23, 2019
@lgoltz
Copy link
Contributor Author

lgoltz commented Jan 29, 2019

I'am able to reproduce the failure with the current master:
intersectsCurve650.html.txt

The docker environment contains only the WFS 2.0 ETS and was started with:

mvn clean install docker:run -Pdocker

@lgoltz lgoltz assigned keshavnangare and unassigned lgoltz Jan 29, 2019
@dstenger dstenger assigned dstenger and unassigned keshavnangare Feb 13, 2019
@dstenger dstenger added this to In progress in CITE Apr 11, 2019
@dstenger dstenger moved this from In progress to To do in CITE Jun 6, 2019
@dstenger dstenger assigned keshavnangare and unassigned dstenger Mar 9, 2020
@dstenger dstenger moved this from To do to In progress in CITE Mar 9, 2020
@dstenger dstenger moved this from In progress to To do in CITE Mar 18, 2020
@dstenger dstenger moved this from To do to Needs discussion in CITE Apr 29, 2020
@ghobona
Copy link
Contributor

ghobona commented Jul 14, 2020

@aaime Is the WFS mentioned in this Issue still available?

The endpoint does not appear to offer a WFS.

If the WFS is no longer available, we'll close the issue by 2020-07-21.

@aaime
Copy link
Contributor

aaime commented Jul 14, 2020

@ghobona no we decommissioned that server some time ago. I do have locally a geodege database, but don't remember if it was subject to any license or redistribution restriction. Do you?

@ghobona
Copy link
Contributor

ghobona commented Jul 14, 2020

@aaime No, I am not familiar with geoedge's license or redistribution restrictions.

We'll close the issue. If the same problem comes up with a different server, we can reopen or link to this issue.

Thanks for the quick response.

@ghobona ghobona closed this as completed Jul 14, 2020
CITE automation moved this from Needs discussion to Done Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
CITE
  
Done
Development

No branches or pull requests

5 participants