Re: [OpenLayers-Users] Click handler not handling clicks after using editing toolbar

2010-03-17 Thread Eric Lemoine
On Tue, Mar 16, 2010 at 8:23 AM, Dylan Parry m...@dylanparry.com wrote: Hi, I’ve set up a click handler on my map to handle double-clicks. I did this by bastardising the demo for click handlers, so the code I have is as follows: --- start --- OpenLayers.Control.Click =

[OpenLayers-Users] Click handler not handling clicks after using editing toolbar

2010-03-16 Thread Dylan Parry
Hi, I’ve set up a click handler on my map to handle double-clicks. I did this by bastardising the demo for click handlers, so the code I have is as follows: --- start --- OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, { defaultHandlerOptions: {

Re: [OpenLayers-Users] Click handler not handling clicks after using editing toolbar

2010-03-16 Thread Eric Lemoine
On Tuesday, March 16, 2010, Dylan Parry m...@dylanparry.com wrote: Hi, I’ve set up a click handler on my map to handle double-clicks. I did this by bastardising the demo for click handlers, so the code I have is as follows: --- start --- OpenLayers.Control.Click =

Re: [OpenLayers-Users] Click handler not handling clicks after using editing toolbar

2010-03-16 Thread Dylan Parry
On 16/03/2010 17:46, Eric Lemoine wrote: On Tuesday, March 16, 2010, Dylan Parrym...@dylanparry.com wrote: Hi, I’ve set up a click handler on my map to handle double-clicks. I did this by bastardising the demo for click handlers, so the code I have is as follows: --- start ---