[mapnik-vector-tile] 01/05: Add patch by Dane Springmeyer to add decode_geometry prototypes.

Bas Couwenberg sebastic at debian.org
Fri Aug 5 22:21:33 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 2769e55afb2cc95d4edd78bb01819472c7ad31fb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Aug 5 23:22:10 2016 +0200

    Add patch by Dane Springmeyer to add decode_geometry prototypes.
---
 debian/changelog                     |  1 +
 debian/patches/decode_geometry.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d9c075a..df62b1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mapnik-vector-tile (1.2.1+dfsg-1) UNRELEASED; urgency=medium
   * Enable verbose gyp output.
   * Bump minimum required Mapnik to 3.0.12.
   * Update clipper to ac8d6bf2517f46c05647b5c19cac113fb180ffb4.
+  * Add patch by Dane Springmeyer to add decode_geometry prototypes.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 05 Aug 2016 22:19:20 +0200
 
diff --git a/debian/patches/decode_geometry.patch b/debian/patches/decode_geometry.patch
new file mode 100644
index 0000000..adf1389
--- /dev/null
+++ b/debian/patches/decode_geometry.patch
@@ -0,0 +1,29 @@
+Description: Add decode_geometry prototypes.
+Author: Dane Springmeyer <dane at mapbox.com>
+Bug: https://github.com/mapbox/mapnik-vector-tile/issues/217
+
+--- a/src/vector_tile_geometry_decoder.cpp
++++ b/src/vector_tile_geometry_decoder.cpp
+@@ -22,6 +22,22 @@ template mapnik::geometry::geometry<std:
+                                                                                 std::int64_t tile_y,
+                                                                                 double scale_x, 
+                                                                                 double scale_y);
++template mapnik::geometry::geometry<double> decode_geometry<double>(GeometryPBF & paths, 
++                                                                    int32_t geom_type, 
++                                                                    unsigned version,
++                                                                    double tile_x,
++                                                                    double tile_y,
++                                                                    double scale_x, 
++                                                                    double scale_y,
++                                                                    mapnik::box2d<double> const& bbox);
++template mapnik::geometry::geometry<std::int64_t> decode_geometry<std::int64_t>(GeometryPBF & paths, 
++                                                                                int32_t geom_type, 
++                                                                                unsigned version,
++                                                                                std::int64_t tile_x,
++                                                                                std::int64_t tile_y,
++                                                                                double scale_x, 
++                                                                                double scale_y,
++                                                                                mapnik::box2d<double> const& bbox);
+ 
+ } // end ns vector_tile_impl
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 45e9161..551dc00 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 test_using_created_tif.patch
 use-protozero-package.patch
+decode_geometry.patch

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