Mapsforge: remove MapDatabase.readZoomTable redundant checks, fixes #357

This commit is contained in:
Emux
2017-06-05 13:41:30 +03:00
parent 3afca64080
commit 903dbad9c6
2 changed files with 3 additions and 27 deletions

View File

@@ -13,6 +13,7 @@
- vtm-ios-example module [#326](https://github.com/mapsforge/vtm/issues/326)
- Handle layers enabled state [#342](https://github.com/mapsforge/vtm/issues/342)
- Fix coord scale short overflow [#343](https://github.com/mapsforge/vtm/issues/343)
- Mapsforge map read improvements [#357](https://github.com/mapsforge/vtm/issues/357)
- Improve canvas DPI setting [#349](https://github.com/mapsforge/vtm/issues/349)
- Gretty plugin at web modules [#338](https://github.com/mapsforge/vtm/issues/338)
- Many other minor improvements and bug fixes