Hi,

I'm defining a line to display in the map in this way:

var linearRing = new OpenLayers.Geometry.LinearRing(pointList);
var polygonFeature = new OpenLayers.Feature.Vector(linearRing, null,
style_poly);

And now, I would like to catch the mousedown event, like I do with markers..

Is there any way to do this?

Thanks!
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to