suerprisePlus
2024-10-23 559f0776123a2205863b5787d5b8e1e012d397d3
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',