Skip to content

Cesium client demo for reading WCS tiles (provided by CDB)

License

Notifications You must be signed in to change notification settings

GeoSensorWebLab/cesium-cdb-wcs

Repository files navigation

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]

About

Cesium client demo for reading WCS tiles (provided by CDB)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages