reduce forest landcover min zoom to 7 (#176)

This commit is contained in:
Michael Barry
2022-04-14 05:39:01 -04:00
committed by GitHub
parent 0312928b44
commit 7631199242
2 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ public class Landcover implements
.setAttr(Fields.CLASS, clazz)
.setAttr(Fields.SUBCLASS, subclass)
.setNumPointsAttr(TEMP_NUM_POINTS_ATTR)
.setMinZoom(WOOD_OR_FOREST.contains(subclass) ? 9 : 7);
.setMinZoom(7);
}
}