<!DOCTYPE html>
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<link rel="stylesheet" href="css/tool.css" />
|
<script type="text/javascript" src="../Commonjs/jquery-1.8.2.min.js"></script>
|
|
<title></title>
|
<meta charset="utf-8" />
|
</head>
|
<body>
|
<table>
|
<tr>
|
<td class="td" title="编辑"><img src="img/编辑.png" class="imgx" data-img="bj" /></td>
|
<td class="td" title="查询"><img src="img/查询.png" class="imgx" data-img="cx" /></td>
|
<!--<td class="td" title="水平测量"><img src="img/水平测量.png" class="imgx" data-img="spcl" /></td>-->
|
<td class="td" title="垂直测量"><img src="img/垂直测量.png" class="imgx" data-img="czcl" /></td>
|
<td class="td" title="空间测量"><img src="img/空间测量.png" class="imgx" data-img="kjcl" /></td>
|
<td class="td" title="水平面积"><img src="img/水平面积.png" class="imgx" data-img="spmj" /></td>
|
<td class="td" title="立面面积"><img src="img/立面面积.png" class="imgx" data-img="lmmj" /></td>
|
<td class="td" title="快照输出"><img src="img/快照.png" class="imgx" data-img="kzhao" /></td>
|
<td class="td" title="等高线渲染图"><img src="img/等高线.png" class="imgx" data-img="dgx" /></td>
|
<td class="td" title="坡度分析"><img src="img/坡度分析.png" class="imgx" data-img="podu" /></td>
|
<td class="td" title="点云数据"><img src="img/点云填充.png" class="imgx" data-img="dysj" /></td>
|
<td class="td" title="广告牌投影视频"><img src="img/广告牌.png" class="imgx" data-img="ggptysp" /></td>
|
<td class="td" title="地形投影视频"><img src="img/视频投影.png" class="imgx" data-img="dxtysp" /></td>
|
<td class="td" title="最佳路径分析"><img src="img/路径.png" class="imgx" data-img="zjljfx" /></td>
|
<td class="td" title="阴影分析"><img src="img/阴影分析.png" class="imgx" data-img="yinyfx" /></td>
|
<td class="td" title="洪水淹没分析"><img src="img/淹没分析.png" class="imgx" data-img="hsymfx" /></td>
|
<!-- menu里面的 -->
|
<!-- <td class="td" title="坐标系转换"><img src="img/坐标.png" class="imgx" data-img="coorsys" /></td> -->
|
|
<td class="td" title="坐标切换"><img src="img/坐标.png" class="imgx" data-img="zbqh" /></td>
|
<td class="td" style="color:white;" title="透明度设置">透明度:<input style="width:50px" placeholder="70" type="number" id="num" min="0" max="100" />% <input type="button" id="tijiao" value="确定" /></td>
|
<!--<td class="td" title="复制对象"><img src="img/天际线分析.png" class="imgx" data-img="fzdx" /></td>
|
<td class="td" title="电力杆塔电力线"><img src="img/天际线分析.png" class="imgx" data-img="dlgt" /></td>
|
<td class="td" title="地下管线"><img src="img/天际线分析.png" class="imgx" data-img="dxgx" /></td>
|
<td class="td" title="地下模式"><img src="img/天际线分析.png" class="imgx" data-img="dxms" /></td>
|
<td class="td" title="墙体与栅栏"><img src="img/天际线分析.png" class="imgx" data-img="qtyzl" /></td>-->
|
</tr>
|
</table>
|
<script type="text/javascript" src="tooljs/tool.js"></script>
|
<script>
|
$("#tijiao").click(function () {
|
var num = $("#num").val();
|
if (num == "") {
|
num = 70;
|
localStorage.setItem("alpha", num);
|
}
|
else {
|
localStorage.setItem("alpha", num);
|
}
|
});
|
</script>
|
</body>
|
</html>
|