On Wed, Mar 20, 2013 at 8:50 PM, Matt L. Miller <[log in to unmask]>wrote: > Mark, > > I'm going to second this request, especially since you've made the QuadTree > private (in r846). I was relying on directly modifying the QuadTree when I > needed to remove an object from a GeomVectorField, since no remove method > was provided. > > I've added removeGeometry() and committed the changes to subversion. Be aware that removing things from t he spatial index can be expensive in addition to removing things from "shadow" Bag of Geometries. Cheers! Mark