Link labels to input elements
This commit is contained in:
@@ -8,8 +8,8 @@ tags: "heatmap, kml, vector, style, webgl"
|
||||
---
|
||||
<div id="map" class="map"></div>
|
||||
<form>
|
||||
<label>radius size</label>
|
||||
<label for="radius">radius size</label>
|
||||
<input id="radius" type="range" min="1" max="50" step="1" value="5"/>
|
||||
<label>blur size</label>
|
||||
<label for="blur">blur size</label>
|
||||
<input id="blur" type="range" min="1" max="50" step="1" value="15"/>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user