UNPKG

837 BHTMLView Raw
1---
2layout: example.html
3title: Earthquake Clusters
4shortdesc: Demonstrates the use of style geometries to render source features of a cluster.
5docs: >
6 <p>This example parses a KML file and renders the features as clusters on a vector layer. The styling in this example is quite involved. Single earthquake locations
7 (rendered as stars) have a size relative to their magnitude. Clusters have an opacity relative to the number of features in the cluster, and a size that represents
8 the extent of the features that make up the cluster. When clicking or hovering on a cluster, the individual features that make up the cluster will be shown.</p>
9 <p>To achieve this, we make heavy use of style functions and <code>ol.style.Style#geometry</code>.</p>
10tags: "KML, vector, style, geometry, cluster"
11---
12<div id="map" class="map"></div>