UNPKG

499 BHTMLView Raw
1---
2layout: example.html
3title: Earthquakes Heatmap
4shortdesc: Demonstrates the use of a heatmap layer.
5docs: >
6 This example parses a KML file and renders the features as a <code>ol.layer.Heatmap</code> layer.
7tags: "heatmap, kml, vector, style"
8---
9<div id="map" class="map"></div>
10<form>
11 <label>radius size</label>
12 <input id="radius" type="range" min="1" max="50" step="1" value="5"/>
13 <label>blur size</label>
14 <input id="blur" type="range" min="1" max="50" step="1" value="15"/>
15</form>