Browse Source

发布1.11.1版本

tags/1.11.1
Caven Chen 5 years ago
parent
commit
684be3cc25
4 changed files with 12 additions and 4 deletions
  1. 8
    0
      CHANGE.md
  2. 2
    2
      dist/dc.base.min.js
  3. 1
    1
      dist/dc.core.min.js
  4. 1
    1
      package.json

+ 8
- 0
CHANGE.md View File

@@ -1,5 +1,13 @@
# 更新

## 1.11.1

### 2020-10-20

> 1. 添加Tileset贴地函数
> 2. 完善DivIcon
> 3. 添加图元图层

## 1.11.0

### 2020-10-06

+ 2
- 2
dist/dc.base.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/dc.core.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-sdk",
"version": "1.11.0",
"version": "1.11.1",
"description": " The SDK is a secondary development based on the open source project Cesium, which optimizes some operations of Cesium and enables developers to quickly develop 3D applications through the framework.",
"main": "index.js",
"repository": "https://github.com/dvgis/dc-sdk.git",

Loading…
Cancel
Save