Skip to content

Releases: gacarrillor/AppendFeaturesToLayer

Append Features to Layer 2.0.0

14 Dec 03:43
Compare
Choose a tag to compare
  • New mode: Update (only) geometries when duplicates are found (#22). See Use cases.

Algorithm outputs are:

  • TARGET_LAYER
  • APPENDED_COUNT
  • SKIPPED_COUNT
  • UPDATED_FEATURE_COUNT (name modified for v2.0.0)
  • UPDATED_ONLY_GEOMETRY_COUNT 🆕

Append Features to Layer 1.5.0

08 Sep 15:53
Compare
Choose a tag to compare
  • Enhance appending/updating PKs in target layer.

Append Features to Layer 1.4.1

18 Jul 23:38
Compare
Choose a tag to compare
  • Fix the way we check we have enough permissions for updating a table (#10).

Append Features to Layer v1.4.0

09 Apr 04:19
Compare
Choose a tag to compare
  • When updating features, don't attempt to update PKs, since that won't be possible.

Append Features to Layer v1.3.0

20 Mar 18:57
Compare
Choose a tag to compare
  • When updating a spatial layer from a non-spatial table, do not overwrite geometries (fix #12).
  • When updating GeoPackage features, avoid attempting to update the FID field (since it's not possible).

Append Features to Layer v1.2.0

10 Jun 02:28
Compare
Choose a tag to compare
  • Use the algorithms from the command line, via qgis_process. (Thanks to Andreas Rabe for the contribution)

    Example:

     $ qgis_process run "etl_load:appendfeaturestolayer" -- SOURCE_LAYER=/tmp/source.shp TARGET_LAYER=/tmp/target.shp ACTION_ON_DUPLICATE=0
    

Append Features to Layer v1.1.0

28 Jul 01:54
0f5fe7c
Compare
Choose a tag to compare
  • Add ETL models for QGIS v3.14+ (the field mapper widget was migrated to C++).