Hi,<div><br></div><div>I'm adding a layer to the map</div><div><br></div><div>lyrTest = new OpenLayers.Layer.Vector('Test');</div><div>map.addLayer(lyrTest);</div><div><br></div><div>But it is always displayed on top.. I use that layer to draw lines and polygons.. And when the polygons are drawn, I can't click the markers that are under them.. </div>
<div>I've tried to do map.raiseLayer(lyrTest, -5); in order to move the layer.. And it is displayed on the top of the layer switcher.. But the polygons are still over the markers..</div><div><br></div><div>How can I change that?</div>
<div><br></div><div>Thanks!</div>