Commit 0703266b authored by JOE XMG's avatar JOE XMG
Browse files

update

parent 4316ca49
Pipeline #7195 passed with stage
in 9 seconds
...@@ -457,7 +457,7 @@ for (let i = 0; i < pipe_lo.length; i++) { ...@@ -457,7 +457,7 @@ for (let i = 0; i < pipe_lo.length; i++) {
image: pinBuilder.fromUrl("img/sensor.png", Cesium.Color.GREEN, 48), image: pinBuilder.fromUrl("img/sensor.png", Cesium.Color.GREEN, 48),
verticalOrigin: Cesium.VerticalOrigin.BOTTOM, verticalOrigin: Cesium.VerticalOrigin.BOTTOM,
heightReference: "CLAMP_TO_GROUND", heightReference: "CLAMP_TO_GROUND",
show: true, show: false,
disableDepthTestDistance: 999999 disableDepthTestDistance: 999999
} }
}); });
......
...@@ -74,12 +74,12 @@ ...@@ -74,12 +74,12 @@
</a> </a>
</li> </li>
<li class="sidebar-item "> <!-- <li class="sidebar-item ">
<a href="sensors.html" class='sidebar-link'> <a href="sensors.html" class='sidebar-link'>
<i class="bi bi-router"></i> <i class="bi bi-router"></i>
<span>Utility Sensors</span> <span>Utility Sensors</span>
</a> </a>
</li> </li> -->
</ul> </ul>
</div> </div>
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
</div> </div>
</label> </label>
</div> </div>
<div class="form-check"> <!-- <div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="util_nw_point"> <input class="form-check-input" type="checkbox" value="" id="util_nw_point">
<label class="form-check-label" for="util_nw_point"> <label class="form-check-label" for="util_nw_point">
Utility Network Stations (SSH) Utility Network Stations (SSH)
...@@ -143,11 +143,11 @@ ...@@ -143,11 +143,11 @@
</div> </div>
<div class="form-check"> <div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="util_nw_Enisyst" <input class="form-check-input" type="checkbox" value="" id="util_nw_Enisyst"
checked> >
<label class="form-check-label" for="util_nw_Enisyst"> <label class="form-check-label" for="util_nw_Enisyst">
Utility Network Stations (Enisyst) Utility Network Stations (Enisyst)
</label> </label>
</div> </div> -->
<hr> <hr>
<div style="display: none;"> <div style="display: none;">
<h6>Building Style</h6> <h6>Building Style</h6>
......
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