A collection of helpers and web component for working with CesiumJS
- cesium-compass: a compass widget
- cesium-view-cube: a view cube widget
- cesium-first-person-mode: a first person navigation mode that uses the Pointer Lock API
- cesium-sphere-camera: a camera mode that allows the user to rotate the camera around a position
- cesium-binoculars: a camera mode that allows the user to use binoculars with the mouse wheel
https://geoblocks.github.io/cesium-helpers/index.html
npx parcel serve demos/cesium-compass.html --open
npx parcel serve demos/cesium-view-cube.html --open
npx parcel serve demos/cesium-first-person-mode.html --open
npx parcel serve demos/cesium-sphere-camera.html --open
npx parcel serve demos/cesium-binoculars.html --open
This repository uses lerna to manage the packages.
# bootstrap/setup
npm install
# check which packages have changed since the last release.
npx lerna changed
# publish a new npm packages for all the packages
npx lerna publish