A Cesium plugin for visualizing sensor volumes.
npm install adacesium-sensor-volumesA Cesium plugin for visualizing sensor volumes. Based on cesium-sensors and evolved to support more recent Cesium versions.
``sh`
$ npm install --save cesium-sensor-volumes
Prebuilt minified and unminified versions of the plugin are in the dist directory. Include the cesium-sensor-volumes.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`
Simple examples are included in the examples folder. To run locally, run npm start and navigate to http://localhost:3000 and select the example application to run.
To build, run npm install, then run npm run build`.
Apache 2.0. Free for commercial and non-commercial use. See LICENSE.md.