Please check the type of change your PR introduces:
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
## What is the current behavior?
Using two versions of JTS
## What is the new behavior?
Using JTS 1.18 with support for OverlayNG
## Does this introduce a breaking change?
- [ ] Yes
- [x] No
## Other information
This PR removes most of the code having to do with managing two JTS versions, but not all.
Pull request type
Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior? Using two versions of JTS ## What is the new behavior? Using JTS 1.18 with support for OverlayNG ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information This PR removes most of the code having to do with managing two JTS versions, but not all.