Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 822 Bytes

README.markdown

File metadata and controls

25 lines (13 loc) · 822 Bytes

CDB Demo

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.

Development Environment

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/.

License

MIT License

Authors

James Badger [email protected]