Browse Source

change the log

tags/2.2.2
Caven Chen 4 years ago
parent
commit
fd2ed1d98b
3 changed files with 27 additions and 1 deletions
  1. 13
    0
      CHANGES_en.md
  2. 13
    0
      CHANGES_zh.md
  3. 1
    1
      modules/viewer/Viewer.js

+ 13
- 0
CHANGES_en.md View File

# Change Log # Change Log


### 2.2.2 - 2021-05-29

#### Additions 🎉

- Open some Cesium internal properties
- Add viewshed analysis
- Add contour line analysis

#### Fixes 🔧

- Improve camera general tools
- Improve the heading-pitch-roll setting of Tileset

### 2.2.1 - 2021-05-22 ### 2.2.1 - 2021-05-22


#### Additions 🎉 #### Additions 🎉

+ 13
- 0
CHANGES_zh.md View File

# Change Log # Change Log


### 2.2.2 - 2021-05-29

#### Additions 🎉

- 开放部分Cesium内部属性
- 添加可视域分析
- 添加等高线分析

#### Fixes 🔧

- 完善相机通用工具
- 完善Tileset的heading-pitch-roll的设置

### 2.2.1 - 2021-05-22 ### 2.2.1 - 2021-05-22


#### Additions 🎉 #### Additions 🎉

+ 1
- 1
modules/viewer/Viewer.js View File

} }


get postProcessStages() { get postProcessStages() {
return this._delegate.postProcessStages
return this._delegate.scene.postProcessStages
} }


get clock() { get clock() {

Loading…
Cancel
Save