Hi, <div>i don&#39;t know if this solution was already known, but i found nothing related on the internet. </div><div>you want to use both the SelectFeature Control and the DragFeature Control on multiple layers on one map ?</div>
<div>then always just add the DragFeature-Layer to the selectfeature controller:</div><div><br></div><div> selectControl = new OpenLayers.Control.SelectFeature([dragLayer,selectLayer]);</div><div><br></div><div>Now there should be no problem using combined select and drag.</div>
<div>Example: <a href="http://igf-project.igf.uos.de/~bhempen/select-feature-multilayer.html">http://igf-project.igf.uos.de/~bhempen/select-feature-multilayer.html</a></div><div><br></div><div><br></div><div>But I don&#39;t know why it works this way :D </div>
<div>Anybody can explain?</div><div><br></div><div><br></div><div>regards</div><div>mehmet sirin</div><div><br></div>