Fix build
This commit is contained in:
parent
ca5f92ab03
commit
c3b8bbe511
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ mapnik::raster_ptr read_data_band(mapnik::box2d<double> const& bbox,
|
||||||
float* data = image.data();
|
float* data = image.data();
|
||||||
double nodataval;
|
double nodataval;
|
||||||
nodataval = reader(); // nodata value
|
nodataval = reader(); // nodata value
|
||||||
|
double val;
|
||||||
for (int y=0; y<height; ++y) {
|
for (int y=0; y<height; ++y) {
|
||||||
for (int x=0; x<width; ++x) {
|
for (int x=0; x<width; ++x) {
|
||||||
val = reader();
|
val = reader();
|
||||||
|
|
Loading…
Add table
Reference in a new issue