Remove bug related to topography visiblity in clip box

This commit is contained in:
Fuhrmann 2025-04-08 11:34:24 +02:00
parent 618979ad52
commit 523cf0945a
2 changed files with 2 additions and 14 deletions

View file

@ -166,13 +166,12 @@ export function Form() {
if (!sceneView) return;
sceneView.toggleLayerVisibility(name);
sceneView.dispatchChangeEvent();
}
function handleChangeTopography() {
if (!sceneView) return;
sceneView.toggleTopography();
sceneView.toggleLayerVisibility("Topography");
}
function handleDrilling(e: ChangeEvent) {