Procházet zdrojové kódy

upgrade the cesium

tags/4.0.0
cavencj před 1 rokem
rodič
revize
80be9fb70e
3 změnil soubory, kde provedl 55 přidání a 20 odebrání
  1. 27
    9
      CHANGES_en.md
  2. 27
    10
      CHANGES_zh.md
  3. 1
    1
      package.json

+ 27
- 9
CHANGES_en.md Zobrazit soubor

# Change Log # Change Log


### 4.0.0

#### Breaking Changes 📣

- Changes to the underlying packaging for fixing a DC is not extensible issue when using node mode [#199](https://github.com/dvgis/dc-sdk/issues/199)
- Upgrade @cesium/engine to version 12.0.0.
- Remove `__namespace` global variable, suggest using `getLib` to get required third-party framework modules.
- Remove the extension module Viewer class and will use `CesiumWidget` as the scene builder class.

#### Additions 🎉

- Added SkyLine analysis feature
- Improve the anchor style function in Plot.
- Opened up some of Cesium's underlying native classes.

#### Fixes 🔧

- Fix mouse pickup issue

### 3.5.0 ### 3.5.0


#### Breaking Changes 📣 #### Breaking Changes 📣


#### Fixes 🔧 #### Fixes 🔧


- Optimize camera position calculation
- Optimize camera position calculation


### 3.1.0 - 2023-08-06 ### 3.1.0 - 2023-08-06


### 3.0.1 ### 3.0.1


#### Fixes 🔧 #### Fixes 🔧

- Optimization of measurement functions - Optimization of measurement functions
- Optimize Google Maps - Optimize Google Maps
- Optimize weather effects - Optimize weather effects
- Optimize heat zone layer - Optimize heat zone layer
- Fix a number of issues caused by upgrading the Cesium framework - Fix a number of issues caused by upgrading the Cesium framework



### 2.17.0 - 2022-10-29 ### 2.17.0 - 2022-10-29


#### Breaking Changes 📣 #### Breaking Changes 📣


#### Fixes 🔧 #### Fixes 🔧


- Improve the scene export
- Improve the scene export
- Improve terrain loading [#126](https://github.com/dvgis/dc-sdk/issues/126) - Improve terrain loading [#126](https://github.com/dvgis/dc-sdk/issues/126)


### 2.16.1 - 2022-08-21 ### 2.16.1 - 2022-08-21


- Optimize position bar elevation value [#109](https://github.com/dvgis/dc-sdk/issues/109) - Optimize position bar elevation value [#109](https://github.com/dvgis/dc-sdk/issues/109)
- Fix the problem of incorrect recovery time of history track several times - Fix the problem of incorrect recovery time of history track several times
- Fix the problem of wrong display of the end of history track[#107](https://github.com/dvgis/dc-sdk/issues/107)
- Fix the problem of wrong display of the end of history track[#107](https://github.com/dvgis/dc-sdk/issues/107)
- Fix the problem that the number of anchor points is wrong and the size cannot be set when editing the marker. - Fix the problem that the number of anchor points is wrong and the size cannot be set when editing the marker.


### 2.14.0 - 2022-06-04 ### 2.14.0 - 2022-06-04


#### Fixes 🔧 #### Fixes 🔧


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


### 2.7.0 - 2021-11-13 ### 2.7.0 - 2021-11-13


- Improve the DivIcon style - Improve the DivIcon style
- Improve the Popup config - Improve the Popup config
- Improve the terrian name option [#74](https://github.com/dvgis/dc-sdk/pull/74)
- Improve the terrian name option [#74](https://github.com/dvgis/dc-sdk/pull/74)


### 2.6.0 - 2021-10-10 ### 2.6.0 - 2021-10-10


- Improve the function area - Improve the function area
- Improve the function of calculating the point position of a sector - Improve the function of calculating the point position of a sector



### 2.3.0 - 2021-07-03 ### 2.3.0 - 2021-07-03


#### Breaking Changes 📣 #### Breaking Changes 📣


#### Fixes 🔧 #### Fixes 🔧


- Improve the viewer destroy
- Improve the viewer destroy
- Refine mouse and context-menu events for primitive - Refine mouse and context-menu events for primitive


### 2.2.2 - 2021-05-29 ### 2.2.2 - 2021-05-29


- Improve the wind layer add fix the issue[#28](https://github.com/dvgis/dc-sdk/issues/28) - Improve the wind layer add fix the issue[#28](https://github.com/dvgis/dc-sdk/issues/28)
- Repair the problem that the auxiliary view cone of video fusion function cannot be displayed[#29](https://github.com/dvgis/dc-sdk/issues/29) - Repair the problem that the auxiliary view cone of video fusion function cannot be displayed[#29](https://github.com/dvgis/dc-sdk/issues/29)
- Improve the video primitive
- Improve the video primitive
- Repair the problem that the animation function cannot be used after the scene time is stoped[#31](https://github.com/dvgis/dc-sdk/issues/31) - Repair the problem that the animation function cannot be used after the scene time is stoped[#31](https://github.com/dvgis/dc-sdk/issues/31)


### 2.2.0 - 2021-05-09 ### 2.2.0 - 2021-05-09

+ 27
- 10
CHANGES_zh.md Zobrazit soubor

# Change Log # Change Log


### 3.5.0
### 4.0.0

#### Breaking Changes 📣

- 修改底层打包方式,用于修复使用 node 模式后,出现 DC 是无法扩展的问题 [#199](https://github.com/dvgis/dc-sdk/issues/199)
- 升级 @cesium/engine 到 12.0.0 版本
- 移除 `__namespace` 全局变量,建议使用 `getLib` 获取所需的第三方框架模块
- 移除扩展模块 Viewer 类,将使用 `CesiumWidget` 作为场景构建类

#### Additions 🎉

- 添加天际线分析功能
- Plot 中完善锚点样式功能
- 开放部分 Cesium 底层原生的类

#### Fixes 🔧

- 修复鼠标拾取问题

### 3.5.0


#### Breaking Changes 📣 #### Breaking Changes 📣


- 升级 @cesium/engine 到 9.1.0 版本 - 升级 @cesium/engine 到 9.1.0 版本
- overlay中的Ellipsoid实体类变更为Sphere实体类,Ellipsoid为Cesium.Ellipsoid
- overlay 中的 Ellipsoid 实体类变更为 Sphere 实体类,Ellipsoid Cesium.Ellipsoid


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


- 添加自定义TilingScheme,用于通过切图原点和比例尺添加瓦片
- 添加自定义 TilingScheme,用于通过切图原点和比例尺添加瓦片
- 添加启用控制覆盖物移入和移出监听参数 - 添加启用控制覆盖物移入和移出监听参数
- 添加默认Cesium裁剪面
- 添加默认 Cesium 裁剪面


#### Fixes 🔧 #### Fixes 🔧


- 修复场景分割组件添加3dtiles和baselayer的问题

- 修复场景分割组件添加 3dtiles 和 baselayer 的问题


### 3.4.0 - 2024-04-04 ### 3.4.0 - 2024-04-04


#### Fixes 🔧 #### Fixes 🔧


- 优化Node模式下引入错误的问题
- 优化 Node 模式下引入错误的问题


### 3.3.0 - 2024-03-21 ### 3.3.0 - 2024-03-21


#### Breaking Changes 📣 #### Breaking Changes 📣


- 升级 @cesium/engine 到 8.0.0 版本 - 升级 @cesium/engine 到 8.0.0 版本
- 优化打包方式,移除rollup的打包
- 优化打包方式,移除 rollup 的打包


#### Fixes 🔧 #### Fixes 🔧




- 优化相机当前位置计算方式 - 优化相机当前位置计算方式



### 3.1.0 - 2023-08-06 ### 3.1.0 - 2023-08-06


#### Breaking Changes 📣 #### Breaking Changes 📣

+ 1
- 1
package.json Zobrazit soubor

"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@dvgis/dc-common": "^3.5.1"
"@dvgis/dc-common": "^4.0.0"
} }
} }

Načítá se…
Zrušit
Uložit