How to build single independent Cesium.js and use it in html in old fashioned way
120 views
Skip to first unread message
mssbla...@gmail.com
unread,
Aug 28, 2018, 2:09:49 AM8/28/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cesium-dev
I need to add the cesium and ol-cesium libs to an old project that use it's own js minifier and and all js files should address statically without dynamic load of any other js. I try cesium old fashioned example but it load other cesium dependencies dynamically and I need a single file (un-minified one) of Cesium.js. If there is a way to build that single file that load statically please show me to do that.
Omar Shehata
unread,
Aug 29, 2018, 8:12:18 AM8/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cesium-dev
When you download CesiumJS (https://cesiumjs.org/downloads/), under the Apps folder you'll find a HelloWorld.html. That's a simple plain HTML that loads the combined Cesium.js file along with some CSS and images for the widgets.