# cesium-sensors **Repository Path**: wwwKit/cesium-sensors ## Basic Information - **Project Name**: cesium-sensors - **Description**: A Cesium plugin for visualizing sensor volumes - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-03-18 - **Last Updated**: 2024-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
**cesium-sensors**: A Cesium plugin for visualizing sensor volumes. **Cesium version**: Tested against [1.6](http://cesiumjs.org/downloads.html). Post a message to the [Cesium forum](http://cesiumjs.org/forum.html) if you have compatibility issues. **License**: Apache 2.0. Free for commercial and non-commercial use. See [LICENSE.md](LICENSE.md). **Usage** Prebuilt minified and unminified versions of the plugin are in the [Build](Build/) directory. Include the `CesiumSensors.js` file using a `script` tag after the `Cesium.js` `script` tag. The plugin automatically adds support for the CZML properties `agi_conicSensor`, `agi_customPatternSensor`, and `agi_rectangularSensor`. The corresponding `Entity` properties are `conicSensor`, `customPatternSensor`, and `rectangularSensor`. In order to load data directly into `Entity` objects that you create directly, you must call `entity.addProperty` to create each of the sensor properties you wish to use. The CZML processing does this automatically. ```html ``` **Example** Simple examples are included in the [Examples](Examples/) folder. To run locally, run `npm install`, then run `node server.js` and navigate to [http://localhost:8080](http://localhost:8080) and select the example application to run. **Build** To build, run `npm install`, then run `node build.js`. **Contributions** Contributions welcome. We use the [same CLA as Cesium](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md). Please email yours before opening a pull request.