Opened 4 years ago
Closed 4 years ago
#2323 closed defect (fixed)
cesium does not show a map as the cesium access token is not falid
Reported by: | astrid_emde | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | OSGeoLive14.0 |
Component: | OSGeoLive | Keywords: | |
Cc: | osgeolive@… |
Description
- When you open the Cesium page: http://localhost/cesium/
- it refers to Hello World: http://localhost/cesium/Apps/HelloWorld.html
- When you open Hello World no globe is show as the access token is not valid
Attachments (1)
Change History (6)
by , 4 years ago
Attachment: | cesium_hello_world.png added |
---|
comment:2 by , 4 years ago
The error does not occur in newer releases. We could use the version 1.80.
-> Change to CESIUM_VERSION="1.80"
https://github.com/OSGeo/OSGeoLive/blob/master/bin/install_cesium.sh#L30
comment:3 by , 4 years ago
Cc: | added |
---|---|
Milestone: | → OSGeoLive14.0 |
Priority: | normal → critical |
Type: | task → defect |
comment:5 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In a tutorial it looks like the access_code has to be added before the Cesium Viewer is created: https://cesium.com/docs/tutorials/quick-start/
Add this to /var/www/html/cesium/Apps/HelloWorld.html