Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
cesium_dev_kit
Advanced tools
Encapsulate common Cesium APIs to provide reference cases and modular packaging, out of the box - quickly achieve a variety of effect.
English | 中文
This is a Cesium development kit that includes functionalities such as layer loading, coordinate conversion, coordinate picking, camera control, measurement, plotting, model loading and manipulation (translation, rotation scaling), 3Dtiles view position adjustment, weather effects (rain, snow, fog), scene rendering with radar scan and information box display capabilities. It also provides features for flow line visualization, lighting effects including dynamic wall and other luminous materials rendering. Additionally it supports Post effects, visibility analysis tools for perspective analysis and slope analysis. Furthermore it offers Inundation analysis as well as volume analysis capabilities and terrain excavation functionality.
material | analysis | plot |
dynamicRiver | extrude | effect |
radar | roaming | drag |
rayCast | fireworksEffect | aniSoldier |
pathPlan |
npm install cesium_dev_kit
The initialization of 'initCesium' allows for the acquisition of all extension modules.
import { initCesium } from 'cesium_dev_kit'
const { viewer, material, ... } = new initCesium({ cesiumGlobal: Cesium,containerId: 'cesiumContainer',...})
The import of a single extension class can be tailored to meet specific functional requirements, thereby minimizing code redundancy.
import {Graphics} from 'cesium_dev_kit'
const {viewer,graphics} = new Graphics({
cesiumGlobal: Cesium,
containerId: 'cesiumContainer'
})
graphics.getPointGraphics({
color:Cesium.Color.GREEN,
pixelSize:5,
outlineColor:Cesium.Color.WHITE,
outlineWidth:1
})
<script type="text/javascript" src="index.umd.js"></script>
new cesium_dev_kit.initCesium({...})
See API documentation :bookmark_tabs: (Cheap server, please be patient) for more details...
Vue Use case https://github.com/dengxiaoning/cesium_kit_test
React Use case https://github.com/dengxiaoning/react-cesium
H5 Use case https://github.com/dengxiaoning/cesium_kit_test_h5
Do you use and like cesium_dev_kit but you don’t find a way to show some love? If yes, please consider donating to support this project. Otherwise, no worries, regardless of whether there is support or not, I will keep maintaining this project. Still, if you buy me a cup of coffee I would be more than happy though😄
The 'Chrome 80+' browser is recommended for local development
Modern browsers (chrome, Firefox, Microsoft edge, etc.) are supported. Internet Explorer is not supported
cesium-d3kit
drawarrowforcesium
vue3-ts-cesium-map-show
This project includes but is not limited to the reference and reference of the above materials, thank you very much for sharing
This project exists thanks to all the people who contribute.
See CONTRIBUTING for more details on donations...
Star
I am grateful to the generous individuals who awarded me these little stars, thank you for your support :heart:
Fork
@sincely、@ooil929
、 @InPanda、 luyufanzhi
、AllenChiangCN、Liquid-Zhangliquan
... thank you for your attention :heart:
FAQs
Encapsulate common Cesium APIs to provide reference cases and modular packaging, out of the box - quickly achieve a variety of effect.
The npm package cesium_dev_kit receives a total of 86 weekly downloads. As such, cesium_dev_kit popularity was classified as not popular.
We found that cesium_dev_kit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.