Skip to content

Commit

Permalink
fix(examples): Fix cesium ion token
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln authored and gchoqueux committed Feb 2, 2023
1 parent 0440bb6 commit 7f86d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3dtiles_ion.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
// Create a 3D Tiles layer from Cesium ion server with Cesium default access token and assetId of the
// OSM buildings dataset.
var threeDTilesIonSource = new itowns.C3DTilesIonSource({
accessToken: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJmMmM4Yzc0YS02ZTM4LTQwODItOGI4ZC04OTI3Yzk5MjJlMGEiLCJpZCI6MjU5LCJpYXQiOjE2Njk5MDUxNDh9.tcSYhz3-NLfuOdb1w9wHOw-Ps85-AyR_mBYRHDifEi8',
accessToken: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIzOTkxZjY3NS0yNDU4LTQ3MTAtOGQ2NC1lOGI4YmY5ODhhYjQiLCJpZCI6Mzg4OTQsImlhdCI6MTYwNjkyMDkwOH0.aVrPA4xnpbSUlqfJ9RkSWmZtms_hnSRz7m596h1R7ew',
assetId: 96188
});
threeDTilesIonSource.whenReady.then(displayAttributions); // Add attributions returned by cesium ion server
Expand Down

0 comments on commit 7f86d26

Please sign in to comment.