diff --git a/docs/Changelog.md b/docs/Changelog.md index c8f934ac..28ba55d5 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## New since 0.9.0 + +- Many other minor improvements and bug fixes +- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.10.0) + ## Version 0.9.0 (2017-12-03) - Mapsforge maps **v5 beta** support [#429](https://github.com/mapsforge/vtm/issues/429) diff --git a/docs/Integration.md b/docs/Integration.md index e985fc78..15476b8a 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -67,6 +67,32 @@ implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3:natives-windows' implementation 'com.metsci.ext.com.kitfox.svg:svg-salamander:0.1.19' ``` +### Optional + +- JTS geometries + +```groovy +implementation 'org.mapsforge:vtm-jts:[CURRENT-VERSION]' +implementation 'com.vividsolutions:jts:1.13' +``` + +- Online tiles + +```groovy +implementation 'org.mapsforge:vtm-http:[CURRENT-VERSION]' +implementation 'com.squareup.okhttp3:okhttp:3.8.0' +implementation 'com.squareup.okio:okio:1.13.0' +``` + +- GeoJSON tiles + +```groovy +implementation 'org.mapsforge:vtm-json:[CURRENT-VERSION]' +implementation 'com.fasterxml.jackson.core:jackson-annotations:2.8.4' +implementation 'com.fasterxml.jackson.core:jackson-core:2.8.4' +implementation 'com.fasterxml.jackson.core:jackson-databind:2.8.4' +``` + ## Snapshots We publish SNAPSHOT builds to Sonatype OSS Repository Hosting.