+ c++ style

This commit is contained in:
artemp 2012-08-09 12:41:35 +01:00
parent 973bc00fd7
commit 5f2c2d1a37

View File

@ -344,8 +344,8 @@ feature_ptr gdal_featureset::get_feature(mapnik::query const& q)
{
MAPNIK_LOG_DEBUG(gdal) << "gdal_featureset: Processing rgb bands...";
int hasNoData(0);
double nodata(0);
int hasNoData = 0;
double nodata = 0.0;
if (nodata_value_)
{
hasNoData = 1;