[mapnik-vector-tile] 03/06: Imported Upstream version 1.0.3+dfsg

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Mar 5 01:56:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik-vector-tile.

commit 2a94e93a7a460e3f89b34baf023a9f1e6e2a9745
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Mar 5 02:53:12 2016 +0100

    Imported Upstream version 1.0.3+dfsg
---
 CHANGELOG.md              | 6 ++++++
 Makefile                  | 2 +-
 bench/vtile-encode.cpp    | 4 ++--
 package.json              | 2 +-
 src/vector_tile_layer.ipp | 1 +
 5 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index de9f4f7..40f0524 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## 1.0.3
+
+- Updated the version of clipper after a bug was found in clipper that would result in invalid polygons where interior rings were outside another exterior ring.
+- Fixed a bug in `bench/vtile-encode.cpp`
+- Fixed an issue with mapnik core no longer having `to_utf8` in the same directory in `vector_tile_layer.ipp`
+
 ## 1.0.2
 
 - Added more errors and checks to `vector_tile_is_valid.hpp`
diff --git a/Makefile b/Makefile
index 6c436d1..459d54c 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 MAPNIK_PLUGINDIR := $(shell mapnik-config --input-plugins)
 BUILDTYPE ?= Release
 
-CLIPPER_REVISION=7484da1e7caf3250aa091925518f4fac91c05784
+CLIPPER_REVISION=b82601d67830a84179888360e3dea645c1125a26
 PROTOZERO_REVISION=v1.3.0
 GYP_REVISION=3464008
 
diff --git a/bench/vtile-encode.cpp b/bench/vtile-encode.cpp
index e3b9657..1059a89 100644
--- a/bench/vtile-encode.cpp
+++ b/bench/vtile-encode.cpp
@@ -84,8 +84,8 @@ int main(int argc, char** argv)
         auto ds_1 = mapnik::datasource_cache::instance().create(params_1);
 
         // Query
-        mapnik::box2d<double> query_ext(std::numeric_limits<double>::min(),
-                                        std::numeric_limits<double>::min(),
+        mapnik::box2d<double> query_ext(std::numeric_limits<double>::lowest(),
+                                        std::numeric_limits<double>::lowest(),
                                         std::numeric_limits<double>::max(),
                                         std::numeric_limits<double>::max());
         mapnik::query q(query_ext);
diff --git a/package.json b/package.json
index 5021cc0..3167d67 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "mapnik-vector-tile",
-    "version": "1.0.2",
+    "version": "1.0.3",
     "description": "Mapnik Vector Tile API",
     "main": "./package.json",
     "repository"   :  {
diff --git a/src/vector_tile_layer.ipp b/src/vector_tile_layer.ipp
index 121450c..549a15a 100644
--- a/src/vector_tile_layer.ipp
+++ b/src/vector_tile_layer.ipp
@@ -2,6 +2,7 @@
 #include <mapnik/feature.hpp>
 #include <mapnik/util/variant.hpp>
 #include <mapnik/value.hpp>
+#include <mapnik/unicode.hpp>
 
 // protozero
 #include <protozero/pbf_writer.hpp>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapnik-vector-tile.git



More information about the Pkg-grass-devel mailing list