arcgis for js featurelayer没有按顺序渲染

手动添加要素到数组中,要素没有按照数组顺序渲染,怎么才能使下面方法变成同步
oneMap.globalVar.landFeatureLayer.applyEdits({
 addFeatures: oneMap.globalVar.allland
 }).then(function() { oneMap.globalVar.wmsLayer.refresh(); 
oneMap.globalVar.landFeatureLayer.refresh();
 });
 
已邀请:

要回复问题请先登录注册