xgis-cesium
v0.4.7
Published
基于@cesium/engine开发的,结合项目经验积累,进行定制的内部使用版。非商业项目免费使用!
Downloads
365
Maintainers
Readme
#xgis-cesium
xgis-cesiumis an internally customized version based on @cesium/engine, incorporating project experience.Free for non-commercial projects; commercial applications require a license key.
ReadMe中文|Update Log中文|Development Sample Code
xgis-cesium-mars3d is a version based on mars3d-cesium, used to support integration with mars3d. https://www.npmjs.com/package/xgis-cesium-mars3d
Main Features
The core XViewer is an implementation that extends Cesium.CesiumWidget.
Basic layer management, supporting multiple map basemaps.
Layer tree management function.
3D plotting function.
Spatial analysis function (adding support based on WebWorker).
Weather (snow effect).
3D vector annotation.
WebWorker applications: turfWorker, etc.
RouteFlight enables multi-drone flight.
Installation
npm i xgis-cesium
No need to install @cesium/engine separately.
Requires importing library styles:
import 'xgis-cesium/dist/index.css'
Install the vite plugin.
npm i vite-plugin-xgis-cesium -D
import { defineConfig } from 'vite';
import xgisCesiumPlugin from 'vite-plugin-xgis-cesium';
export default defineConfig({
plugins: [xgisCesiumPlugin()]
});Development example address: https://zorrowm.github.io/3d/#/product/index
Feature Example Screenshots














Copyright Notice
xgis-cesium is a 3D GIS development framework library based on @cesium/engine.
Copyright (c) 2026-2030 Wuhenke. All rights reserved.
Developer: [email protected]
NPM Address: https://www.npmjs.com/package/xgis-cesium
License Notice:
- Free use in non-commercial projects is permitted, provided the license information and copyright logo are retained.
- We are not responsible for any issues arising from unauthorized free use.
- We only provide technical support to users of the commercial license version.
- We reserve the right to the final interpretation of this copyright information.
Unauthorized modification of the package or removal of the copyright notice is prohibited!
