Hello all,
In my application, to edit a feature, the user point it in a DynamicLayer.
The feature is then copied to the EditLayer to allow the edition.
To make sure that the user doesn't have to select the feature another time, I would like to automarically select the feature in the EditLayer. How can I programatically do this ?
Thanks
Nicolas
PS : The layers contain a lot of polygons and for performance reasons, it's not possible to load them directly in the EditLayer.