Skip to content

Editing multiple features at once #1055

Closed
@mladenp

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions