From 8ea1cb9a2c7b41ebc9492200c1dacdd0042a8dbd Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 23 Apr 2024 14:36:31 +0800 Subject: [PATCH 01/12] =?UTF-8?q?=E4=B8=80=E5=85=AC=E5=8F=B8=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E5=AE=9A=E4=BD=8D=E5=8A=9F=E8=83=BD=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/dialog/index.vue | 1 + src/views/map/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/map/dialog/index.vue b/src/views/map/dialog/index.vue index 12c8e6d..d45d0f6 100644 --- a/src/views/map/dialog/index.vue +++ b/src/views/map/dialog/index.vue @@ -274,6 +274,7 @@ export default { } .app-container { padding: 0px; + width: 100%; } } diff --git a/src/views/map/index.vue b/src/views/map/index.vue index ebaae81..c3e181f 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -1401,7 +1401,7 @@ export default { // eslint-disable-next-line no-unused-vars var _this = this const collection = new Cesium.CustomDataSource('clickEntityCollection') - + debugger poin.forEach(item => { if (!this.poinEntity.hasOwnProperty(item.id)) { const entity = drag.addEntity(item) From 513997d9235f0290693ffa72a29755c82437bc1c Mon Sep 17 00:00:00 2001 From: guoyuepeng <770272267@qq.com> Date: Tue, 23 Apr 2024 14:39:25 +0800 Subject: [PATCH 02/12] =?UTF-8?q?1.=E4=BC=81=E4=B8=9A=E7=AB=AF=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E5=9B=BE=E5=B1=82=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=82=E8=BD=A8=E8=BF=B9=E5=92=8C=E8=81=9A=E5=90=88=E7=82=B9?= =?UTF-8?q?=E5=9B=BE=E5=B1=82=E4=B8=8A=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/map/index.vue b/src/views/map/index.vue index ebaae81..2cbfa93 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -1224,7 +1224,7 @@ export default { } const entity = new Cesium.Entity({ id: 'trajectory', - polyline: { positions, width: 5.0, material: Cesium.Color.RED } + polyline: { positions, width: 5.0, material: Cesium.Color.RED , clampToGround:true } }) const collection = new Cesium.CustomDataSource('trajectoryEntityCollection') collection.entities.add(entity) @@ -1463,6 +1463,9 @@ export default { cluster.billboard.show = true cluster.billboard.id = cluster.label.id cluster.billboard.verticalOrigin = Cesium.VerticalOrigin.BOTTOM + cluster.billboard.horizontalOrigin = Cesium.HorizontalOrigin.CENTER + cluster.billboard.heightReference = Cesium.HeightReference.CLAMP_TO_GROUND + cluster.billboard.disableDepthTestDistance = Number.POSITIVE_INFINITY if (clusteredEntities.length >= 100) { cluster.billboard.image = pin100 } else if (clusteredEntities.length >= 50) { From b937d07355e2068aa0b50231bdf6abf8e779e028 Mon Sep 17 00:00:00 2001 From: limingyu Date: Tue, 23 Apr 2024 14:49:47 +0800 Subject: [PATCH 03/12] =?UTF-8?q?=E4=B8=80=E5=85=AC=E5=8F=B8=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E9=97=A8=E5=8F=A3=E9=97=A8=E7=A6=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=E3=80=81=E6=91=84=E5=83=8F?= =?UTF-8?q?=E5=A4=B4=E7=82=B9=E4=BD=8D=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=81=E6=B0=94=E8=B1=A1=E7=AB=99=E5=AE=9A=E6=97=B6=E5=99=A8?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA90=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/components/qixiang.vue | 2 +- src/views/map/dialog/mkGateMachine.vue | 2 +- src/views/map/dialog/video_play_bianjieruqin.vue | 2 +- src/views/map/dialog/video_play_plat.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/map/components/qixiang.vue b/src/views/map/components/qixiang.vue index c6d5695..8a46da6 100644 --- a/src/views/map/components/qixiang.vue +++ b/src/views/map/components/qixiang.vue @@ -150,7 +150,7 @@ export default { // 定时器 start() { console.log('定时器开启') - this.timer = setInterval(this.getMeteorologicalinfo, 10000) // 注意: 第一个参数为方法名的时候不要加括号; + this.timer = setInterval(this.getMeteorologicalinfo, 90000) // 注意: 第一个参数为方法名的时候不要加括号; }, over() { clearInterval(this.timer) diff --git a/src/views/map/dialog/mkGateMachine.vue b/src/views/map/dialog/mkGateMachine.vue index e52d422..16ccf6c 100644 --- a/src/views/map/dialog/mkGateMachine.vue +++ b/src/views/map/dialog/mkGateMachine.vue @@ -1,5 +1,5 @@