✅ Step-by-Step: Create a Point Layer in QGIS
🟡 Step 1: Open QGIS
-
Launch QGIS (Latest LTR version is recommended).
🟡 Step 2: Create a New Shapefile Layer
-
Go to the top menu and click:
Layer
→Create Layer
→New Shapefile Layer…
-
In the dialog box:
-
Geometry type: Select Point
-
Coordinate Reference System (CRS): Choose appropriate CRS (e.g., WGS 84 – EPSG:4326)
-
Add Fields: Click the
+
button to add attribute fields (e.g., Name, ID, Type)-
Example:
-
Name
– Text (String) -
ID
– Whole Number (Integer)
-
-
-
-
Click OK
-
Save your layer as:
My_Points.shp
(or any name you prefer)
🟡 Step 3: Add the Point Layer to Map Canvas
-
The layer will be automatically added to the Layers panel and shown on the map canvas.
🟡 Step 4: Toggle Editing Mode
-
Right-click your point layer → choose Toggle Editing
or click the ✏️ pencil icon on the toolbar.
🟡 Step 5: Add Points
-
Select the “Add Point Feature” tool (icon: ● with a plus symbol) from the toolbar.
-
Click anywhere on the map canvas to place a point.
-
A form will appear – enter attribute data (like Name, ID).
-
Click OK to save the point.
-
Repeat to add more points.
🟡 Step 6: Save and Stop Editing
-
Click 💾 Save Layer Edits
-
Then click ✏️ Toggle Editing to exit edit mode.
✅ Done!
You’ve created a point shapefile and added points to it.