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

@@ -24,7 +24,7 @@ tags: "draw, edit, modify, vector, snap"
</label>
</div>
<div class="form-group">
<label>Draw type &nbsp;</label>
<label for="draw-type">Draw type &nbsp;</label>
<select name="draw-type" id="draw-type">
<option value="Point">Point</option>
<option value="LineString">LineString</option>