Hello,
I am using OriginalEditingFeature() method of EditInteractiveOverlay to track the manipulation steps of the feature that is edited in EditInteractiveOverlay.
But if I end editing by setting all the CanReshape, CanRotate, etc. properties to false and call refresh() the OriginalEditingFeature()still returns a feature. Also clearing the EditShapesLayer and calling clearAllControlPoints() did not help.
How can I reset my EditOverlay so that OriginalEditingFeature() method returns the default value - an invalid feature.
Thomas