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

BUG: segfault on HausdorffDistance of geometry collection (empty point and line) and point #840

Closed
robe2 opened this issue Feb 28, 2023 · 0 comments · Fixed by #841
Closed
Assignees
Labels

Comments

@robe2
Copy link
Member

robe2 commented Feb 28, 2023

@dbaston I put the geometry in #830 into my PostGIS garden routine and it crashed on HausdorffDistance.

I'm assuming it's a geos bug too.

I have ticketed in PostGIS #5351

SELECT  ST_HausdorffDistance(ST_GeomFromText('GEOMETRYCOLLECTION (POINT EMPTY, LINESTRING (0 0, 1 1))'), ST_Point(1,2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants