Re: [Geotools-devel] Can't remove SimpleFeature from FeatureCollection

2010-06-18 Thread Jody Garnett
I think that is a problem with JMapPane; should not effect the actual removing of a feature. Note you may have a better experiencing using featureStore to remove the feature using a filter (specifically a feature id based filter). Jody On 18/06/2010, at 10:09 PM, JenR wrote: > > Hello all, >

[Geotools-devel] Can't remove SimpleFeature from FeatureCollection

2010-06-18 Thread JenR
Hello all, I build a simple application using GeoTools. I want to show a floor of a building, with red dots on each floor representing people. Each person is a SimpleFeature with a position and an attribute (id). Each floor is a FeatureCollection. When a person changes floors, I want to delete th