geo
geo copied to clipboard
Adds Within trait and fixes more Contains edge cases
- [x] I agree to follow the project's code of conduct.
- [x] I added an entry to
CHANGES.mdif knowledge of this change could be valuable to users.
~~Based on #880, so review that first.~~ Merged! This is ready for review!
The new Within trait is implemented in terms of Contains.
Running the "within" tests from the JTS suite exposed some further inconsistencies with how we're handling line string edge cases.
Now that https://github.com/georust/geo/pull/880 has been merged, this is ready for review!
bors r=frewsxcv