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
There is one warning "This function does not work on GEOMETRYCOLLECTIONs." in the documentation: http://www.h2gis.org/docs/dev/ST_Intersects/
But according to : https://github.com/locationtech/jts/blame/master/doc/JTS_Version_History.md#L370 and: https://github.com/locationtech/jts/blob/jts-1.15.0/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java#L765
I think we can remove the warning?
The text was updated successfully, but these errors were encountered:
Thanks we will update the doc in few weeks because a new release is on the road
Sorry, something went wrong.
No branches or pull requests
There is one warning
"This function does not work on GEOMETRYCOLLECTIONs."
in the documentation:
http://www.h2gis.org/docs/dev/ST_Intersects/
But according to :
https://github.com/locationtech/jts/blame/master/doc/JTS_Version_History.md#L370
and:
https://github.com/locationtech/jts/blob/jts-1.15.0/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java#L765
I think we can remove the warning?
The text was updated successfully, but these errors were encountered: