liuyg
2021-06-22 c3bb18b5acb4c8453c6f86a376dd37bd93ae3bc3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<div title="先点击单次添加 否则找不到实体">
  <!-- <div id="modelDiagramToolbar" class="param-container tool-bar">
        <div style="width:215px;">
            <select id="modelDiagramSelOpt" class="selectpicker show-tick form-control">
                <option selected value = "1">实体方式加载</option>
                <option value="2">实例化方式加载</option>
            </select>
        </div>
    </div> -->
  <!-- <div id="cesiumContainer" class="fullSize"></div> -->
  <!-- <div id="loadingOverlay"><h1>Loading...</h1></div>
    <div id="toolbarcesium">//工具栏
      <table>
        <tbody>
          <tr>
            <td>Silhouette</td>
            <td><input type="checkbox" data-bind="checked: silhouette"></td>
          </tr>
          <tr>
            <td>Black and White</td>
            <td>
              <input type="checkbox" data-bind="checked: blackAndWhiteShow">
            </td>
            <td>
              <input type="range" min="1" max="10" step="1" data-bind="value: blackAndWhiteGradations, valueUpdate: 'input'">
            </td>
          </tr>
          <tr>
            <td>Brightness</td>
            <td>
              <input type="checkbox" data-bind="checked: brightnessShow">
            </td>
            <td>
              <input type="range" min="0" max="1" step="0.01" data-bind="value: brightnessValue, valueUpdate: 'input'">
            </td>
          </tr>
          <tr>
            <td>Night Vision</td>
            <td>
              <input type="checkbox" data-bind="checked: nightVisionShow">
            </td>
          </tr>
        </tbody>
      </table>
    </div> -->
  <div class="modelDiagramMain" >
    <div class="inp">
      <input type="number" class="closemodoinput" id="modelDiagramjdu" value="116.00001" placeholder="经度">
      <input type="number" class="closemodoinput" id="modelDiagramwdu" value="29.00001" placeholder="纬度">
      <input type="number" class="closemodoinput" id="modelDiagramgdu" value="1000" placeholder="高度">
    </div>
    <div class="seemodo">跟踪</div>
    <div class="closemodo">添加/删除</div>
    <div class="beginPlay">自动行走</div>
    <div class="but">
      <div class="once buts">单次添加</div>
      <div class="always buts" title="右键有惊喜">重复添加</div>
      <div class="stopPlay buts">全部删除</div>
    </div>
  </div>
  <i class="layui-icon closesmodelDiagram">
    &#x1006;
  </i>
</div>