gacarrillor / AppendFeaturesToLayer

QGIS Processing plugin to add an algorithm for upserting features from a source vector layer to an existing target vector layer.
23 stars 4 forks source link

Add "If duplicate is found, only UPDATE existing feature's geometry" option #22

Closed gacarrillor closed 9 months ago

gacarrillor commented 9 months ago

That is, leave attributes intact for duplicate features and only update the corresponding geometry.

This may be helpful to avoid triggers in DBs skipping attribute updates.

gacarrillor commented 9 months ago

This is a dev version if you want to give it a try:

AppendFeaturesToLayer.zip

Let me know how it works for you.

image