Remove bug related to topography visiblity in clip box
This commit is contained in:
parent
618979ad52
commit
523cf0945a
2 changed files with 2 additions and 14 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue