add label debug option to app preferences
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user