openlayers
Version:
Build tools and sources for developing OpenLayers based mapping applications
15 lines (14 loc) • 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:
<input id="depth" type="range" min="0" max="9" step="1" value="5">
(<span id="count">#</span> points)
</label>