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

Use LibGEOS.equals instead "==" to compare geometries #81

Merged
merged 2 commits into from
Dec 27, 2020
Merged

Use LibGEOS.equals instead "==" to compare geometries #81

merged 2 commits into from
Dec 27, 2020

Conversation

jaakkor2
Copy link
Contributor

Comparing geometry strings assumes that the order of the points does not change. I believe API does not guarantee that.

These changes are needed for GEOS_jll 3.9 to pass the tests.

@visr
Copy link
Member

visr commented Dec 27, 2020

Ah yes, this is a great way to make the testing more robust to the point order given by GEOS. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants