agrc / palletjack

A library for updating AGOL data from various external sources
https://agrc.github.io/palletjack/palletjack/
MIT License
12 stars 0 forks source link

Use .append() instead of .edits() in feature service updating. #14

Closed jacobdadams closed 1 year ago

jacobdadams commented 2 years ago

I figured out how to use .append() on the feature layer in FeatureServiceOverwritter. Replace the .edit() calls in the other feature service updaters with .append()