mars3d使用packages下包

main
zhufu 2026-03-04 08:50:42 +08:00
parent 562ff9c24f
commit 8b45d28b71
13 changed files with 43978 additions and 1 deletions

View File

@ -109,7 +109,7 @@
"mapbox-gl": "^3.3.0", "mapbox-gl": "^3.3.0",
"mapbox-gl-draw-snap-mode": "^0.2.0", "mapbox-gl-draw-snap-mode": "^0.2.0",
"mapbox-gl-utils": "^0.44.0", "mapbox-gl-utils": "^0.44.0",
"mars3d": "^3.7.0", "mars3d": "file:packages/mars3d",
"mars3d-cesium": "^1.113.0", "mars3d-cesium": "^1.113.0",
"min-dash": "^4.2.1", "min-dash": "^4.2.1",
"mockjs": "^1.1.0", "mockjs": "^1.1.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

42452
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.10.1",
"description": "Mars3D三维可视化平台",
"main": "./mars3d.js",
"types": "./mars3d.d.ts",
"peerDependencies": {
"@turf/turf": "^7.2.0",
"mars3d-cesium": "^1.131.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"
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long