Merge pull request #296 from esamelson/patch-1

Fix typo in README.md for --drop-rate option
This commit is contained in:
Eric Fischer 2016-09-06 12:53:14 -07:00 committed by GitHub
commit c20eab972b

View File

@ -104,7 +104,7 @@ resolution is obtained than by using a smaller _maxzoom_ or _detail_.
### Point simplification
* -r _rate_ or --drop_rate=_rate_: Rate at which dots are dropped at zoom levels below basezoom (default 2.5).
* -r _rate_ or --drop-rate=_rate_: Rate at which dots are dropped at zoom levels below basezoom (default 2.5).
If you use -rg, it will guess a drop rate that will keep at most 50,000 features in the densest tile.
You can also specify a marker-width with -rg*width* to allow fewer features in the densest tile to
compensate for the larger marker, or -rf*number* to allow at most *number* features in the densest tile.