nodata value can be floating point
This commit is contained in:
parent
5adbd85439
commit
a59d634ffc
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ gdal_datasource::gdal_datasource(parameters const& params)
|
|||
nbands_ = dataset->GetRasterCount();
|
||||
width_ = dataset->GetRasterXSize();
|
||||
height_ = dataset->GetRasterYSize();
|
||||
desc_.add_descriptor(mapnik::attribute_descriptor("nodata", mapnik::Integer));
|
||||
desc_.add_descriptor(mapnik::attribute_descriptor("nodata", mapnik::Double));
|
||||
|
||||
double tr[6];
|
||||
bool bbox_override = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue