Ticket #4472 (closed defect: fixed)
[PATCH - shapelib] Optimize SHPTreeNodeTrim()
| Reported by: | 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
Change History
Note: See
TracTickets for help on using
tickets.

