SHA256
1
0
forked from pool/gdal
Commit Graph

1 Commits

Author SHA256 Message Date
917061926b Accepting request 1043208 from home:bruno_friedmann:branches:Application:Geo
- Update to bugfix 3.6.1 (critical)
  Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 
  which cause corruption of the spatial index of GeoPackage files
  it created (in tables with 100 000 features or more): cf 
  https://github.com/qgis/QGIS/issues/51188 and 
  https://github.com/OSGeo/gdal/pull/6911. 
  GDAL 3.6.1 fixes that issue. 
  Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable
 (at generation time) also works around the issue with GDAL 3.6.0.
 Users who have generated corrupted GeoPackage files with 3.6.0 
 can regnerate them with 3.6.1 with: 
 "ogr2ogr out_ok.gpkg in_corrupted.gpkg" 
 (assuming a GeoPackage file with vector content only)
 Consult the release notes for the list of issues addressed :
   https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md

OBS-URL: https://build.opensuse.org/request/show/1043208
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=161
2022-12-16 12:59:50 +00:00