Add option to include 'layer' and 'path' attributes in Merge Vector Layers tool (#55397) (Request in QGIS) #9455
Labels
3.42
QGIS 3.42 new features
Processing Alg
(Features of) An algorithm. Use the Help button in the application to find the page.
Milestone
Request for documentation
From pull request qgis/QGIS#59704
Author: @lanckmann
QGIS version: 3.42
Add option to include 'layer' and 'path' attributes in Merge Vector Layers tool (#55397)
PR Description:
Description
This pull request addresses Issue #55397 by adding a new option (checkbox) to the Merge Vector Layers processing tool. This option allows users to choose whether to include the
layer
andpath
attributes from the individual input vector layers in the resulting merged layer. By default, this option is enabled (true
) to maintain backward compatibility.Changes Made
initAlgorithm()
qgsalgorithmmergevector.cpp
ADD_SOURCE_FIELDS
that provides the option to include source layer information (layer
andpath
) in the merged output.Commits tagged with [need-docs] or [FEATURE]
The text was updated successfully, but these errors were encountered: