Commit a4bb7042 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

minor ui change - table cell widths

parent 2f30798d
......@@ -1196,9 +1196,9 @@ X3DOMObject.displayViewInfo = function(e){
</tr>
<tr>
<th></th>
<th style='width:50px;'>x</th>
<th style='width:50px;'>y</th>
<th style='width:50px;'>z</th>
<th style='width:60px;'>x</th>
<th style='width:60px;'>y</th>
<th style='width:60px;'>z</th>
<th>azimuth</th>
<th>elevation</th>
<th>skew</th>
......
......@@ -117,7 +117,7 @@
<div id='help-content'>
<div>
<h2>3D Scene + Map</h2>
<h3 style='color:rgba(200,200,255,1);'>Comparing 3D model and Map (satellite imagery) measurements</h3
<h3 style='color:rgba(200,200,255,1);'>Comparing 3D model and Map (satellite imagery) measurements</h3>
<ul>
<li>Place a marker in the 3D scene near the feature of interest. Drag the marker closer if needed.<br/>This will set the 3D model distance.</li>
<li>Drag the corresponding marker over the map to what looks like the feature of interest to set the map distance.<br/>If the <b>show marker info</b> is enabled the distances and the difference will be displayed.</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment