Hi, I'm adding a layer to the map
lyrTest = new OpenLayers.Layer.Vector('Test'); map.addLayer(lyrTest); 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.. 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.. How can I change that? Thanks!
_______________________________________________ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users