Link labels to input elements
This commit is contained in:
@@ -9,11 +9,11 @@ tags: "mouse-position, openstreetmap"
|
||||
<div id="map" class="map"></div>
|
||||
<div id="mouse-position"></div>
|
||||
<form>
|
||||
<label>Projection </label>
|
||||
<label for="projection">Projection </label>
|
||||
<select id="projection">
|
||||
<option value="EPSG:4326">EPSG:4326</option>
|
||||
<option value="EPSG:3857">EPSG:3857</option>
|
||||
</select>
|
||||
<label>Precision </label>
|
||||
<label for="precision">Precision</label>
|
||||
<input id="precision" type="number" min="0" max="12" value="4"/>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user