<div>Hi,</div><div><br></div><div>I'm defining a line to display in the map in this way:</div><div><br></div><div>var linearRing = new OpenLayers.Geometry.LinearRing(pointList);</div><div>var polygonFeature = new OpenLayers.Feature.Vector(linearRing, null, style_poly);</div>
<div><br></div><div>And now, I would like to catch the mousedown event, like I do with markers..</div><div><br></div><div>Is there any way to do this?</div><div><br></div><div>Thanks!</div>