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);