Quick summary
In QGIS, you can merge vector layers using the Processing Toolbox to combine points, lines, or polygons from multiple sources into a single unified layer. The result is one dataset with all features and a merged attribute table, ready for further spatial analysis.
Steps
- Open the Processing Toolbox from the right-side menu in QGIS.
- In the search bar, type and select Merge Vector Layers.
- Go to Input Layers and click the Browse icon (the ... button) to select your layers.
- Check each layer you want to merge, then click OK.
- Choose an output format such as Shapefile or GeoPackage (recommended).
- Click Run to execute the merge operation.
- The new merged layer will appear in the Layers Panel; right-click it and open its Attribute Table to verify the result.
- Confirm the result: a single merged layer containing all features from the input layers, with points, lines, or polygons and their attribute tables combined into one dataset.
