The way I ended up handling this was to create my own click handler (based on the click-handler.html OL example).  On click, I create a LonLat object from the clicked point.  I then iterate through the features array for each layer, and test feature.geometry.atPoint(LonLat).  If it's true, act on that feature.<div>
<br></div><div>It seems to be working well.  I suspect it could get slow if there were a lot of features in the layers, but that isn't the case here.</div><div><br></div><div>Matt</div><div><br><br><div class="gmail_quote">
On Wed, May 16, 2012 at 4:23 PM, Phil Scadden <span dir="ltr"><<a href="mailto:p.scadden@gns.cri.nz" target="_blank">p.scadden@gns.cri.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
More detail:<br>
<a href="http://osgeo-org.1560.n6.nabble.com/Select-WFS-Features-using-intersect-of-polygon-td4467419.html#a4470543" target="_blank">http://osgeo-org.1560.n6.nabble.com/Select-WFS-Features-using-intersect-of-polygon-td4467419.html#a4470543</a><br>

<div class="HOEnZb"><div class="h5"><br>
Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
</div></div></blockquote></div><br></div>