Hi:
So I have a new FeatureSet according to some business logic, and I pass it in to a new FeatureCollection and reset my CSVLayer with that collection:
myCSVLayer.featureCollection = new FeatureCollection(filteredFeatureSet, null);
However, the map still shows my original set of features. Do I need to do anything else here?
Thanks, Matt