Convert L examples to use strapless template
This commit is contained in:
@@ -1,20 +1,14 @@
|
||||
---
|
||||
layout: example.html
|
||||
title: Z-index layer ordering example
|
||||
layout: strapless.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).</br>
|
||||
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"
|
||||
---
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div id="map" class="map"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
There are are two managed layers (square and triangle) and one unmanaged layer (star).</br>
|
||||
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.
|
||||
</div>
|
||||
<div id="map" class="map"></div>
|
||||
<div>
|
||||
<label for="idx1">
|
||||
<input type="number" id="idx1"></input>
|
||||
|
||||
Reference in New Issue
Block a user