Hi,

Just a shot in the dark...

In short you call:
> map.events.register('click', map, onMapClick);
loop:
>     control.activate();

And then:
> map.events.unregister('click', this, onMapClick);
loop:
>     control.deactivate();

Is it possible that map.events.unregister disable the click for other 
events as well?

Julien


-- 
Julien-Samuel Lacroix
Mapgears
http://www.mapgears.com/
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to