It seems like the layers are loading from ground up. Is there any way to change the layer load order ?
I have a foreground layer that I want to load up in the first place, I just don’t know how.
Thanks!
It seems like the layers are loading from ground up. Is there any way
Share
You can try doing:
yourLayer.setZIndex(zIndex);to change the zindex of a layer.Regards