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