1.0.4
- Add support for "adjacent" tiles, i.e. render tile-borders for tiles which are "adjacent" to covered tiles
- This can be used for planning routes as it shows where tile-borders are
- Switch from rendering overlay images manually to rendering via GeoTools
- This allows to render much larger areas as we do not run out of memory in all the applications even if squares/tiles are covered all over the world
- This also allows to remove the limitation on computing based on ZONE "33" for Tiles
- Also write ".json" files which contain the pure GeoJSON which can be used by various other tools
- Many smaller changes, logging, IntelliJ setup,
- Convert unit tests to JUnit 5
Full Changelog: 1.0.3...1.0.4