mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 20:41:09 +00:00
reduce forest landcover min zoom to 7 (#176)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user