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 poligons all the times from the map layer? Attila > After editing the feature, extract from your layer by: > cmx_currentPoligon = cmx_layer.allfeatures.item(cmx_layer.allfeatures.count) > which will restore the last added feature. The node editing happens on the > feature on the map and handled by mapx. You will need to reload from the map > to see the results. --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 3283
