用iClient for Openlayers读取iDesktop导出的geojson数据,然后使用
new ol.source.Vector({
features: (new ol.format.GeoJSON()).readFeatures(geojsonObject),
});
作为矢量图层显示在地图上
多边形数据总共6w个,在导出时设置SmID<40000时,虽然有些卡顿,但可以正常地在地图上显示
在导出时设置SmID<400000或者清除过滤条件后,页面会崩溃
请问使用iClient for Openlayers读取geojson文件时,要如何设置才能防止因为文件过大导致页面的卡顿或崩溃