Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ instead of merging existing tilesets. The *maxzoom* plus the *detail* always equ
### Vector tiles

* `-1`: Output an individual polygon for each bin instead of combining them into MultiPolygons.

### Tile size

* `-k`: Don't enforce the 500K limit on tile size
* `-K`: Raise the minimum count threshold on each tile if necessary to keep it under 500K.

### Miscellaneous controls

Expand Down
Loading