Initial commit

This commit is contained in:
zyp
2026-05-22 16:13:20 +08:00
commit b3089a254e
1444 changed files with 372077 additions and 0 deletions

10
packages/mars3d/README.md Normal file
View File

@@ -0,0 +1,10 @@
# 这是本地版本Mars3D类库
- 【免费版】可以在[Mars3D官网](http://mars3d.cn/download.html)下载 mars3d离线包覆盖到 当前dist目录
- 【付费版】 可以在交付资料中复制mars3d-sdk授权版.rar 覆盖到 当前dist目录
## 如需切换到npm版本
修改`package.json`中mars3d包配置为`"mars3d": "~3.5.0",`

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

1381
packages/mars3d/mars3d.css Normal file

File diff suppressed because it is too large Load Diff

41439
packages/mars3d/mars3d.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

15
packages/mars3d/mars3d.js Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,41 @@
{
"name": "mars3d",
"version": "3.9.1",
"description": "Mars3D三维可视化平台",
"main": "./mars3d.js",
"types": "./mars3d.d.ts",
"peerDependencies": {
"@turf/turf": "^7.2.0",
"mars3d-cesium": "^1.119.0"
},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/marsgis/mars3d.git"
},
"bugs": {
"url": "https://github.com/marsgis/mars3d/issues",
"email": "wh@marsgis.cn"
},
"keywords": [
"marsgis",
"mars3d",
"cesium",
"webgl",
"gis",
"3dgis",
"webgis"
],
"author": "火星科技",
"license": "Apache-2.0",
"homepage": "http://mars3d.cn",
"build": {
"plugin": false,
"globals": {
"@turf/turf": "turf",
"mars3d-cesium": "Cesium"
},
"minify": "obfuscator"
}
}