Skip to content

Commit

Permalink
发布版本1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed Dec 26, 2020
1 parent b0a4d0f commit 20f9f85
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/dc.base.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dc.core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-sdk",
"version": "1.13.2",
"version": "1.13.3",
"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",
Expand Down
3 changes: 2 additions & 1 deletion src/thirdpart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const thirdPart = {
PolylineDashMaterialProperty: Cesium.PolylineDashMaterialProperty,
PolylineGlowMaterialProperty: Cesium.PolylineGlowMaterialProperty,
PolylineOutlineMaterialProperty: Cesium.PolylineOutlineMaterialProperty,
PolylineArrowMaterialProperty: Cesium.PolylineArrowMaterialProperty
PolylineArrowMaterialProperty: Cesium.PolylineArrowMaterialProperty,
writeTextToCanvas: Cesium.writeTextToCanvas
}

DC.mixin(thirdPart)

0 comments on commit 20f9f85

Please sign in to comment.