I have an OpenLayers map with two vector layers. Both of them contain marker.
With help of the following link, I managed to get a select-handler on both layers. http://openlayers.org/dev/examples/select-feature-multilayer.html
This select-handler fires the same function for marker on both layers. But how can I differ, on which layer the selected is positioned?