Skip to content

Commit

Permalink
change the log
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed Dec 4, 2021
1 parent 0835d92 commit 7f3fa2e
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 11 deletions.
22 changes: 20 additions & 2 deletions CHANGES_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

### 2.8.0 - 2021-12-04

#### Breaking Changes 📣

- Upgrade Cesium to version 1.88.0

#### Additions 🎉

- Add ground primitive layer
- Add both replacement and append FS modes for 3Dtiles
- Add water primitive holes param
- Add hot layer support for classificationType

#### Fixes 🔧

- Improve the function of clearing or removing the primitive layer
- Improve the history track function

### 2.7.0 - 2021-11-13

#### Breaking Changes 📣
Expand All @@ -8,7 +26,7 @@

#### Additions 🎉

- Added overlay clouds
- Add overlay clouds
- Add get LayerGroup function

#### Fixes 🔧
Expand Down Expand Up @@ -63,7 +81,7 @@

#### Additions 🎉

- Added support for layer mouse events [#53](https://github.com/dvgis/dc-sdk/issues/54)
- Add support for layer mouse events [#53](https://github.com/dvgis/dc-sdk/issues/54)
- Add partial mouse default events [#54](https://github.com/dvgis/dc-sdk/issues/54)
- Add function to get tile information

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

### 2.8.0 - 2021-12-04

#### Breaking Changes 📣

- 升级 Cesium 到 1.88.0 版本

#### Additions 🎉

- 添加贴地图元图层
- 添加3Dtiles的替换和追加片元着色器两种模式
- 添加水面图元洞面参数
- 添加热区图层对贴地的支持

#### Fixes 🔧

- 完善图元图层清除或移除功能
- 完善历史轨迹功能

### 2.7.0 - 2021-11-13

#### Breaking Changes 📣
Expand Down
8 changes: 8 additions & 0 deletions modules/overlay/primitive/GroundPolylinePrimitive.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @Author: Caven
* @Date: 2021-12-01 20:31:02
*/

class GroundPolylinePrimitive {}

export default GroundPolylinePrimitive
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dc-sdk",
"version": "2.7.0",
"version": "2.8.0",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-base",
"version": "2.7.0",
"version": "2.8.0",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
Expand Down
4 changes: 2 additions & 2 deletions packages/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-chart",
"version": "2.7.0",
"version": "2.8.0",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
Expand All @@ -18,7 +18,7 @@
"license": "Apache 2.0",
"main": "dist/dc.chart.min.js",
"peerDependencies": {
"@dvgis/dc-base": "^2.7.0"
"@dvgis/dc-base": "^2.8.0"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-core",
"version": "2.7.0",
"version": "2.8.0",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
Expand All @@ -18,7 +18,7 @@
"license": "Apache 2.0",
"main": "dist/dc.core.min.js",
"peerDependencies": {
"@dvgis/dc-base": "^2.7.0"
"@dvgis/dc-base": "^2.8.0"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/mapv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-mapv",
"version": "2.7.0",
"version": "2.8.0",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
Expand All @@ -18,7 +18,7 @@
"license": "Apache 2.0",
"main": "dist/dc.mapv.js",
"peerDependencies": {
"@dvgis/dc-base": "^2.7.0"
"@dvgis/dc-base": "^2.8.0"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-sdk",
"version": "2.7.0",
"version": "2.8.0",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
Expand Down

0 comments on commit 7f3fa2e

Please sign in to comment.