Browse Source

update docs

tags/3.0.0
Caven Chen 2 years ago
parent
commit
6df075f7d0
1 changed files with 2 additions and 16 deletions
  1. 2
    16
      docs/zh/base/README.md

+ 2
- 16
docs/zh/base/README.md View File

@@ -468,28 +468,14 @@ global.viewer = viewer // 添加到全局变量
- `{Object} windowPosition`:窗口坐标
- 返回值 `promise`

- **_addTerrain(terrain)_**
- **_setTerrain(terrain)_**

添加地形
设置地形

- 参数
- `{Terrain} terrain`:地形
- 返回值 `this`

- **_changeTerrain(index)_**

变换地形

- 参数
- `{Number} index`:地形索引
- 返回值 `this`

- **_removeTerrain()_**

移除地形

- 返回值 `this`

- **_addLayerGroup(layerGroup)_**

添加图层组

Loading…
Cancel
Save