西海岸视频选中bug修改

This commit is contained in:
unknown 2022-10-19 17:32:01 +08:00
parent 02d70b4b8d
commit a12d0aa6ff
1 changed files with 2 additions and 3 deletions

View File

@ -1676,9 +1676,7 @@ export function MapFun(mapObj) {
// }
//_removeLayerByLayerName(layerName)
let clickReplaceIcon = true;
let selectedLayerList = [];
let selectedLayerId = [];
let layers = null;
//
layers = createMarkerClusterLayer()
@ -1755,7 +1753,8 @@ export function MapFun(mapObj) {
});
}
}
mybus.emit('pointMarkerClick', feature)
mybus.emit('pointMarkerClick', feature);
selectedLayerList = [];
})
layers.addLayer(marker)
}