HFT.html 3.17 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Pointcloud Demo at HFT</title>

    <link
      href="https://cesium.com/downloads/cesiumjs/releases/1.69/Build/Cesium/Widgets/widgets.css"
      rel="stylesheet"
    />
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

    <script
      src="https://code.jquery.com/jquery-2.2.4.min.js"
      integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
      crossorigin="anonymous"
    ></script>
    <script
      src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"
      integrity="sha256-1A78rJEdiWTzco6qdn3igTBv9VupN3Q1ozZNTR4WE/Y="
      crossorigin="anonymous"
    ></script>
    <script
      src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"
      integrity="sha256-0rguYS0qgS6L4qVzANq4kjxPLtvnp5nn2nB5G1lWRv4="
      crossorigin="anonymous"
    ></script>
    <script src="https://cesium.com/downloads/cesiumjs/releases/1.81/Build/Cesium/Cesium.js"></script>
    <link
      rel="stylesheet"
      href="https://use.fontawesome.com/releases/v5.1.1/css/all.css"
      integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ"
      crossorigin="anonymous"
    />

36
37
    <link rel="stylesheet" href="css/index.css" media="screen">
    <link rel="stylesheet" href="css/form_joeStyle.css" media="screen">
38
    <link rel="stylesheet" href="css/roundedButton.css" media="screen">
39
40
    

41
42
43
44
45
46
47
48
   



</head>

  <body>
    
49
   
50
51
52
53
    <style>
      @import url(templates/bucket.css);
    </style>

54

55

56
57
    <div id="cesiumContainer" class="">   </div>
    <script src="HFT.js"></script>
58

59
  <div class="backdrop mainbackdrop" id="DCMO" style="display:show">    
Sven Schneider's avatar
Sven Schneider committed
60
    <h2>  Layer selection </h2>
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
    <table>
      <tbody>
        <tr>
          <td style=" padding-bottom: 10px;"><strong>RGB PointCloud</strong> </td>
          <td style=" padding-bottom: 10px; padding-left: 15px;"><label class="switch">
            <input type="checkbox" onclick="toggleRGBPC()" checked>
            <span class="slider round"></span>
          </label>
        </td>
        </tr>
        <tr>
          <td style=" padding-bottom: 10px;"><strong>Blue PointCloud</strong> </td>
          <td style=" padding-bottom: 10px; padding-left: 15px;"><label class="switch">
            <input type="checkbox" onclick="toggleLargePC()" checked>
            <span class="slider round"></span>
          </label>
        </td>
        </tr>
        <tr>
          <td style=" padding-bottom: 10px;"><strong>Buildings </strong> </td>
          <td style=" padding-bottom: 10px; padding-left: 15px;"><label class="switch">
            <input type="checkbox" onclick="toggleBuildingTiles()" checked>
            <span class="slider round"></span>
          </label>
        </td>
        </tr>
      </tbody>
      </table>     
89
90
</div>
            
91
      
92
93
94
95
96
97
    
    <script src="https://cpwebassets.codepen.io/assets/common/stopExecutionOnTimeout-1b93190375e9ccc259df3a57c1abc0e64599724ae30d7ea4c6877eb615f89387.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"></script>
  </body>
</html>