Explorar el Código

发布版本1.13.3

tags/1.13.3
Caven Chen hace 4 años
padre
commit
20f9f85bec
Se han modificado 4 ficheros con 6 adiciones y 5 borrados
  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
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1
- 1
dist/dc.core.min.js
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1
- 1
package.json Ver fichero

{ {
"name": "@dvgis/dc-sdk", "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.", "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", "main": "index.js",
"repository": "https://github.com/dvgis/dc-sdk.git", "repository": "https://github.com/dvgis/dc-sdk.git",

+ 2
- 1
src/thirdpart/index.js Ver fichero

PolylineDashMaterialProperty: Cesium.PolylineDashMaterialProperty, PolylineDashMaterialProperty: Cesium.PolylineDashMaterialProperty,
PolylineGlowMaterialProperty: Cesium.PolylineGlowMaterialProperty, PolylineGlowMaterialProperty: Cesium.PolylineGlowMaterialProperty,
PolylineOutlineMaterialProperty: Cesium.PolylineOutlineMaterialProperty, PolylineOutlineMaterialProperty: Cesium.PolylineOutlineMaterialProperty,
PolylineArrowMaterialProperty: Cesium.PolylineArrowMaterialProperty
PolylineArrowMaterialProperty: Cesium.PolylineArrowMaterialProperty,
writeTextToCanvas: Cesium.writeTextToCanvas
} }


DC.mixin(thirdPart) DC.mixin(thirdPart)

Cargando…
Cancelar
Guardar