We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}
The text was updated successfully, but these errors were encountered:
bug tracker: libgeos/geos#1223
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: