Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#7022 closed defect (fixed)

Append raster to geopackage fails with Failure when inserting tile ... NOT NULL

Reported by: elpaso Owned by: warmerdam
Priority: normal Milestone: 2.2.2
Component: GDAL_Raster Version: 2.2.1
Severity: normal Keywords:
Cc:

Description

This is the test file:

http://www.itopen.it/bulk/EUD_CP-hillshade-AA-masked-merged-italy-sicily.tif.zip

gdal_translate -of GPKG EUD_CP-hillshade-AA-masked-merged-italy-sicily.tif  ~ale/Documenti/Maps/test_test/geopackage_test.gpkg -co APPEND_SUBDATASET=YES -co RASTER_TABLE=EUD_CP-hillshade-AA-masked-merged-italy

In the logs (lot of similar entries):

ERROR 1: Failure when inserting tile (row=0,col=2) at zoom_level=8 : NOT NULL

Change History (3)

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 39965:

GPKG: fix possible assertion / corruption when creating a raster GeoPackage (fixes #7022)

comment:2 by Even Rouault, 7 years ago

In 39966:

GPKG: fix possible assertion / corruption when creating a raster GeoPackage (fixes #7022)

comment:3 by Even Rouault, 7 years ago

Milestone: 2.2.2
Note: See TracTickets for help on using tickets.