Commit e6dded6c authored by mahui's avatar mahui

点聚合加载

parent b55f8067
...@@ -43973,6 +43973,7 @@ ...@@ -43973,6 +43973,7 @@
position: coordinate, // 指定文本标注所在的地理位置 position: coordinate, // 指定文本标注所在的地理位置
offset: new BMap.Size(5, 0) //设置文本偏移量 offset: new BMap.Size(5, 0) //设置文本偏移量
}; };
let str = `<p style="font-weight: 700">${item.name}</p>`; let str = `<p style="font-weight: 700">${item.name}</p>`;
str += `<p>维护单位:${item.type}</p>`; str += `<p>维护单位:${item.type}</p>`;
str += `<p>摄像头类型:${item.category}机</p>`; str += `<p>摄像头类型:${item.category}机</p>`;
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