Skip to content

Commit

Permalink
Update 3DHeritageScripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemkurban committed Nov 17, 2024
1 parent e601e6e commit 779257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/3DHeritageScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function showEntityInfo(entity) {



// Move the camera to the marker on double-click
// Move the camera to the marker on double-clic
viewer.screenSpaceEventHandler.setInputAction(function onDoubleClick(movement) {
const pickedObject = viewer.scene.pick(movement.position);
if (Cesium.defined(pickedObject) && Cesium.defined(pickedObject.id)) {
Expand Down

0 comments on commit 779257b

Please sign in to comment.