add label debug option to app preferences

This commit is contained in:
Hannes Janetzek
2013-10-09 01:55:54 +02:00
parent b43736a047
commit 836c6f39ab
@@ -295,7 +295,9 @@ public class TextOverlayExp extends BasicOverlay {
//mNewLabels = null;
Layers dbg = new Layers();
Layers dbg = null;
if (mMapView.getDebugSettings().debugLabels)
dbg = new Layers();
float[] coords = mTmpCoords;
MapPosition pos = mTmpPos;