Link labels to input elements

This commit is contained in:
Maximilian Krög
2020-08-01 11:47:26 +02:00
parent 37e5529b22
commit d2d1022359
27 changed files with 102 additions and 99 deletions

View File

@@ -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>