load mapsforge germany on low zoom-level...

This commit is contained in:
Hannes Janetzek 2014-01-29 17:52:42 +01:00
parent 8b645a0e8f
commit f631e6736f

View File

@ -68,7 +68,7 @@ public class MapDatabase implements ITileDataSource {
* Maximum number of map objects in the zoom table which is considered as
* valid.
*/
private static final int MAXIMUM_ZOOM_TABLE_OBJECTS = 65536;
private static final int MAXIMUM_ZOOM_TABLE_OBJECTS = 65536 * 2;
/** Bitmask for the optional POI feature "elevation". */
private static final int POI_FEATURE_ELEVATION = 0x20;