Skip to content

Commit

Permalink
+ fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Jun 27, 2012
1 parent 72344c3 commit 55c0e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/input/gdal/gdal_datasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 55c0e3e

Please sign in to comment.