deeptwins-engine-3d 0.1.14 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js
CHANGED
|
@@ -50,7 +50,7 @@ loadCss(Cesium.buildModuleUrl('Widgets/widgets.css'));
|
|
|
50
50
|
export var DeepTwinsEngine3D = /*#__PURE__*/_createClass(function DeepTwinsEngine3D() {
|
|
51
51
|
_classCallCheck(this, DeepTwinsEngine3D);
|
|
52
52
|
});
|
|
53
|
-
_defineProperty(DeepTwinsEngine3D, "Version", "0.1.
|
|
53
|
+
_defineProperty(DeepTwinsEngine3D, "Version", "0.1.15");
|
|
54
54
|
_defineProperty(DeepTwinsEngine3D, "Map", Map);
|
|
55
55
|
_defineProperty(DeepTwinsEngine3D, "GroundSkyBox", GroundSkyBox);
|
|
56
56
|
_defineProperty(DeepTwinsEngine3D, "RasterLayer", RasterLayer);
|
package/dist/esm/map/Map.js
CHANGED
|
@@ -668,11 +668,11 @@ var Map = /*#__PURE__*/function (_Cesium$Viewer) {
|
|
|
668
668
|
t.off();
|
|
669
669
|
});
|
|
670
670
|
this._eventTrick = [];
|
|
671
|
-
_get(_getPrototypeOf(Map.prototype), "destroy", this).call(this);
|
|
672
671
|
if (this._yunjing) {
|
|
673
672
|
this._yunjing.destroy();
|
|
674
673
|
this._yunjing = null;
|
|
675
674
|
}
|
|
675
|
+
_get(_getPrototypeOf(Map.prototype), "destroy", this).call(this);
|
|
676
676
|
}
|
|
677
677
|
}]);
|
|
678
678
|
return Map;
|