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

This reverts commit 1c622ffdfbdf8467fd7990794662b4521f42e61e.
This commit is contained in:
Mike Barry
2022-01-10 06:41:15 -05:00
parent e5577b5369
commit 8e49c0831c
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)
.setLabelGridSizeAndLimit(13, 100, 5);
.setPointLabelGridSizeAndLimit(13, 100, 5);
}
}