From d130ca5d55c447900ff2c226981cdccabc7503b4 Mon Sep 17 00:00:00 2001 From: Eric Samelson Date: Tue, 6 Sep 2016 12:00:35 -0700 Subject: [PATCH] Fix typo in README.md for --drop-rate option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb6c3f..735e8ab 100644 --- a/README.md +++ b/README.md @@ -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.