<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.5726" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=349142912-01042009>I&nbsp;update my 
openlayers svn checkout daily, but when i did it yesterday i noticed that when i 
switch between my</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=349142912-01042009>SelectFeature 
controls the features not in the layer&nbsp;associated to&nbsp;that control 
disapear!</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=349142912-01042009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=349142912-01042009>They used to just 
bring that layer to the front and i could still see all my other features behind 
it.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=349142912-01042009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=349142912-01042009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=349142912-01042009>this is my code. it 
hasnt changed in months.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=349142912-01042009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=349142912-01042009>//Panel<BR>&nbsp;&nbsp;_sensorSelectControl = new 
OpenLayers.Control.SelectFeature(_sensorLayer,{<BR>&nbsp;&nbsp;&nbsp;title: 
'[Selection Tool] Sensors',<BR>&nbsp;&nbsp;&nbsp;displayClass: 
'Control_SelectSensors_',<BR>&nbsp;&nbsp;&nbsp;onSelect: 
onSensorSelect<BR>&nbsp;&nbsp;});<BR>&nbsp;&nbsp;_featureSelectControl = new 
OpenLayers.Control.SelectFeature(_featureLayer,{<BR>&nbsp;&nbsp;&nbsp;title:'[Selection 
Tool] Features of Interest',<BR>&nbsp;&nbsp;&nbsp;displayClass: 
'Control_SelectFeatures_',<BR>&nbsp;&nbsp;&nbsp;onSelect: 
onFeatureSelect<BR>&nbsp;&nbsp;});<BR>&nbsp;&nbsp;var panel = new 
OpenLayers.Control.Panel({defaultControl:_sensorSelectControl});<BR>&nbsp;&nbsp;panel.addControls([<BR>&nbsp;&nbsp;&nbsp;_sensorSelectControl,<BR>&nbsp;&nbsp;&nbsp;_featureSelectControl<BR>&nbsp;&nbsp;]);<BR>&nbsp;&nbsp;_map.addControl(panel);</SPAN></FONT></DIV></BODY></HTML>