<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000099" bgcolor="#ffffff">
<p><small><font face="Verdana">Hello!<br>
</font></small></p>
<p><small><font face="Verdana">I'm adding custom events for
OpenLayer.Control.SelectFeature like so:<br>
</font></small></p>
<p><small><font face="Verdana">features = new
OpenLayers.Layer.Vector('features');<br>
</font></small></p>
<p><small><font face="Verdana">features.events.on ({<br>
'featureselected': OnFeatureSelect,<br>
'featureunselected': OnFeatureUnselect<br>
});<br>
</font></small></p>
<p><small><font face="Verdana">Once the OnFeatureUnselect is called,
it receives an event object as parameter, however, it does not
seem to be an OpenLayers.Event object. I would like to stop
further event triggers, but there is no "stop()" method for
that object. It consists of four properties "element",
"feature", "object", and "type" and a method "toString".<br>
</font></small></p>
<p><small><font face="Verdana">Thanks,<br>
Janis<br>
</font></small></p>
</body>
</html>