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

Buffer of a LinearRing gives unexpected result #5

Open
nbvfgh opened this issue Jan 9, 2025 · 1 comment
Open

Buffer of a LinearRing gives unexpected result #5

nbvfgh opened this issue Jan 9, 2025 · 1 comment
Labels
bug Something isn't working libgeos reported

Comments

@nbvfgh
Copy link
Owner

nbvfgh commented Jan 9, 2025

DROP TABLE IF EXISTS t1;
CREATE TABLE t1 (geom geometry);
INSERT INTO t1 VALUES (ST_GeomFromText('LINESTRING(25 44, 31 44, 32 38, 29 37, 25 37, 25 38, 24 40, 24 44, 25 44)'));

SELECT ST_Covers(ST_Buffer(t1.geom, 1000), ST_Buffer(t1.geom, 10)) FROM t1;
-- expected: {t}
-- actual  : {f}
@nbvfgh
Copy link
Owner Author

nbvfgh commented Jan 9, 2025

bug tracker: libgeos/geos#1223

@nbvfgh nbvfgh added bug Something isn't working libgeos reported labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libgeos reported
Projects
None yet
Development

No branches or pull requests

1 participant