Releases: gacarrillor/AppendFeaturesToLayer
Releases · gacarrillor/AppendFeaturesToLayer
Append Features to Layer 2.1.0
What's Changed
- [ci] Add QGIS 3.34.1 to unit test platforms by @gacarrillor in #26
- [tests] Switch from nose2 to pytest to run unit tests by @gacarrillor in #33
- Load models dynamically, not via copying by @kannes in #35
- [tests] Add test copy single feature (JSON to JSON) by @gacarrillor in #27
New Contributors
Full Changelog: 2.0.0...2.1.0
Append Features to Layer 2.0.0
Append Features to Layer 1.5.0
- Enhance appending/updating PKs in target layer.
Append Features to Layer 1.4.1
- Fix the way we check we have enough permissions for updating a table (#10).
Append Features to Layer v1.4.0
- When updating features, don't attempt to update PKs, since that won't be possible.
Append Features to Layer v1.3.0
- 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
-
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
- Add ETL models for QGIS v3.14+ (the field mapper widget was migrated to C++).