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);
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.