OSGeo / gdal

GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
https://gdal.org
Other
4.91k stars 2.55k forks source link

GPKG: make CreateCopy() work on vector datasets #11283

Open rouault opened 1 day ago

rouault commented 1 day ago

Fixes #11282, which is due to a9745e5f8df that mapped CopyDataSource() onto CreateCopy(), but the GPKG driver implementation of CreateCopy() wasn't ready to deal with vector dataset.