Changes between Initial Version and Version 1 of Ticket #2323, comment 1
- Timestamp:
- 03/30/21 13:34:29 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2323, comment 1
initial v1 4 4 Add this to /var/www/html/cesium/Apps/HelloWorld.html 5 5 6 7 {{{ 6 8 // Your access token can be found at: https://cesium.com/ion/tokens. 7 9 Cesium.Ion.defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIwNjJhYTMzNS1lNzZkLTRmNWQtYmY5Zi0wYjdkYjQ2MTE4ZTYiLCJpZCI6NDc1NjUsImlhdCI6MTYxNzEzNTEzOH0.lf_WWRtP9LlyYbVSr0KdhFI4FzReQsqKQwK-vYK5BPI'; 8 10 // Initialize the Cesium Viewer in the HTML element with the `cesiumContainer` ID. 11 }}}