Fix spelling of --simplification in documentation

This commit is contained in:
Eric Fischer 2016-08-29 11:56:30 -07:00
parent 6a7a139170
commit 7f4ef43113
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