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);
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.