Commit 0ed94e74 authored by 纪泽龙's avatar 纪泽龙

搜索设备上图功能完成

parent 949e3e79
/*
* @Author: your name
* @Date: 2022-01-11 13:45:12
* @LastEditTime: 2024-07-26 17:12:04
* @LastEditTime: 2024-07-26 17:23:07
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/utils/mapClass.js
......@@ -120,7 +120,7 @@ export class EditorMap {
// });
new AMap.Polyline({
map: this.map,
strokeWeight: 4,
strokeWeight: 2,
strokeColor: "#09f",
strokeStyle: "dashed",
path: bounds[i],
......@@ -1223,7 +1223,7 @@ export class EditorMap {
const pipe = this.createPipeLine({
id: id,
path: eval(path),
strokeWeight: objData.strokeWeight || 2,
strokeWeight: objData.strokeWeight || 3,
strokeColor: color,
extData: objData,
cursor: "pointer",
......
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