Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Mar 23, 2016
1 parent ca5f92a commit c3b8bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/input/pgraster/pgraster_wkb_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c3b8bbe

Please sign in to comment.