Skip to content

lets-fiware/cesium-js-widget

Repository files navigation

Cesium.js widget

License: Apache-2.0
Build GitHub all releases

This is a map viewer widget uses Cesium.js. It can receive Layers or Point of Interest data and display them on the map.

Build

Be sure to have installed Node.js in your system. For example, you can install it on Ubuntu and Debian running the following commands:

curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs
sudo apt-get install npm

Install other npm dependencies by running:

npm install

In order to build this widget, you can use npm:

npm run build

or

npm run dev

If everything goes well, you will find a wgt file in the dist folder.

Documentation

Documentation about how to use this widget is available on the User Guide. Anyway, you can find general information about how to use widgets on the WireCloud's User Guide available on Read the Docs.

Third party libraries

The Cesium.js widget makes use of the following libraries:

Libraries OSS License
CesiumGS/cesium Apache-2.0 License
Turfjs/turf MIT License
lets-fiware/Cesium-JapanGSI MIT License

The dependencies of dependencies have been omitted from the list.

Copyright and License

Copyright (c) 2021-2024 Kazuhito Suda
Licensed under the Apache-2.0 License.