Commit b55f8067 authored by mahui's avatar mahui

点聚合加载

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