This application is a demo to integrate data from CDB with the Cesium.js 3D library.
Primarily, it uses the WCSTerrainProvider extension to read elevation data from GeoServer. GeoServer is generating the WCS using CDB (see cdb-to-wcs). OpenStreetMap data is "draped" on the elevation data to provide features.
The app is JavaScript and builds using Node.js 6. To start, install the base Node packages:
$ npm install
Now you can start the local development server:
$ node preview.js
That's all. The server is now running at http://localhost:4200/.
MIT License
James Badger [email protected]