Skip to content

Commit

Permalink
change the log
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed May 29, 2021
1 parent 11199cb commit fd2ed1d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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

#### Additions 🎉
Expand Down
13 changes: 13 additions & 0 deletions CHANGES_zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

### 2.2.2 - 2021-05-29

#### Additions 🎉

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

#### Fixes 🔧

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

### 2.2.1 - 2021-05-22

#### Additions 🎉
Expand Down
2 changes: 1 addition & 1 deletion modules/viewer/Viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Viewer {
}

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

get clock() {
Expand Down

0 comments on commit fd2ed1d

Please sign in to comment.