Skip to content

Commit 3a4a0bc

Browse files
authored
Merge pull request #35 from mapbox/dynamic-threshold
Add option to dynamically raise threshold to make tiles small enough
2 parents 444d7e1 + 2662a20 commit 3a4a0bc

File tree

2 files changed

+201
-157
lines changed

2 files changed

+201
-157
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ instead of merging existing tilesets. The *maxzoom* plus the *detail* always equ
110110
### Vector tiles
111111

112112
* `-1`: Output an individual polygon for each bin instead of combining them into MultiPolygons.
113+
114+
### Tile size
115+
113116
* `-k`: Don't enforce the 500K limit on tile size
117+
* `-K`: Raise the minimum count threshold on each tile if necessary to keep it under 500K.
114118

115119
### Miscellaneous controls
116120

0 commit comments

Comments
 (0)