-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Remove dependency on geotools and bump JTS to 1.16.1 #290
Conversation
This commit doesn't warrant a "fix", but commits in #290 do not use correct commit format to trigger release.
The tests were failing because there was at least one spot that had incorrect ordering of lat/lon coordinates when using the x and y from the Coordinate class. I just pushed a fix to this branch that fixes that. |
Codecov Report
@@ Coverage Diff @@
## dev #290 +/- ##
============================================
+ Coverage 65.35% 66.02% +0.66%
Complexity 880 880
============================================
Files 135 134 -1
Lines 6749 6676 -73
Branches 793 792 -1
============================================
- Hits 4411 4408 -3
+ Misses 2038 1968 -70
Partials 300 300
Continue to review full report at Codecov.
|
🎉 This PR is included in version 6.0.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
this geotools dependency includes coordinate reference libraries and was removed in the latest gtfs-lib release in conveyal/gtfs-lib#290
Checklist
dev
before they can be merged tomaster
)Description
This supersedes #103.