load mapsforge germany on low zoom-level...
This commit is contained in:
parent
8b645a0e8f
commit
f631e6736f
@ -68,7 +68,7 @@ public class MapDatabase implements ITileDataSource {
|
|||||||
* Maximum number of map objects in the zoom table which is considered as
|
* Maximum number of map objects in the zoom table which is considered as
|
||||||
* valid.
|
* 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". */
|
/** Bitmask for the optional POI feature "elevation". */
|
||||||
private static final int POI_FEATURE_ELEVATION = 0x20;
|
private static final int POI_FEATURE_ELEVATION = 0x20;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user