Skip to content

Commit

Permalink
Parameters: polygon centroid true (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 authored Feb 27, 2025
1 parent 7a1e0f8 commit 6f7c4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtm/src/org/oscim/utils/Parameters.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public enum SymbolScaling {ALL, POI}
* that is happening. So the suggestion here is to calculate the centroid of the way
* and use that as centroidPosition of the element.
*/
public static boolean POLY_CENTROID = false;
public static boolean POLY_CENTROID = true;

/**
* Optimal placement of labels or symbols on polygons.
Expand Down

0 comments on commit 6f7c4b9

Please sign in to comment.