Testgebiete.html 6.43 KB
Newer Older
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!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"
    />
        

    <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"
    />
 <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
 <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>

    <link rel="stylesheet" href="css/index.css" media="screen">
    <link rel="stylesheet" href="css/form_joeStyle.css" media="screen">
    <link rel="stylesheet" href="css/roundedButton.css" media="screen">
    
   
   



</head>

  <body>
    
   
    <style>
      @import url(templates/bucket.css);
    </style>



    <div id="cesiumContainer" class="">   </div>
    <script src="Testgebiete.js"></script>

  <div class="backdrop mainbackdrop" id="DCMO" style="display:show">    
    
    
    <button style="margin: 5px 0px 5px 0px;" type="button" class="btn btn-danger btnMod" onclick="gotoHFT()">HFT</button>
    
    <div class="backdrop mainbackdrop"> 
      <h6 style="color: rgb(8, 228, 118);"> Pointclouds </h6>
    <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>
      </tbody>
    </table>  
  </div>

    <div class="backdrop mainbackdrop">   
      <h6 style="color: rgb(8, 228, 118);"> CityGML Buildings </h6>
      <table>  
        <tbody>       
        <tr>
          <td style=" padding-bottom: 10px;"><strong>LOD1 Buildings </strong> </td>
          <td style=" padding-bottom: 10px; padding-left: 15px;"><label class="switch">
            <input id="simpleBuildingsCheckbox" type="checkbox" onclick="toggleBuildingTiles()" unchecked>
            <span class="slider round"></span>
          </label>
        </td>
        </tr>
      </tr>
      <tr>
        <td style=" padding-bottom: 10px;"><strong>LOD3 Buildings </strong> </td>
        <td style=" padding-bottom: 10px; padding-left: 15px;"><label class="switch">
          <input id="prettyBuildingsCheckbox" type="checkbox" onclick="togglePrettyBuildingTiles()" checked>
          <span class="slider round"></span>
        </label>
      </td>
      </tr>
     </tbody>
    </table>  
         
      </div>

      <button style="margin: 20px 0px 5px 0px;" type="button" class="btn btn-warning btnMod" onclick="gotoFellbach()">Fellbach</button>
    
        
      <div class="backdrop mainbackdrop">   
        <h6 style="color: rgb(8, 228, 118);">CityGML Buildings </h6>
        <table>  
          <tbody>     
         <tr>
          <td style=" padding-bottom: 10px;"><strong>LOD2 Buildings </strong> </td>
          <td style=" padding-bottom: 10px; padding-left: 15px;"><label class="switch">
            <input id="FellbachBuildingsCheckbox" type="checkbox" onclick="toggleFellbachTiles()" unchecked>
            <span class="slider round"></span>
          </label>
        </td>        
        </tr>
        <tr>
          <td style=" padding-bottom: 10px;"><strong>LOD2 Textured </strong> </td>
          <td style=" padding-bottom: 10px; padding-left: 15px;"><label class="switch">
            <input id="FellbachTexturedBuildingsCheckbox" type="checkbox" onclick="toggleFellbachTexturedTiles()" checked>
            <span class="slider round"></span>
          </label>
        </td>        
        </tr>
       </tbody>
      </table>  
           
        </div>


145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
        <button style="margin: 20px 0px 5px 0px;" type="button" class="btn btn-outline-danger btnMod" onclick="gotoBHT()">BHT Berlin</button>
    
        
        <div class="backdrop mainbackdrop">   
          <h6 style="color: rgb(8, 228, 118);">CityGML Buildings </h6>
          <table>  
            <tbody>     
           <tr>
            <td style=" padding-bottom: 10px;"><strong>LOD2 Buildings </strong> </td>
            <td style=" padding-bottom: 10px; padding-left: 15px;"><label class="switch">
              <input id="FellbachBuildingsCheckbox" type="checkbox" onclick="toggleBHT_BuildingTiles()" checked>
              <span class="slider round"></span>
            </label>
          </td>        
          </tr>
         </tbody>
        </table>  
             
          </div>


166
167
168
169
170
171
172
173
174
175
176
177
178
179
180

</div>
            
      
    
    <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> -->
    <!-- JavaScript Bundle with Popper -->

   
    <!-- CSS only -->

  </body>
</html>