UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

15 lines (14 loc) 397 B
--- 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>