Bump version number and fix out-of-date documentation

This commit is contained in:
Eric Fischer 2016-10-14 15:42:01 -07:00
parent 82377944ee
commit 1f38e85f30
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## 1.14.4
* Make -B/-r feature-dropping consistent between tiles and zoom levels
## 1.14.3
* Add --detect-shared-borders option for better polygon simplification

View File

@ -245,7 +245,7 @@ Any polygons that have over 700 vertices after line simplification will be split
multiple features so they can be rendered efficiently, unless you use -pp to prevent this.
Features in the same tile that share the same type and attributes are coalesced
together into a single geometry. You are strongly encouraged to use -x to exclude
together into a single geometry if you use `--coalesce`. You are strongly encouraged to use -x to exclude
any unnecessary properties to reduce wasted file size.
If a tile is larger than 500K, it will try encoding that tile at progressively

View File

@ -284,7 +284,7 @@ Any polygons that have over 700 vertices after line simplification will be split
multiple features so they can be rendered efficiently, unless you use \-pp to prevent this.
.PP
Features in the same tile that share the same type and attributes are coalesced
together into a single geometry. You are strongly encouraged to use \-x to exclude
together into a single geometry if you use \fB\fC\-\-coalesce\fR\&. You are strongly encouraged to use \-x to exclude
any unnecessary properties to reduce wasted file size.
.PP
If a tile is larger than 500K, it will try encoding that tile at progressively

View File

@ -1 +1 @@
#define VERSION "tippecanoe v1.14.3\n"
#define VERSION "tippecanoe v1.14.4\n"