Hi,
I'm trying to add shape editing to the existing shape digitizing in my web app. But the precise way in which it works still eludes me.
I've previously defined a Map1_TrackShapeFinished routine to catch the digitizing event, reading one feature from EditOverlay.Features. I've now expanded this to read every feature from EditOverlay.
I've then added editing, using the sample provided to Joerg Feb 22nd, i.e. transfer the relevant features to EditOverlay, and performing a redraw. This seems to work, as I get bluish features that I can select for editing, and edit.
However, it looks like Map1_TrackShapeFinished still fires whenever I finish editing the first shape. Is this true ?
Is it also true, when posting the edit(s) back, EditOverlay now only contain the (single) edited feature, or none at all, not all the features initially put into it ?
Thanks.