<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hello,<br><br>I have a stupid error when trying to delete a vector feature. I've updated OpenLayers from 2.5 to 2.6 (latest from trunk) and when trying to delete a feature I have the corners of the polygon that stay on the map.<br><br>I've added a control like this :<br><br>// Delete feature<br>var deleteTool = new OpenLayers.Control.SelectFeature(layer_vector,<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; onSelect:deleteFeature,<br> });<br><br>And the called method is like this :<br>function deleteFeature(feature) {<br>&nbsp;&nbsp;&nbsp; getEditableLayer().removeFeatures(feature);<br>}<br><br><br>The problem seems to be that when getting the vector layer (thru the getLayersByName() method) the feature is set to "modification mode".<br><br>I've tried to look around for the "renderIntent" property of the selectfeature control but I don't know the clean way to use it.<br><br>Thanks,<br><br>Benoit Pesty<br><br><br /><hr />Pack up or back up–use SkyDrive to transfer files or keep extra copies. <a href='hthttp://www.windowslive.com/skydrive/overview.html?ocid=TXT_TAGLM_WL_Refresh_skydrive_packup_042008' target='_new'>Learn how.</a></body>
</html>