locationtech / jts

The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
Other
1.98k stars 443 forks source link

Fix STRtree queries on empty trees #886

Closed dr-jts closed 2 years ago

dr-jts commented 2 years ago

Fixes the following STRtree queries on empty trees:

Fixes #881. Fixes #884.

Signed-off-by: Martin Davis mtnclimb@gmail.com

ashr123 commented 2 years ago

@dr-jts can you merge my PRs to your branch and just add the unit test and merge it all together to locationtech:master?

dr-jts commented 2 years ago

dr-jts can you merge my PR to your branch?

No need to, everything is in this PR.

ashr123 commented 2 years ago

dr-jts can you merge my PR to your branch?

No need to, everything is in this PR.

In this way my contribution could have been noticed