From f631e6736f11c24d8ddd2b098e5fa5b1913cfa43 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Wed, 29 Jan 2014 17:52:42 +0100 Subject: [PATCH] load mapsforge germany on low zoom-level... --- vtm/src/org/oscim/tiling/source/mapfile/MapDatabase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtm/src/org/oscim/tiling/source/mapfile/MapDatabase.java b/vtm/src/org/oscim/tiling/source/mapfile/MapDatabase.java index 5cfce689..3cd5222b 100644 --- a/vtm/src/org/oscim/tiling/source/mapfile/MapDatabase.java +++ b/vtm/src/org/oscim/tiling/source/mapfile/MapDatabase.java @@ -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;