Merge pull request #293 from mapbox/simplification-readme

Fix spelling of --simplification in documentation
This commit is contained in:
Eric Fischer 2016-08-29 12:12:32 -07:00 committed by GitHub
commit 5a8a7216cb
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ resolution is obtained than by using a smaller _maxzoom_ or _detail_.
### Line and polygon simplification
* -S _scale_ or --simplify=_scale_: Multiply the tolerance for line and polygon simplification by _scale_. The standard tolerance tries to keep
* -S _scale_ or --simplification=_scale_: Multiply the tolerance for line and polygon simplification by _scale_. The standard tolerance tries to keep
the line or polygon within one tile unit of its proper location. You can probably go up to about 10 without too much visible difference.
### Doing more

View File

@ -129,7 +129,7 @@ compensate for the larger marker, or \-rf\fInumber\fP to allow at most \fInumber
.SS Line and polygon simplification
.RS
.IP \(bu 2
\-S \fIscale\fP or \-\-simplify=\fIscale\fP: Multiply the tolerance for line and polygon simplification by \fIscale\fP\&. The standard tolerance tries to keep
\-S \fIscale\fP or \-\-simplification=\fIscale\fP: Multiply the tolerance for line and polygon simplification by \fIscale\fP\&. The standard tolerance tries to keep
the line or polygon within one tile unit of its proper location. You can probably go up to about 10 without too much visible difference.
.RE
.SS Doing more