Files
openlayers/examples/fractal.html
2015-11-18 09:56:15 -07:00

15 lines
397 B
HTML

---
layout: example.html
title: Fractal Rendering
shortdesc: Example of a fractal.
docs: >
This example demonstrates how features with many vertices can be efficiently rendered.
tags: "fractal, vector"
---
<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>