āœ… 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

  1. Go to theĀ top menuĀ and click:

    Layer → Create Layer → New Shapefile Layer…

  2. 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)

  3. ClickĀ OK

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

  1. Right-click your point layer → chooseĀ Toggle Editing
    orĀ click the āœļøĀ pencil iconĀ on the toolbar.


🟔 Step 5: Add Points

  1. Select theĀ ā€œAdd Point Featureā€Ā tool (icon: ā— with a plus symbol) from the toolbar.

  2. Click anywhere on the map canvas to place a point.

  3. A form will appear – enter attribute data (like Name, ID).

  4. ClickĀ OKĀ to save the point.

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