Quick summary
This demo walks you through creating a shapefile in QGIS by first building a GeoPackage layer and then exporting it as an ESRI Shapefile — a standard workflow for producing compatible vector data files in any GIS project.
Steps
- Go to the Layer menu at the top, select Create Layer, and choose New GeoPackage Layer.
- Enter your File name and Table name in the dialog.
- Choose a geometry type: Point, Line, or Polygon.
- Click OK to save and create the new layer.
- Once the layer appears in the Layers Panel, right-click it, select Export, and choose Save Feature As.
- Set the save format to ESRI Shapefile.
- Enter the File name and Layer name for your shapefile output.
- Click OK to confirm and export.
- The new shapefile layer will appear in the Layers Panel, ready to use.
