Commit 3841a94d authored by 纪泽龙's avatar 纪泽龙

centerDataFunc

parent 3b1fe34d
/*
* @Author: your name
* @Date: 2022-01-11 13:45:12
* @LastEditTime: 2022-03-18 10:59:31
* @LastEditTime: 2022-03-20 10:39:52
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/utils/mapClass.js
......@@ -738,11 +738,10 @@ export class EditorMap {
console.log("A")
this.map.remove(item.polyline);
}
console.log("B",this.passedPolyline)
if(this.passedPolyline){
console.log("B",item.passedPolyline)
if(item.passedPolyline){
this.map.remove(item.passedPolyline);
}
console.log(item)
// this.map.remove(item);
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment