Re: MI-L MapX 5.0 poligon-node editing problem -- any ideas?

2002-09-27 Thread Faragó Attila
Hey!!! Thanks for the hint - now I understand, and it works! (I use KeyValue to identify my poligons) Just one small question... how do I know that node has been edited. I do not see any events connected with the node editing. If I allow user to edit poligons on my layer I should get the poligon

Re: MI-L MapX 5.0 poligon-node editing problem -- any ideas?

2002-09-26 Thread Faragó Attila
thanks, but 1, first I am creating a poligon from Delphi code ... ftmap := mapMain.FeatureFactory.CreateRegion(pts,EmptyParam); cmx_currentPoligon := cmx_layer.AddFeature(ftmap,EmptyParam); 2, then edit the nodes. and using cmx_currentPoligon.Parts[1].Count cmx_currentPoligon.Update then the ol

MI-L MapX 5.0 poligon-node editing problem -- any ideas?

2002-09-25 Thread Faragó Attila
I tried to draw a poligon and create a feature from the points. After that I edited the nodes with the select tool and FeatureEditMode=miEditModeNode (layer is selectable and editable). success till this point then the problem comes: - reading the feature.parts[1] shows the poligon BEFORE editing