[OpenLayers-Users] Adding events on Draw Features?

Chris Hardin chrislhardin at gmail.com
Thu Aug 23 13:38:50 EDT 2007


 I am adding events to an editable layer, but the events are only
fired when the hand portion of the editable toolbar is used. I want
the events to fire when I use the other tools like the point tool.
Anyone know how to do that?

 editableLayer.events.register("mousedown", map , function(e) {

                   alert("fired event");
                });



More information about the Users mailing list