Releases: jillesvangurp/geogeometry
Releases · jillesvangurp/geogeometry
3.4.12
add Tile.fromPath(string)
Full Changelog: 3.4.11...3.4.12
3.4.11
adds Tile quad tree keys (string and long) functions.
3.4.10: deal with some edge cases for tile bounding boxes
A few more edge cases with Tile bbox calculations; add more tests.
3.4.9
Fix bug with tile bbox
3.4.8
Improve Tile functionality
3.4.6
Fix transitive dependency issues with kotlinx-serialization
Full Changelog: 3.4.5...3.4.6
3.4.5
- add Tile class for dealing with map tiles and math related to that
- improve mgrs tests
fix for mgrs coordinate formatting
- mgrs coordinate formatting was dropping leading 0s for eastings and northings, which resulted in incorrect coordinates when parsing. There now is a test for this.
3.4.2
- add id field to
Feature
so a strict parser configuration won't break when that field is present (#40)
Full Changelog: 3.4.1...3.4.2
DEFAULT_JSON externalized
- DEFAULT_JSON and DEFAULT_PRETTY_JSON now live in an external library. This will break your imports if you were using that but should be a simple update. Reason for this is that I have multiple projects where I was copy pasting this thing. So, I created a separate library for it.
- Update to kotlin 2.0 and clean up the build file. 1.9 api is still supported.