Fix min simplification zoom
This commit is contained in:
parent
50ca6bd41c
commit
7c45f6cc68
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import net.osmand.plus.views.OsmandMapLayer.RenderingLineAttributes;
|
|||
|
||||
public abstract class GeometryWayContext {
|
||||
|
||||
public static final int DEFAULT_SIMPLIFICATION_ZOOM = 6;
|
||||
public static final int DEFAULT_SIMPLIFICATION_ZOOM = 16;
|
||||
|
||||
private Context ctx;
|
||||
private float density;
|
||||
|
|
Loading…
Reference in a new issue