Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
terriajs-cesium-widgets
Advanced tools
A widgets library for use with CesiumJS. CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.
CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin. It uses WebGL for hardware-accelerated graphics, and is cross-platform, cross-browser, and tuned for dynamic-data visualization.
@cesium/widgets
is a widgets library for use with CesiumJS—including the CesiumViewer
widget plus widgets for common tasks such as animation, base layer selection and geocoding.
Examples :earth_asia: Docs :earth_americas: Website :earth_africa: Forum :earth_asia: User Stories
@cesium/widgets
is published as ES modules with full typing support.
Install with npm
npm install @cesium/widgets --save
Or, install with yarn
yarn add @cesium/widgets
Import individual modules to benefit from tree shaking optimizations through most build tools:
import { Viewer } from "@cesium/widgets";
import "@cesium/widgets/Source/widgets.css";
const viewer = new Viewer("cesiumContainer");
See our Quickstart Guide for more information on getting a CesiumJS app up and running.
Have questions? Ask them on the community forum.
Interested in contributing? See CONTRIBUTING.md. :heart:
Apache 2.0. CesiumJS is free for both commercial and non-commercial use.
FAQs
A widgets library for use with CesiumJS. CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.
The npm package terriajs-cesium-widgets receives a total of 232 weekly downloads. As such, terriajs-cesium-widgets popularity was classified as not popular.
We found that terriajs-cesium-widgets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.