Compare commits

..

No commits in common. "381eb8ac1e0ecae3c612e5fbf563fe52607edfbe" and "e818e901aca84352cdd70dd818e8cd832a16b1f8" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -83,12 +83,11 @@ function createMarkerClusterLayer(layerClassName, mapObj) {
maxClusterRadius: 80,
})
markerClusterLayer.on('clusterclick', function(a) {
//console.log('cluster ' + a.layer.getAllChildMarkers());
//console.log('cluster ' + a.layer.getAllChildMarkers().length);
if (a.layer.getAllChildMarkers().length < 50) {
let clusterList = [];
for (var i = 0; i < a.layer.getAllChildMarkers().length; i++) {
//console.log('yyyyyyyyy', a.layer.getAllChildMarkers()[i].resourceData);
//console.log('yyyyyyyyy', a.layer.getAllChildMarkers()[i].fData);
clusterList.push(a.layer.getAllChildMarkers()[i].resourceData);
}
//console.log('clusterList ' + a.layer.getAllChildMarkers(array, true));

View File

@ -67,7 +67,6 @@ import { message } from 'ant-design-vue'
handler(newVal, oldVal) {
console.log('oldVal:', oldVal)
console.log('newVal:', newVal)
//this.realplay(newVal,0);
},
//
immediate: true

View File

@ -551,7 +551,7 @@ import { ElMessage } from 'element-plus'
let params = {
regionId: "70be8c5b664f4bcf869d82f2e8335051",
pageNum: "1",
pageSize: 40000,
pageSize: 30000,
type: 0,
borderPolygonList: []
}