Disable 'optimal' placement of labels or symbols on polygons

This commit is contained in:
Emux
2019-07-31 10:50:20 +03:00
parent 0c050c7405
commit f5815203c4
2 changed files with 3 additions and 1 deletions

View File

@@ -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.