Fix build

This commit is contained in:
Sandro Santilli 2016-03-23 18:59:00 +01:00
parent ca5f92ab03
commit c3b8bbe511

View file

@ -185,6 +185,7 @@ mapnik::raster_ptr read_data_band(mapnik::box2d<double> const& bbox,
float* data = image.data();
double nodataval;
nodataval = reader(); // nodata value
double val;
for (int y=0; y<height; ++y) {
for (int x=0; x<width; ++x) {
val = reader();