Esri Leaflet: Add / Modify / Delete features from FeatureService

1702
2
10-10-2016 11:18 PM
Labels (1)
juan_marvinwirjomartono
New Contributor III

Hi, I am new to esri Leaflet and would like to try it. I would like to ask how can ESRI Leaflet add / modify / delete features from my feature service? I usually use the ArcGIS Javascript API, so Im not familiar yet with the ESRI Leaflet. If you could share few lines of code sample I would be very grateful. Thank you.

 

Regards,

Marvin

0 Kudos
2 Replies
JohnGravois
Frequent Contributor

L.esri.featureLayer includes four methods to assist in invoking editing requests. you can find code snippets published in the API reference under L.esri.FeatureLayerService to see example syntax.

juan_marvinwirjomartono
New Contributor III

Hi John, Thank you for the link. Will try it soon.

0 Kudos