当我尝试从markerClusterGroup中删除图层时,我在removeLayer方法中遇到错误“this._featureGroup.hasLayer不是函数”。
clusters = L.markerClusterGroup()
clusters.hasLayer(layer));//returns true
clusters.removeLayer(layer);//cause an error "this._featureGroup.hasLayer is not a function"
可能导致此类错误的原因是什么?