Hi all,
 
I have a click event registered on the map:
 
map.events.register('click', map, function (e) {
... code to be executed...
}

How can I activate or deactivate this event ?
If it was an OpenLayers control called 'infofeature' I could do e.g.
infofeature.activate(); 
and 
infofeature.deactivate(); 
 
How could I achieve this for the above event ?
 
Thanks
Karsten
 

Karsten Vennemann

Terra GIS LTD
Seattle, WA  98112
USA 
www.terragis.net

_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to