#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)
Change History (4)
by , 13 years ago
Attachment: | ticket4472.patch added |
---|
comment:1 by , 13 years ago
Summary: | [PATCH - shapefile] Optimize SHPTreeNodeTrim() → [PATCH - shapelib] Optimize SHPTreeNodeTrim() |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 13 years ago
Ported to MapServer too. See http://trac.osgeo.org/mapserver/ticket/4169
Note:
See TracTickets
for help on using tickets.
Applied upstream and pull down into trunk (r23812).