Update documentation

This commit is contained in:
Emux
2018-01-12 19:38:56 +02:00
parent d049d378dd
commit 84c734accd
2 changed files with 12 additions and 1 deletions

View File

@@ -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

View File

@@ -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