UNPKG

353 BHTMLView Raw
1---
2layout: example.html
3title: Clustered Features
4shortdesc: Example of using ol.source.Cluster.
5docs: >
6 This example shows how to do clustering on point features.
7tags: "cluster, vector"
8---
9<div id="map" class="map"></div>
10<form>
11 <label>cluster distance</label>
12 <input id="distance" type="range" min="0" max="100" step="1" value="40"/>
13</form>