Add missing argument to mapnik::raster call
This commit is contained in:
parent
c3dbd83348
commit
87f9481621
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue