src/views/visualization/msgList.vue
@@ -67,7 +67,7 @@ handleClick(item) { this.removeLabel(); // const point = mapConfig.getWKTParse(item.point) const point = item.point.split(" ") const point = item.point.split(",") this.label = earthCtrl.factory.createLabel({ lon: point[0], lat: point[1],