@kq_npm/client3d_webgl_vue 4.5.10 → 4.5.11
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/adddata/index.js +2 -0
- package/clientPrint/index.js +1014 -121
- package/clientPrint/style/clientPrint.css +1 -1
- package/index.js +1006 -136
- package/package.json +1 -1
- package/sceneview/index.js +1013 -120
- package/sceneview/style/sceneview.css +1 -1
- package/style.css +1 -1
package/adddata/index.js
CHANGED
|
@@ -732,6 +732,8 @@ class AddDataViewModel {
|
|
|
732
732
|
if (that._viewer.timeline.container.style.display != 'block') {
|
|
733
733
|
that._viewer.bottomContainer.style.bottom = '15px';
|
|
734
734
|
that._viewer.timeline.container.style.display = 'block';
|
|
735
|
+
that._viewer.animation.container.style.display = 'block';
|
|
736
|
+
that._viewer.animation.resize();
|
|
735
737
|
that._viewer.clock.shouldAnimate = true;
|
|
736
738
|
}
|
|
737
739
|
that._viewer.dataSources.add(Cesium.CzmlDataSource.load(ret, {
|