From 96967d7f616395e0663be3e930ff95e544129d02 Mon Sep 17 00:00:00 2001 From: liujianan Date: Wed, 29 Nov 2023 14:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B9=E5=A6=83=E7=94=B8=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E6=A0=87=E8=AE=B0=E7=82=B9=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=E7=A7=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/js/ry_dragentity.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/map/js/ry_dragentity.js b/src/views/map/js/ry_dragentity.js index 3936398..4472aad 100644 --- a/src/views/map/js/ry_dragentity.js +++ b/src/views/map/js/ry_dragentity.js @@ -43,6 +43,7 @@ export default class DragEntity { this.viewer.clock.clockRange = Cesium.ClockRange.CLAMPED this.viewer.clock.shouldAnimate = false } + getPosition(point) { if (this.viewer.clock.shouldAnimate === false) { this.viewer.clock.shouldAnimate = true