您好,请问您问的是classic的聚合分析,还是这个聚类图层。
https://iclient.supermap.io/examples/classic/editor.html#vizLayer_clusterLayer
如果您说的是这个聚类图层的话,可以使用 destroyCluster 方法,这样在将聚类点点击打散后,
拖动地图拖动到视内还是视野外都不会重绘,变回去本身的聚类样式的。
https://iclient.supermap.io/web/libs/iclient8c/apidoc/files/SuperMap/Layer/ClusterLayer-js.html#SuperMap.Layer.ClusterLayer.clearCluster
clusterLayer = new SuperMap.Layer.ClusterLayer("Cluster",{"destroyCluster":function(){}});
希望可以帮助到您