Hi,
I have had some good success using the articles in the wiki, and other discussion topics to alter the styling for TrackInteractiveOverlay while the user is digitising their shape.
My problem is this.
I want display metadata about the shape, such as Length, Width, Height, Area, Circumference, Radius, Diameter, while the user is digitising the shape.
I plan to use LabelStyles to show this information around the shape, but I need to add the metadata values to the Feature.ColumnValues as the shape moves.
Where should I put the logic to update these values? (should I override TrackInteractiveOverlay and some method?)
Also, would you suggest a different way to achieve this?
Kris