src/views/visualization/msgList.vue
@@ -66,10 +66,11 @@ }, handleClick(item) { this.removeLabel(); const point = mapConfig.getWKTParse(item.point) // const point = mapConfig.getWKTParse(item.point) const point = item.point.split(" ") this.label = earthCtrl.factory.createLabel({ lon: point.coordinates[0], lat: point.coordinates[1], lon: point[0], lat: point[1], alt: 40, text: item.msg, image: config.sdkImg + 'Workers/image/mark.png',