Back to Openlayers

Layer Z Index

examples/layer-z-index.html

10.9.0434 B
Original Source

--- layout: example.html title: Layer Z-Index shortdesc: Example of ordering layers using Z-index. docs: > There are are two managed layers (square and triangle) and one unmanaged layer (star). The Z-index determines the rendering order; with {square: 1, triangle: 0, star: unmanaged} indices, the rendering order is triangle, square and star on top. tags: "layer, ordering, z-index" ---

Square layer Z-index Triangle layer Z-index