Skip to content

Releases: simonpoole/mapsplit

0.4.0

14 Mar 09:49
Compare
Choose a tag to compare

This release adds the -x --max-ids option that uses in memory large arrays for some of the data structures and greatly increases the size of the areas that can be processed (see the README for limitations that currently still exist). Thanks to @tordanik for the implementation.

Further there have been numerous small performance improvements.

0.3.0

10 Mar 11:38
Compare
Choose a tag to compare

This adds the -C --complete-areas option to make the old behaviour of the -c option available again.

Further this fixes an issue in the optimizing pass and one in calculating tile numbers.

Thanks to @koendc and @tordanik for the pull requests.

NOTE: this release was built with Java 11 and requires a compatible runtime to execute.

0.2.1

25 May 12:29
Compare
Choose a tag to compare
Post process relations with forward references

- This adds multi-pass processing of forward references to relation
members that are relations. Further it only discard relations which have
no members present in the tiles.

- Update google protobuf lib as far as possible.

- Bump version to 0.2.1

Release 0.2.0

05 May 13:37
Compare
Choose a tag to compare

This release fixes numerous issues with the code and adds:

  • variable maximum zoom level (up to 16)
  • adds support for MBTiles format output
  • optimizing of tile zoom levels
  • initial testing support

The included jar contains all necessary dependencies.