Skip to content

Commit

Permalink
fix(exampleCOPC): fix elevation behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ftoromanoff authored and Desplandis committed Sep 10, 2024
1 parent fde5fb9 commit 95d2194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/copc_simple_loader.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
pointBudget: 3000000,
});
view.addLayer(layer).then(onLayerReady);
debug.PointCloudDebug.initTools(view, layer, gui);
layer.whenReady
.then(() => debug.PointCloudDebug.initTools(view, layer, gui));
}

function loadAutzen() {
Expand Down

0 comments on commit 95d2194

Please sign in to comment.