Files
openlayers/examples/fractal.html
2015-11-01 02:18:09 -07:00

19 lines
417 B
HTML

---
layout: example.html
title: Fractal Example
shortdesc: Example of a fractal.
docs: >
Example of a fractal.
tags: "fractal, vector"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
<label for="depth">
depth:&nbsp;
<input id="depth" type="range" min="0" max="9" step="1" value="5">
&nbsp;(<span id="count">#</span> points)
</label>
</div>
</div>