Initial commit
This commit is contained in:
10
packages/mars3d/README.md
Normal file
10
packages/mars3d/README.md
Normal 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",`
|
||||
|
||||
BIN
packages/mars3d/img/cursor.png
Normal file
BIN
packages/mars3d/img/cursor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
1381
packages/mars3d/mars3d.css
Normal file
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
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
15
packages/mars3d/mars3d.js
Normal file
File diff suppressed because one or more lines are too long
41
packages/mars3d/package.json
Normal file
41
packages/mars3d/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user