arcgislayers icon indicating copy to clipboard operation
arcgislayers copied to clipboard

support append

Open JosiahParry opened this issue 1 year ago • 5 comments

It appears that ArcGIS REST API supports an append and an addFeatures endpoint. Which should be used by default? At present add_features() uses the addFeatures endpoint. The append endpoint is not implemented.

What is the difference? When should one be used over another?

https://developers.arcgis.com/rest/services-reference/enterprise/add-features.htm https://developers.arcgis.com/rest/services-reference/enterprise/append-feature-service-.htm

JosiahParry avatar Mar 03 '23 23:03 JosiahParry