v. 0.60.05b

This commit is contained in:
Azgaar 2018-09-25 00:54:41 +03:00
parent 1b818bc855
commit 437026a42d
3 changed files with 49 additions and 9 deletions

View file

@ -31,8 +31,8 @@
<script src="libs/polylabel.min.js"></script>
<script src="libs/quantize.min.js" defer></script>
<script src="libs/jquery.ui.touch-punch.min.js" defer></script>
<link rel="stylesheet" type="text/css" href="index.css?version=0.60.00b"/>
<link rel="stylesheet" type="text/css" href="icons.css?version=0.60.00b"/>
<link rel="stylesheet" type="text/css" href="index.css?version=0.60.05b"/>
<link rel="stylesheet" type="text/css" href="icons.css?version=0.60.05b"/>
<link rel="stylesheet" type="text/css" href="libs/jquery-ui.css"/>
</head>
<body>
@ -1201,6 +1201,25 @@
<div onmouseover="tip('Type area unit name, leave `square` just to add ² to the distance unit selected above')">Area unit: </div>
<input id="areaUnit" onmouseover="tip('Type area unit name, leave `square` just to add ² to the distance unit selected above')" type="text" value="square">
</div>
<div class="scaleHeader">
<span class="icon-signal"></span>
<div>Altitude: </div>
</div>
<div>
<div>Height unit: </div>
<select onmouseover="tip('Select Height unit')" id="heightUnit">
<option value="ft" selected>Feet</option>
<option value="m">Meters</option>
<option value="f">Fathoms</option>
</select>
</div>
<div>
<div onmouseover="tip('Select height exponent, i.e. a value showing altitude change sharpness')">Exponent: </div>
<input id="heightExponent" onmouseover="tip('Select height exponent, i.e. a value showing altitude change sharpness')" onchange="heightOutput.value = this.value" type="range" min="1.5" max="2" value="1.73" step="0.01">
<input id="heightOutput" onmouseover="tip('Select height exponent, i.e. a value showing altitude change sharpness')" type="text" class="output" value="1.73">
</div>
<div class="scaleHeader">
<span class="icon-minus"></span>
<div>Scale bar: </div>
@ -1269,5 +1288,5 @@
<input type="file" accept=".txt" id="namesbaseToLoad">
</div>
<script src="script.js?version=0.60.03b"></script>
<script src="script.js?version=0.60.05b"></script>
</body>