Convert F-G examples to strapless template
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
---
|
||||
layout: example.html
|
||||
title: Fractal Example
|
||||
layout: strapless.html
|
||||
title: Fractal Rendering
|
||||
shortdesc: Example of a fractal.
|
||||
docs: >
|
||||
Example of a fractal.
|
||||
This example demonstrates how features with many vertices can be efficiently rendered.
|
||||
tags: "fractal, vector"
|
||||
---
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div id="map" class="map"></div>
|
||||
<label for="depth">
|
||||
depth:
|
||||
<input id="depth" type="range" min="0" max="9" step="1" value="5">
|
||||
(<span id="count">#</span> points)
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div id="map" class="map"></div>
|
||||
<label for="depth">
|
||||
depth:
|
||||
<input id="depth" type="range" min="0" max="9" step="1" value="5">
|
||||
(<span id="count">#</span> points)
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user