Hi Gane,
it requires only minor modifications. In my Code I have a FLAG
(HAVE_GDAL2) which makes it compile against both versions.
The changes are along the lines of:
#ifdef HAVE_GDAL2
GDALDataset *ogrDataset;
#else
OGRDataSource* ogrDataset;
#endif
#ifdef HAVE_GDAL2
GDALAll
Hi all,
Is gdal-1.11.3, opening vector data set, reading OGR features code
compatible with gdal-2.3.1 code or any major changes in accessing OGR
features ?
Thanks
Gane
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/li