We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e688a42 commit 91bbcc2Copy full SHA for 91bbcc2
src/main.js
@@ -30,8 +30,7 @@ import "./style.css";
30
// Step 1.2: Add your Cesium ion access token
31
// See: https://cesium.com/learn/ion/cesium-ion-access-tokens/
32
// See: https://cesium.com/platform/cesium-ion/pricing/#frequently-asked-questions
33
-Ion.defaultAccessToken =
34
- "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJhOGZmYmE1NS01Y2ExLTQ3ODktYjk1OC03ZDNiMGMwNzkzYTQiLCJpZCI6MzQzMSwiaWF0IjoxNzUwNDQ4MDk2fQ.0kfoa4D4xf-_HrVO4OZFg0P4KWT3gMG1E4-iQVGjcvc";
+Ion.defaultAccessToken = "your_ion_token_here";
35
36
// Step 1.3: Initialize the Cesium Viewer in the HTML element with the
37
// `cesiumContainer` ID and visualize terrain
0 commit comments