Browse Source

修改版本号和日志声明

tags/1.0.0
Caven Chen 5 years ago
parent
commit
76f9c6aca1
2 changed files with 5 additions and 4 deletions
  1. 2
    2
      CHANGE.md
  2. 3
    2
      src/base/index.js

+ 2
- 2
CHANGE.md View File



### 2020-4-27 ### 2020-4-27


> 1. DC.Math添加计算长度、面积、中心点等函数
> 2. 场景中添加ZoomPosition方法
> 1. DC.Math 添加计算长度、面积、中心点等函数
> 2. 场景中添加 ZoomPosition 方法
> 3. 图层和要素添加状态变化的钩子函数 > 3. 图层和要素添加状态变化的钩子函数


## 1.02 ## 1.02

+ 3
- 2
src/base/index.js View File

* @Author: Caven * @Author: Caven
* @Date: 2020-04-22 09:44:30 * @Date: 2020-04-22 09:44:30
* @Last Modified by: Caven * @Last Modified by: Caven
* @Last Modified time: 2020-04-25 15:09:26
* @Last Modified time: 2020-04-27 13:50:20
*/ */
;(function() { ;(function() {
let isCesiumLoaded = false let isCesiumLoaded = false
let DC = { let DC = {
Author: 'Caven Chen', Author: 'Caven Chen',
GitHub: 'https://github.com/Digital-Visual', GitHub: 'https://github.com/Digital-Visual',
Version: '1.0.2',
Home: 'https://www.dvgis.cn',
Version: '1.0.3',
Config: {}, Config: {},
Namespace: {}, Namespace: {},
Initialized: false Initialized: false

Loading…
Cancel
Save