I have a vector layer displaying geometries, with a selectFeature control. When the user selects a feature, one or more vector layers become active on top of the lowest layer, displaying geometries that abut the selected geometry. Additionally, there is a top layer with icons that displays a popup containing infomation about the abutting geometry when clicked.<br>
<br>The icon layer is implemented as a vector layer rather than as a marker layer. (The documentation seems to indicate that the marker layer type is deprecated. There were additional reasone why this wasn&#39;t the favoured solution.) To make the icons clickable, I have added a customised click control to that layer, inspired by an example in the OL demos.<br>
<br>The problem is that when active, the click control seems to be preventing the clicks from permeating to the featureSelect control, so that when the top icon layer displays, the user can no longer select a geometry on the lowest layer. This is not a problem in IE, but is in every other browser.<br>
<br>The Feature handler in the click control has parameters called stopClick and stopDown that seem to be designed to allow mouse events to permeate, but setting them to true has no effect (and in any case, as they default to false, they should be causing the same problem in IE).<br>
<br>Is it possible to have multiple controls active that respond to mouse events? Otherwise, can anyone suggest a better implementation for what I am trying to build?<br><br>Rohan Parkes<br>Melbourne<br>Australia<br>