Closed
Description
It looks like methods for editing multiple features doesn't exist in this library.
I can only find addFeature/updateFeature methods but they accept only one feature.
Currently i am calling ArcGIS updateFeatures manually, without esri-leaflet lib, by sending requests via form-data.
And i am sending features data like so:
[{"attributes":{"OBJECTID":2406107,"PROGRESS_STATUS":"Assigned"}}]
So my question is: is there any way to edit multiple features at once and can i send just data i want to update, like i am already doing in my form-data request?
Metadata
Assignees
Labels
No labels