+ fix typo

This commit is contained in:
Artem Pavlenko 2012-06-27 17:50:51 +01:00
parent 72344c3918
commit 55c0e3e0f2

View file

@ -119,7 +119,7 @@ void gdal_datasource::bind() const
shared_dataset_ = *params_.get<mapnik::boolean>("shared", false);
band_ = *params_.get<int>("band", -1);
GDALDataset *dataset = open_dataset();
dataset_ = open_dataset();
nbands_ = dataset_->GetRasterCount();
width_ = dataset_->GetRasterXSize();
height_ = dataset_->GetRasterYSize();