v. 0.60.16b

#148 enhanced
This commit is contained in:
Azgaar 2018-09-30 15:43:24 +03:00
parent e9ec667be9
commit f5c507a94b
2 changed files with 18 additions and 1 deletions

View file

@ -895,13 +895,14 @@
<i onmouseover="tip('Change marker base style')" class="icon-map-pin"></i>:
<input id="markerSize" onmouseover="tip('Change marker size')" value="1" type="range" min="0.1" max="10" step="0.2" class="editRange">
<input id="markerBase" onmouseover="tip('Change marker base color')" type="color" class="editColor" value="#ffffff">
<input id="markerFill" onmouseover="tip('Change marker fill color ')" type="color" class="editColor" value="#000000">
<input id="markerFill" onmouseover="tip('Change marker fill color')" type="color" class="editColor" value="#000000">
<br><i onmouseover="tip('Change marker icon style')" class="icon-star"></i>:
<input id="markerIconFill" onmouseover="tip('Change marker icon fill color')" type="color" class="editColor" value="#000000">
<input id="markerIconStrokeWidth" onmouseover="tip('Change marker icon stroke width')" value="0" type="number" min="0" max="2" step="0.1" style="width: 40px;">
<input id="markerIconStroke" onmouseover="tip('Change marker icon stroke color')" type="color" class="editColor" value="#000000">
</div>
<button id="markerToggleBubble" onmouseover="tip('Toggle marker bubble display')" class="icon-info-circled"></button>
<button id="markerLegendButton" onmouseover="tip('Edit place legend (free text notes)')" class="icon-edit"></button>
<button id="markerAdd" onmouseover="tip('Add additional marker of that type')" class="icon-plus"></button>
<button id="markerRemove" onmouseover="tip('Remove the marker')" class="icon-trash"></button>