currentGeometry = graphic.geometry; //test pushing into feature service var editfs:FeatureLayer = new FeatureLayer("http://chchwebapp01/ArcGIS/rest/services/Editing/BlastZones/FeatureServer/0"); FeatureLayer(editfs).applyEdits([ graphic ], null, null);
Is a workflow like this possible with the esri:Editor class?
FeatureLayer(graphic.graphicsLayer).applyEdits(null, [ graphic ], null);
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.