Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6787 closed defect (fixed)

Suboptimal behaviour when growing the last geometry of a shapefile

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

Description

When rewriting the geometry at the end of a shapfile with a larger one, we write it at the end of the file instead at the offset of the previous geometry.

Change History (2)

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 37185:

Shape: when rewriting the geometry of the last record in the .shp, do it at the file offset it previously used (fixes #6787)

comment:2 by Even Rouault, 7 years ago

In 37186:

Shape: when rewriting the geometry of the last record in the .shp, do it at the file offset it previously used (fixes #6787)

Note: See TracTickets for help on using tickets.