Skip to content

Commit 4939e56

Browse files
rdhyeeclaude
andcommitted
Fix Cesium globe transparency in iSamples Explorer
- Use correct Cesium Ion token (matching other tutorials) - Simplify viewer options to match working parquet_cesium_isamples_wide.qmd Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 96337d9 commit 4939e56

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tutorials/isamples_explorer.qmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,14 @@ viewer = {
214214
}
215215
});
216216
217-
Cesium.Ion.defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI1YjQzMzgxNC00Y2M4LTRjZjktOTgzYS04MWI4YjE5OWNmMzciLCJpZCI6MjY1MTM4LCJpYXQiOjE3MzQ3MzI2MDZ9.O4SQmImLB7L98J65G_N-Kx2LGrv8_WQnfbGPCd8qjF0';
217+
Cesium.Ion.defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIwNzk3NjkyMy1iNGI1LTRkN2UtODRiMy04OTYwYWE0N2M3ZTkiLCJpZCI6Njk1MTcsImlhdCI6MTYzMzU0MTQ3N30.e70dpNzOCDRLDGxRguQCC-tRzGzA-23Xgno5lNgCeB4';
218218
219219
const container = document.getElementById('cesiumContainer');
220220
221221
const v = new Cesium.Viewer(container, {
222222
timeline: false,
223223
animation: false,
224224
baseLayerPicker: false,
225-
geocoder: false,
226-
homeButton: true,
227-
sceneModePicker: false,
228-
navigationHelpButton: false,
229225
fullscreenElement: container,
230226
terrain: Cesium.Terrain.fromWorldTerrain()
231227
});

0 commit comments

Comments
 (0)