Samples improvements #32

This commit is contained in:
Emux
2018-01-12 20:10:46 +02:00
parent 84c734accd
commit 758f62a589
24 changed files with 63 additions and 63 deletions

View File

@@ -3,8 +3,8 @@
## New since 0.9.2
- 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)
- vtm-mvt module with MVT tile decoder [#481](https://github.com/mapsforge/vtm/pull/481)
- OpenMapTiles MVT vector tiles [#481](https://github.com/mapsforge/vtm/pull/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

@@ -93,7 +93,7 @@ implementation 'com.vividsolutions:jts:1.13'
implementation 'com.wdtinc:mapbox-vector-tile:2.0.0'
```
- GeoJSON tiles
- GeoJSON vector tiles
```groovy
implementation 'org.mapsforge:vtm-json:[CURRENT-VERSION]'