1、支持地图告警图层

This commit is contained in:
weidong 2024-04-11 22:53:11 +08:00
parent 2508384070
commit b95122f0c8

View File

@ -166,7 +166,7 @@
translateCallback = function (data){
if(data.status === 0) {
var i=0;
for(; i<data.points.length; i++)
for(; i<data.points.length; i++){
var label = new BMapGL.Label(deviceList[batch_id+i].deviceid,
{
position: data.points[i], // 指定文本标注所在的地理位置