ā 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.