import Viewer from "../../../components/map/viewer.vue"; const measure = { imgLabel: [], addImgLabel(res) { // const label = sgworld.factory.createLabel({ // lon: res.lon, // lat: res.lat, // alt: 20, // text: res.dis, // image: "./test03-01.png", // // 文本偏移量 // pixelOffset: new SmartEarth.Cesium.Cartesian2(0, -50), // // 图片偏移量 // iPixelOffset: new SmartEarth.Cesium.Cartesian2(0, -20) // }); // this.imgLabel.push(label) }, deleteImgLabel() { // for (var i = 0; i< this.imgLabel.length; i++) { // var label = this.imgLabel[i]; // for(var j = 0; j