西海岸视频选中bug修改
This commit is contained in:
parent
02d70b4b8d
commit
a12d0aa6ff
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue