[OpenLayers-Users] layer.vector is always on top

2010-06-21 Thread JuKiM
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

Re: [OpenLayers-Users] layer.vector is always on top

2010-06-21 Thread Manuel Reimer
JuKiM wrote: 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.. Seems like this depends on the order of the

Re: [OpenLayers-Users] layer.vector is always on top

2010-06-21 Thread christopher.schmidt
On Jun 21, 2010, at 3:42 PM, ext Manuel Reimer wrote: JuKiM wrote: 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

Re: [OpenLayers-Users] layer.vector is always on top

2010-06-21 Thread Eric Lemoine
On Monday, June 21, 2010, christopher.schm...@nokia.com wrote: On Jun 21, 2010, at 3:42 PM, ext Manuel Reimer wrote: JuKiM wrote: 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