🟫✅ How to Create a Polygon Layer and Add Polygons in QGIS
🟡 Step 1: Open QGIS and Create a New Polygon Layer
-
In QGIS, go to:
Layer
→Create Layer
→New Shapefile Layer…
-
In the New Shapefile Layer dialog:
-
Geometry Type: Select Polygon
-
Coordinate Reference System (CRS): Choose one (e.g., EPSG:4326 – WGS 84)
-
Add Attribute Fields (optional but useful):
-
Name
→ Text (String) -
ID
→ Whole Number (Integer)
-
-
Click OK
-
-
Save your new file as (e.g.,
My_Polygons.shp
)
🟡 Step 2: Add the Polygon Layer to Map
-
It will appear automatically in the Layers Panel.
-
You’ll see the layer name like
My_Polygons
.
🟡 Step 3: Enable Editing Mode
-
Right-click your polygon layer → Toggle Editing
or click the ✏️ Pencil icon on the top toolbar.
🟡 Step 4: Add Polygon Features
-
Select the Add Polygon Feature tool (🟦 icon with a + symbol).
-
Click on the map to draw the shape:
-
Each click creates a vertex (corner)
-
Right-click to close the shape and finish drawing
-
-
A form will appear to enter attribute data (e.g., Name, ID)
-
Click OK
-
Repeat to add more polygons.
🟡 Step 5: Save and Stop Editing
-
Click 💾 Save Layer Edits
-
Then click ✏️ Toggle Editing again to finish.
🟢 Done!
You’ve successfully created a polygon layer and added polygon features.
🔧 Bonus: Editing Polygon Shape
-
Use the Vertex Tool to move, add, or delete corners.
-
Use Cut or Split Tools for advanced editing.