I have a map on which I'm displaying some graphics layers and some WMS layers. Some of the WMS layers seem to be displaying on top of the graphics layers (and blocking the graphics from view). I would like to make the graphics layers display on top of all other layers. Is there a property that I can use to make this happen?
I already tried setting the Z value for the layers (set the WMS layers at z=0, and the graphics layers at z=20) and that didn't work. Any other properties that might make this happen for me?