Hi,

I am using for deleting vector features function from this example:
<a href="http://openlayers.org/dev/examples/wfs-protocol-transactions.js" target="_top" rel="nofollow" link="external">http://openlayers.org/dev/examples/wfs-protocol-transactions.js</a>

Situation: 
-1- I add new feature using Control.drawFeature -> this new feature has feature.id, but feature.fid is null.
-2-  I delete this new feature -> it causes in deleteFeature function:

if(feature.fid == undefined) {
            this.layer.destroyFeatures([feature]);


Is there way how get ID of this deleted/destroyed feature?

Thanks
Regards Petr

        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/How-get-id-of-deleted-destroyed-feature-tp6690545p6690545.html">How get id of deleted/destroyed feature</a><br/>
Sent from the <a href="http://osgeo-org.1803224.n2.nabble.com/OpenLayers-Users-f1822463.html">OpenLayers Users mailing list archive</a> at Nabble.com.<br/>