Skip to content

Commit

Permalink
F: OpenSeaMap#187 Add waterlevel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Kuebler committed Feb 20, 2017
1 parent fb0ae24 commit 450939e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/js/templates/gaugedialog-en.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@
<span class="help-inline helpOsm"></span>
</div>
</div>
<div class="control-group"><p>
<label class="tableft50" for="gaugeType">Gauge Type</label></p>
<div class="input-append">
<select id="gaugeType" name="gaugeType">
<option value="RIVER">River</option>
<option value="LAKE">Lake</option>
<option value="SEA">Sea</option>
<option value="UNDEFINED">Other</option>
</select>
</div>
</div>
</div>
</div>
<div class="modal-footer">
Expand Down

0 comments on commit 450939e

Please sign in to comment.