From 083580e574f49ae5ecefecec60b12dff16d78be9 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 30 Sep 2022 14:38:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=A0=87=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/command/cpts/map.vue | 6 +++--- src/views/modules/visual/cpts/map/index.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/visual/command/cpts/map.vue b/src/views/modules/visual/command/cpts/map.vue index 7d409bdfe..77d83cc63 100644 --- a/src/views/modules/visual/command/cpts/map.vue +++ b/src/views/modules/visual/command/cpts/map.vue @@ -328,7 +328,7 @@ export default { } myMap = new GaodeMap({ - pitch: this.pitch, + pitch: 60 || this.pitch, style: styleConfig.style, center: [ srcGridData.longitude || @@ -444,8 +444,8 @@ export default { .size(12) .style({ offsets: [0, 8], // 文本相对锚点的偏移量 [水平, 垂直] - // rotation: 60, - layerType: "fillImage", + rotation: 0, + // layerType: "fillImage", }); scene.addLayer(posLayer); diff --git a/src/views/modules/visual/cpts/map/index.vue b/src/views/modules/visual/cpts/map/index.vue index acd84557f..f5e804c77 100644 --- a/src/views/modules/visual/cpts/map/index.vue +++ b/src/views/modules/visual/cpts/map/index.vue @@ -408,7 +408,7 @@ export default { .style({ offsets: [0, 8], // 文本相对锚点的偏移量 [水平, 垂直] // rotation: 60, - layerType: "fillImage", + // layerType: "fillImage", }); scene.addLayer(posLayer);