Hi all,
while applying edits to the polyline feature im getting the following (error:unable to complete operation index:15)
even after attributes and geometry are filling
here is the code im applying edits for point and line feature at the same time
var newGraphic = new esri.Graphic(ltp, null, attributes);
landusePointLayer.applyEdits([newGraphic]);
var newGraphicss= new esri.Graphic(kkk,null,attributes1);
landuseLineLayer.applyEdits([newGraphicss])