Add missing argument to mapnik::raster call

This commit is contained in:
Jérémy Lal 2014-10-24 14:58:16 +02:00
parent c3dbd83348
commit 87f9481621

View file

@ -114,7 +114,7 @@ feature_ptr rasterlite_featureset::get_feature(mapnik::query const& q)
{
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);