add label debug option to app preferences

This commit is contained in:
Hannes Janetzek 2013-02-20 04:01:09 +01:00
parent b43736a047
commit 836c6f39ab

View File

@ -295,7 +295,9 @@ public class TextOverlayExp extends BasicOverlay {
//mNewLabels = null; //mNewLabels = null;
Layers dbg = new Layers(); Layers dbg = null;
if (mMapView.getDebugSettings().debugLabels)
dbg = new Layers();
float[] coords = mTmpCoords; float[] coords = mTmpCoords;
MapPosition pos = mTmpPos; MapPosition pos = mTmpPos;