allow using label grid on lines and polygons too (#51)

This commit is contained in:
Michael Barry
2022-01-09 12:02:46 -05:00
committed by GitHub
parent 496d4f21ee
commit e5577b5369
4 changed files with 5 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ public class MountainPeak implements
// any label grid squares which could lead to inconsistent label ranks for a feature
// in adjacent tiles. postProcess() will remove anything outside the desired buffer.
.setBufferPixels(100)
.setPointLabelGridSizeAndLimit(13, 100, 5);
.setLabelGridSizeAndLimit(13, 100, 5);
}
}