Skip to content

Releases: jillesvangurp/geogeometry

3.4.12

03 Feb 09:45
Compare
Choose a tag to compare

add Tile.fromPath(string)

Full Changelog: 3.4.11...3.4.12

3.4.11

30 Jan 13:37
Compare
Choose a tag to compare

adds Tile quad tree keys (string and long) functions.

3.4.10: deal with some edge cases for tile bounding boxes

28 Jan 10:41
Compare
Choose a tag to compare

A few more edge cases with Tile bbox calculations; add more tests.

3.4.9

27 Jan 14:34
Compare
Choose a tag to compare

Fix bug with tile bbox

3.4.8

23 Jan 15:09
Compare
Choose a tag to compare

Improve Tile functionality

3.4.6

13 Jan 14:16
Compare
Choose a tag to compare

Fix transitive dependency issues with kotlinx-serialization

Full Changelog: 3.4.5...3.4.6

3.4.5

07 Jan 12:09
Compare
Choose a tag to compare
  • add Tile class for dealing with map tiles and math related to that
  • improve mgrs tests

fix for mgrs coordinate formatting

23 Oct 12:27
Compare
Choose a tag to compare
  • 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

24 Jul 16:48
Compare
Choose a tag to compare
  • 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

04 Jun 04:31
Compare
Choose a tag to compare
  • 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.