Skip to content

Commit

Permalink
Build against GDAL 2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
homme committed Mar 23, 2018
1 parent 72a4fd3 commit 3b9394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GDALTiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ getOverviewDataset(GDALDatasetH hSrcDS, GDALTransformerFunc pfnTransformer, void
if( iOvr >= 0 )
{
//std::cout << "CTB WARPING: Selecting overview level " << iOvr << " for output dataset " << nPixels << "x" << nLines << std::endl;
poSrcOvrDS = GDALCreateOverviewDataset( poSrcDS, iOvr, FALSE, FALSE );
poSrcOvrDS = GDALCreateOverviewDataset( poSrcDS, iOvr, FALSE);
}
}
}
Expand Down

0 comments on commit 3b9394f

Please sign in to comment.