Can you use the FeatureSource to add objects to this layer? I get a bunch of warnings when I use the InternalFeatures property to add/remove features from the layer so I decided to use the FeatureSource. Now anytime there is 1 feature or more already in the source the track shape does not show up while interactively tracking using the TrackMode.Rectangle/Circle but does show up when using TrackMode.Polygon. Is this a bug? Am I not doing something correctly? Should I just go back to using the InternalFeatures and ignore the errors?
I am doing these steps to add:
1. BeginTransaction
2. AddFeature method
3. CommitTransaction