Hi!
I found another bug. When I have a feature in
the EditShapesLayer of map.EditOverlay the user can drag, rotate and resize
the feature.
This works as it's supposed to. I've added
eventhandlers for the FeatureDragged, FeatureRotated,and
FeatureResized, which give me access to e.DraggedFeature,
e.RotatedFeature and e.ResizedFeature respectively.
e.RotatedFeature
and
e.ResizedFeature return the feature with its shape intact. However, e.DraggedFeature
returns the feature
with correct ColumnValues and Tag etc, but its wellknowntype
has suddenly become a Point.
I've seen this happening with multipointshape
and multilineshape features, but it may be true for other types of features
too.
I'm on build 7.0.287.0.