Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4472 closed defect (fixed)

[PATCH - shapelib] Optimize SHPTreeNodeTrim()

Reported by: Even Rouault Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SF Version: unspecified
Severity: normal Keywords: shapefile qix
Cc:

Description

Idea borrowed to trim() method of http://svn.osgeo.org/geotools/trunk/modules/plugin/shapefile/src/main/java/org/geotools/index/quadtree/QuadTree.java

If a node has no features in it and just one sub-node, then assign that sub-node to the current node

The new code path is triggered by the new tests added in r23811

Attachments (1)

ticket4472.patch (1.7 KB ) - added by Even Rouault 12 years ago.

Download all attachments as: .zip

Change History (4)

by Even Rouault, 12 years ago

Attachment: ticket4472.patch added

comment:1 by Even Rouault, 12 years ago

Summary: [PATCH - shapefile] Optimize SHPTreeNodeTrim()[PATCH - shapelib] Optimize SHPTreeNodeTrim()

comment:2 by warmerdam, 12 years ago

Resolution: fixed
Status: newclosed

Applied upstream and pull down into trunk (r23812).

Note: See TracTickets for help on using tickets.