UNPKG

397 BHTMLView Raw
1---
2layout: example.html
3title: Fractal Rendering
4shortdesc: Example of a fractal.
5docs: >
6 This example demonstrates how features with many vertices can be efficiently rendered.
7tags: "fractal, vector"
8---
9<div id="map" class="map"></div>
10<label for="depth">
11 depth:&nbsp;
12 <input id="depth" type="range" min="0" max="9" step="1" value="5">
13 &nbsp;(<span id="count">#</span> points)
14</label>