You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/plugins/processing/algs/help/qgis.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ qgis:mergelines: >
312
312
qgis:mergevectorlayers: >
313
313
This algorithm combines multiple vector layers of the same geometry type into a single one.
314
314
315
-
If attributes tables are different, the attribute table of the resulting layer will contain the attributes from both input layers.
315
+
If attributes tables are different, the attribute table of the resulting layer will contain the attributes from all input layers. New attributes will be added for the original layer name and source.
316
316
317
317
The layers will all be reprojected to match the coordinate reference system of the first input layer.
0 commit comments