Selaa lähdekoodia

发布版本1.13.3

tags/1.13.3
Caven Chen 4 vuotta sitten
vanhempi
commit
20f9f85bec
4 muutettua tiedostoa jossa 6 lisäystä ja 5 poistoa
  1. 2
    2
      dist/dc.base.min.js
  2. 1
    1
      dist/dc.core.min.js
  3. 1
    1
      package.json
  4. 2
    1
      src/thirdpart/index.js

+ 2
- 2
dist/dc.base.min.js
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 1
dist/dc.core.min.js
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 1
package.json Näytä tiedosto

@@ -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",

+ 2
- 1
src/thirdpart/index.js Näytä tiedosto

@@ -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)

Loading…
Peruuta
Tallenna