Skip to content

Commit

Permalink
change the framework
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed Oct 22, 2024
1 parent bfe1f05 commit d0e8b53
Show file tree
Hide file tree
Showing 24 changed files with 5,582 additions and 5,545 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry = "https://registry.npmmirror.com/"
4 changes: 1 addition & 3 deletions docs/zh/api/global.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ DC.ready({}).then(() => {})
```json
//属性参数(可选)
{
"Cesium": "<自定义的Cesium库,如果未设置,将使用框架内部默认Cesium框架>",
"echarts": "<echarts库,设置后将加载echarts图层>",
"baseUrl": "<Cesium 静态资源路径,默认值为:“./libs/dc-sdk/resources/” >"
}
```
Expand All @@ -27,7 +25,7 @@ DC.ready({}).then(() => {})
```js
DC.registerLib('turf', turf)
console.log(DC.__namespace.turf)
console.log(DC.getLib('turf'))
```

- 参数
Expand Down
Loading

0 comments on commit d0e8b53

Please sign in to comment.