fix compile error in gdal plugin when building in debug mode, due to patch backported from trunk innapropriately
This commit is contained in:
parent
81f4e50e8f
commit
48c41c305a
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ feature_ptr gdal_featureset::get_feature(mapnik::query const& q)
|
|||
#ifdef MAPNIK_DEBUG
|
||||
std::clog << "GDAL Plugin: Raster extent=" << raster_extent << "\n";
|
||||
std::clog << "GDAL Plugin: View extent=" << intersect << "\n";
|
||||
std::clog << "GDAL Plugin: Query resolution=" << boost::get<0>(q.resolution()) << "," << boost::get<1>(q.resolution()) << "\n";
|
||||
std::clog << "GDAL Plugin: Query resolution=" << q.resolution()) << "\n";
|
||||
std::clog << boost::format("GDAL Plugin: StartX=%d StartY=%d Width=%d Height=%d \n") % x_off % y_off % width % height;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue