ARPA-SIMC / meteosatlib

OpenMTP/HRI/HRIT C++ access libraries, gdal drivers and other tools
GNU General Public License v2.0
8 stars 2 forks source link

msat::utils::ProxyDataset::GetProjectionRef() can't ovveride with GDAL >= 3 #18

Closed edigiacomo closed 4 years ago

edigiacomo commented 4 years ago

See https://travis-ci.org/github/ARPA-SIMC/meteosatlib/jobs/693324961.

edigiacomo commented 4 years ago

Starting from GDAL 3, GDALDataset::GetProjectionRef is no longer virtual.

I have found this: https://github.com/OSGeo/gdal/blob/v3.0.0/gdal/MIGRATION_GUIDE.TXT#L27-L34