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.
@camptocamp/cesium
Advanced tools
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.
Visit the Downloads page or use the npm module:
npm install cesium
Have questions? Ask them on the forum.
Interested in contributing? See CONTRIBUTING.md. :heart:
Our mission is to create the leading 3D globe and map for static and time-dynamic content, with the best possible performance, precision, visual quality, platform support, community, and ease of use.
Apache 2.0. CesiumJS is free for both commercial and non-commercial use.
CesiumJS can stream 3D content such as terrain, imagery, and 3D Tiles from the commercial Cesium ion platform and other content sources. You are free to use any combination of content sources with CesiumJS that you please. Using Cesium ion helps support CesiumJS development. :heart:
1.56.1 - 2019-04-02
Resource.fetchImage
now takes a preferImageBitmap
option to use createImageBitmap
when supported to move image decode off the main thread. This option defaults to false
.Resource.fetchImage
behavior is now identical to 1.55 and earlier.
Resource.fetchImage
back to return an Image
by default, instead of an ImageBitmap
when supported. Note that an ImageBitmap
cannot be flipped during texture upload. Instead, set flipY : true
during fetch to flip it.flipY
option in Resource.fetchImage
to false. This only has an effect when ImageBitmap is used.FAQs
CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.
The npm package @camptocamp/cesium receives a total of 26 weekly downloads. As such, @camptocamp/cesium popularity was classified as not popular.
We found that @camptocamp/cesium demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.