[mapnik-vector-tile] 01/04: Imported Upstream version 0.14.3+dfsg

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jan 26 22:44:54 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 7d43a5e320f2928d3ed5b7a06611befa8eb8ee2a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Jan 26 23:00:46 2016 +0100

    Imported Upstream version 0.14.3+dfsg
---
 CHANGELOG.md                    | 4 ++++
 package.json                    | 2 +-
 src/vector_tile_backend_pbf.ipp | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8cbb176..8697358 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.14.3
+
+- Fixed compile against latest Mapnik master (variant upgrade)
+
 ## 0.14.2
 
 - Fixed premultiplication bug in raster encoding (#170)
diff --git a/package.json b/package.json
index a138a25..46244cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "mapnik-vector-tile",
-    "version": "0.14.2",
+    "version": "0.14.3",
     "description": "Mapnik vector tile API",
     "main": "./package.json",
     "repository"   :  {
diff --git a/src/vector_tile_backend_pbf.ipp b/src/vector_tile_backend_pbf.ipp
index 70276c1..70df527 100644
--- a/src/vector_tile_backend_pbf.ipp
+++ b/src/vector_tile_backend_pbf.ipp
@@ -17,7 +17,7 @@
 
 namespace mapnik { namespace vector_tile_impl {
 
-struct to_tile_value: public mapnik::util::static_visitor<>
+struct to_tile_value
 {
 public:
     to_tile_value(vector_tile::Tile_Value * value):

-- 
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