Merge pull request #44 from sonora/master

implement moreDetail switch (2)
This commit is contained in:
sonora 2011-08-25 02:55:06 -07:00
commit 0e149354bc

View file

@ -107,6 +107,7 @@ public class OsmandRenderer {
public boolean interrupted = false;
public boolean nightMode = false;
public boolean highResMode = false;
public boolean moreDetail = false;
public float mapTextSize = 1;
List<TextDrawInfo> textToDraw = new ArrayList<TextDrawInfo>();