Skip to content

Commit 9c97d0b

Browse files
author
Chris Shenton
committed
Fix koansys#106 using new Cesium Bing Maps key, other Assets/
Cesium's Bing Maps key expired so their new code gives us a fresh one. Might as well use all their Assets as well, so we don't have to maintain our own SkyBox and static Earth map. Update the docs to copy their CesiumUnminified/ directory into our tree as cesium/, then remove our unnecessary copies.
1 parent bfa393b commit 9c97d0b

21 files changed

+1161
-420
lines changed

doc/building-cesium.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ Build it using the Java `ant` tool (you'll need Java installed)::
1515
This builds everything: the Cesium library and all the demos and
1616
documentation.
1717

18-
Copy the three files from .../cesium/Build/Unminified/ to your SOT
19-
project's .../sot/viz/cesium/ directory:
18+
Copy recursively the contents .../cesium/Build/CesiumUnminified/ directory::
2019

21-
* 2761612 Dec 5 13:13 Cesium.js
22-
* 87087 Dec 5 13:13 cesiumWorkerBootstrapper.js
23-
* 128440 Dec 5 13:13 createVerticesFromExtent.js
20+
drwxr-xr-x 102 Jan 25 11:50 Assets
21+
-rw-r--r-- 2874967 Jan 25 11:54 Cesium.js
22+
drwxr-xr-x 136 Jan 25 11:50 Widgets
23+
drwxr-xr-x 136 Jan 25 11:50 Workers to your SOT
24+
25+
to your project's .../sot/viz/cesium/ directory.
2426

2527
These are referenced by our index.js file. We use the unminified
2628
versions so we can debug.
Loading
322 KB
Loading

0 commit comments

Comments
 (0)