[mapnik] 17/34: Patch fixing wrong number of arguments

Jérémy Lal kapouer at moszumanska.debian.org
Fri Oct 24 22:45:34 UTC 2014


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

kapouer pushed a commit to branch master
in repository mapnik.

commit 5deced305dad1cdb76f27c72d6bd34275905163b
Author: Jérémy Lal <kapouer at melix.org>
Date:   Fri Oct 24 12:45:34 2014 +0200

    Patch fixing wrong number of arguments
---
 debian/patches/fix_raster_calls.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/patches/fix_raster_calls.patch b/debian/patches/fix_raster_calls.patch
new file mode 100644
index 0000000..2616152
--- /dev/null
+++ b/debian/patches/fix_raster_calls.patch
@@ -0,0 +1,15 @@
+Description: fix raster calls wrong number of arguments
+Forwarded: TODO
+Last-Update: 2014-10-24
+Author: Jérémy Lal <kapouer at melix.org>
+--- a/plugins/input/rasterlite/rasterlite_featureset.cpp
++++ b/plugins/input/rasterlite/rasterlite_featureset.cpp
+@@ -114,7 +114,7 @@
+         {
+             if (size > 0)
+             {
+-                mapnik::raster_ptr rasterp = std::make_shared<mapnik::raster>(intersect, width, height);
++                mapnik::raster_ptr rasterp = std::make_shared<mapnik::raster>(intersect, width, height, 1.0);
+                 mapnik::image_data_32 & image = rasterp->data_;
+                 image.set(0xffffffff);
+ 

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



More information about the Pkg-grass-devel mailing list