Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#6402 closed defect (fixed)

Issue with extended geometry types in GPKG

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.0.3
Component: OGR_SF Version: unspecified
Severity: normal Keywords: GPKG
Cc:

Description (last modified by Even Rouault)

1) The extension is declared write-only instead of read-write

2) Warnings were issued in case the layer was of type wkbUnknown but had individual geometries using extended geometry types

3) On such layers, insertion of extended geometry types in separate connections issued an error due to an attempt to register an extension already registered

Change History (2)

comment:1 by Even Rouault, 8 years ago

Milestone: 2.0.3
Resolution: fixed
Status: newclosed

trunk r33655 "GPKG: correct scope of gpkg_geom_XXXXX extensions to be read-write, and allow reading geometry types CURVE or SURFACE"

trunk r33664 "GPKG: avoid trying to insert a gpkg_geom_XXXX extension if already done (#6402)"

branches/2.0 r33665 "GPKG: correct scope of gpkg_geom_XXXXX extensions to be read-write; avoid trying to insert a gpkg_geom_XXXX extension if already done (#6402)"

Last edited 7 years ago by Even Rouault (previous) (diff)

comment:2 by Even Rouault, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.