地图点聚合
This commit is contained in:
parent
cfa0b435d8
commit
962af1b7b0
|
|
@ -194,7 +194,7 @@
|
||||||
stationName: item.name,
|
stationName: item.name,
|
||||||
stationCode: item.ids,
|
stationCode: item.ids,
|
||||||
deviceType: item.type,
|
deviceType: item.type,
|
||||||
joinCluster: true
|
joinCluster: false //点聚合
|
||||||
};
|
};
|
||||||
this.markers.push(markerItem);
|
this.markers.push(markerItem);
|
||||||
}
|
}
|
||||||
|
|
@ -348,7 +348,7 @@
|
||||||
stationType: item.stationType,
|
stationType: item.stationType,
|
||||||
stationName: item.stationName,
|
stationName: item.stationName,
|
||||||
stationCode: item.stationCode,
|
stationCode: item.stationCode,
|
||||||
joinCluster: true
|
joinCluster: false //点聚合
|
||||||
};
|
};
|
||||||
this.markers.push(markerItem);
|
this.markers.push(markerItem);
|
||||||
}
|
}
|
||||||
|
|
@ -415,7 +415,7 @@
|
||||||
stationType: item.stationType,
|
stationType: item.stationType,
|
||||||
stationName: item.stationName,
|
stationName: item.stationName,
|
||||||
stationCode: item.stationCode,
|
stationCode: item.stationCode,
|
||||||
joinCluster: true,
|
joinCluster: false //点聚合
|
||||||
};
|
};
|
||||||
this.markers.push(markerItem);
|
this.markers.push(markerItem);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue