great refactoring
git-svn-id: https://osmand.googlecode.com/svn/trunk@33 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
7ff15e3a0c
commit
37fdb083f1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public abstract class DefaultLauncherConstants {
|
|||
public static double MAP_startMapLongitude = 27.56;
|
||||
public static double MAP_startMapLatitude = 53.9;
|
||||
public static int MAP_startMapZoom = 15;
|
||||
public static int MAP_divNonLoadedImage = 8;
|
||||
public static int MAP_divNonLoadedImage = 16;
|
||||
public static boolean loadMissingImages = true;
|
||||
public static ITileSource MAP_defaultTileSource = TileSourceManager.getMapnikSource();
|
||||
public static boolean showGPSCoordinates = true;
|
||||
|
|
Loading…
Reference in a new issue