|
From: Sean M. <mcg...@ho...> - 2006-01-28 02:10:25
|
Hi there, I'm looking to store Feature objects to be added to a new layer in a map. I was advised previously to use the MemoryDataStore class. However, when I add features one at a time to it, each feature overwrites the previous one, leaving only one feature in the MemoryDataStore object (i.e. the last one added). Does anybody know what the problem could be here? Or does anybody know an alternative solution? I want to put new Features that I've created into a FeatureSource object so I can add them to a new layer in the map. The features are being made from scratch (a result of merging polygons). Thanks, Sean |