Disable 'optimal' placement of labels or symbols on polygons
This commit is contained in:
@@ -44,7 +44,7 @@ public final class Parameters {
|
||||
/**
|
||||
* Optimal placement of labels or symbols on polygons.
|
||||
*/
|
||||
public static boolean POLY_LABEL = true;
|
||||
public static boolean POLY_LABEL = false;
|
||||
|
||||
/**
|
||||
* Placement of symbols on polygons.
|
||||
|
||||
Reference in New Issue
Block a user