Update documentation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user