[OpenLayers-Users] Z-Index of Markers Layer

Eric Lemoine eric.c2c at gmail.com
Thu May 29 02:29:31 EDT 2008


On Thu, May 29, 2008 at 2:52 AM, bradleyspencer <brad at cubewerx.com.au> wrote:
> Well, I fixed one problem. I was not using the map.setLayerZIndex on the
> appropriate markers layer.
>
> However, now my FramedCloud is now lower than the markers and the overlayed
> layer. Is there anyway to control the zIndex of the FramedCloud?

Hi Brad,

Try this: markerLayer.setZIndex(map.Z_INDEX_BASE['Popup'] - 1);

--
Eric



More information about the Users mailing list