From 1f38e85f30e36e90046869f15687ac525e3266e4 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Fri, 14 Oct 2016 15:42:01 -0700 Subject: [PATCH] Bump version number and fix out-of-date documentation --- CHANGELOG.md | 4 ++++ README.md | 2 +- man/tippecanoe.1 | 2 +- version.hpp | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0350e33..8bca512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 1197526..6e0c925 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index 4f06927..10d7596 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -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 diff --git a/version.hpp b/version.hpp index 53ec6fb..b8dde61 100644 --- a/version.hpp +++ b/version.hpp @@ -1 +1 @@ -#define VERSION "tippecanoe v1.14.3\n" +#define VERSION "tippecanoe v1.14.4\n"