Hello list,<br><br>I&#39;ve got a map that uses a GML vector layer (loaded with about 8 polygons from a GML file) and a SelectFeature control. The problem I&#39;m having is that just moving the mouse over the layer when it is visible--whether the SelectFeature control is active or not--hogs the CPU on Firefox 2 in Windows to the point of making the map unusable. This is on a Core 2 Duo system, so I don&#39;t think it&#39;s normal...it&#39;s also not so bad in FF3b5 on Linux on a lesser machine.<br>
<br>I don&#39;t care about mouseover/mouseout/mousemove events because I&#39;m using click to select in the control (hover = false)...so is there a way to simply disable the mousemove and in/out detection for the layer? I presume this is what is causing the problem, because even with the layer visible if I move the mouse around the outside of the feature set there&#39;s no problem--but if I&#39;m mousing over the polygons it bogs down.<br>
<br>Thanks for any help!<br><br>-Matt<br>