Hello list,
Hi friends,

Is it possible to fire an mouse down event without clicking? I need this
because i have modified the OpenLayers.Path.js. I try this:

drawLinks = new OpenLayers.Control.DrawFeature(layer,
OpenLayers.Handler.Path, {
        featureAdded: function(evt){
        alert("complete");
        //
    },
    mousedown: true, 

but it doenst worked.

Can anyone help me please?

Thanks a lot for any advise,
Marcel
x_tls_x
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/fire-mouse-down-event-without-clicking-tp5808276p5808276.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to