From 84c734accd97d3ad3b0b20bdaa7dd30421c8c991 Mon Sep 17 00:00:00 2001 From: Emux Date: Fri, 12 Jan 2018 19:38:56 +0200 Subject: [PATCH] Update documentation --- docs/Changelog.md | 4 +++- docs/Integration.md | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index f97a7865..55904c92 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,7 +2,9 @@ ## New since 0.9.2 -- Mapsforge maps **v5 beta** S3DB layer [#475](https://github.com/mapsforge/vtm/pull/475) +- S3DB layer [#475](https://github.com/mapsforge/vtm/pull/475) +- vtm-mvt module with MVT tile decoder [#481](https://github.com/mapsforge/vtm/issues/481) +- OpenMapTiles MVT vector tiles [#481](https://github.com/mapsforge/vtm/issues/481) - OpenMapTiles GeoJSON vector tiles [#385](https://github.com/mapsforge/vtm/issues/385) - Render theme fallback internal resources [#477](https://github.com/mapsforge/vtm/issues/477) - Many other minor improvements and bug fixes diff --git a/docs/Integration.md b/docs/Integration.md index 3d1b0a25..cba0d1de 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -84,6 +84,15 @@ implementation 'com.squareup.okhttp3:okhttp:3.8.0' implementation 'com.squareup.okio:okio:1.13.0' ``` +- Mapbox vector tiles + +```groovy +implementation 'org.mapsforge:vtm-mvt:[CURRENT-VERSION]' +implementation 'com.google.protobuf:protobuf-java:3.5.1' +implementation 'com.vividsolutions:jts:1.13' +implementation 'com.wdtinc:mapbox-vector-tile:2.0.0' +``` + - GeoJSON tiles ```groovy