Digitizing Polygons
This tutorial walks through the process of digitizing polygons using the tools available within the Digitizing Toolbar in QGIS to create features.
Included in this tutorial:
Setting up for Digitizing: accessing the Digitizing Toolbar and Toggling Editing mode
Adding PolygonFeatures
Editing Polygon Features with the Vertex tool
Highlighting other digitizing tools
Software version in examples: QGIS 3.40.5-Bratislava
Credits: D. Wexler & L. Meisterlin (2025)
The overall process of digitizing is simple:
Toggle on “editing mode” to make your layer editable.
Add and edit features within your editable layer.
Save changes to your editable layer.
Toggle off “editing mode.”
Related Tutorials: Creating New Vector Datasets, Digitizing Points, Digitizing Lines
Setting Up for Digitizing
Accessing the Digitizing Toolbar
To set up QGIS for digitizing, access the Digitizing Toolbar by clicking through View (from the main menu) > Toolbars > Digitizing Toolbar. A check mark will appear next to it once it has been selected and added to your interface.
activating the Digitizing Toolbar
Preparing your Layer for Digitizing (Toggle Editing Mode)
You can digitize features in a new or existing polygon dataset. If necessary, create a new (empty) vector dataset to contain the features you will digitize.
Add the new or existing polygon layer to your map project and select (highlight) it in the Layers panel. With the layer’s name highlighted, click Toggle Editing in the Digitizing Toolbar. Alternatively, you can access this option by right-clicking on the layer’s name in the Layers panel and choosing Toggle Editing. This turns “editing mode” on and allows you to make changes to the selected dataset or layer.
the Toggle Editing button in the Digitizing Toolbar
accessing the Toggle Editing option by right-clicking on the layer’s name
You will see additional options become available in the Digitizing toolbar. You will also see a pencil icon appear over your selected layer’s name, indicating to you that the layer is currently editable.
Adding Polygon Features
With your layer now editable, you are able to access the Add Polygon Feature tool in the Digitizing Toolbar. (You will see the icon shows a polygon shape.) When you select it, you will notice your cursor changes to a crosshair.
accessing the Add Polygon Feature tool in the Digitizing Toolbar
To create (digitize) a new polygon feature, with the Add Polygon Feature tool activated, (left-)click on your map view wherever you want to start the polygon. You will notice that as you left click, you are creating multiple segments which comprise your polygon feature. You will also notice that the tool automatically fills in the rest of your shape for you; however, you can continue clicking and the shape will adjust. Each time you click and add an additional segment to your polygon feature, a vertex is generated.
TIPS & TOOLS: Before you start, you can also select different approaches for digitizing your polygons from the Digitizing toolbar. A dropdown menu of these options is available to the left of the Add Polygon Feature button.
The default option is the Digitize With Segment tool, which allows you to digitize segment-by-segment by clicking on vertex locations, as described above. Alternatively, you can choose to Digitize With Curve, Stream Digitize, and Digitize Shape.
In our example below, we are digitizing a feature on an empty map. More likely, you may be digitizing over a georeferenced base map image.
Once you are satisfied with the polygon feature you’ve drawn, right-click on your map view. A dialogue box will appear and prompt you to enter feature attributes, which correspond with the fields in your layer’s attribute table. Once you have entered in your information, you can click OK to commit the feature to your layer.
adding and committing polygon features to the active layer
When you are finished adding polygons, you can click the Save Layer Edits buttonin the digitizing toolbar and Toggle Editing mode off (to prevent unwanted accidental changes to your dataset). If you have your editable layer’s attribute table docked, the Toggle Editing Mode, and Save Layer Edits buttons will also appear there.
Editing Polygon Features
Using the Vertex Tool on Polygon Features
The Vertex Tool allows you to manipulate vertices and geometry in your data. Click on the tool in the Digitizing Toolbar to activate it. (The Vertex Tool is to the right of the Add Polygon Features tool on the Digitizing toolbar.) You will see a dropdown option next to the tool’s icon, with two options:
Vertex Tool (All Layers) allows you to adjust, reposition and delete vertices from any layer with Toggle Editing activated
Vertex Tool (Current Layer) will only let you make these adjustments to your selected/active layer
The Vertex Tool allows you to manipulate the features you’ve created in a number of ways. When you hover over your feature with the Vertex Tool activated, you will see that you can see the individual segments and vertices which make up your polygon feature. You have a few options with how you can use this tool:
Repositioning individual vertices: You are able to adjust the location of individual vertices by clicking on them and moving them
Selecting, deleting, copying, and pasting vertices: You are able to select individual vertices by clicking and dragging over vertices of interest. You will see a blue box that extends with your cursor until you let go of the mouse. All vertices that intersect with this box will be selected and will be highlighted in blue. If you have your attribute table open, you will see they are highlighted after this action. You can then use the other editing tools from the digitizing toolbar (see “Other Digitizing Toolbar Options” below)
Creating new vertices: When you hover over a segment, you will notice a plus (+) sign which appears at the midpoint of the segments which comprise your polygon. If you wish to create a new vertex, you can click on the plus sign and drag/drop to adjust the shape of your polygon feature
Other Digitizing Toolbar Options
There are a few additional basic tools available to you in the Digitizing Toolbar:
Modify The Attributes of All Selected Features Simultaneously: This allows you to modify information in the attribute table for multiple features
Delete Selected: Will delete the selected feature
Cut Features: Will cut the selected feature and save it to your clipboard. It can then be pasted to other feature classes/layers as long as they have a compatible geometry type
Copy Features: Will copy the selected feature and save it to your clipboard. It can then be pasted to other feature classes/layers as long as they have a compatible geometry type
Paste Features: Allows you to paste features saved to your clipboard
Undo: Allows you to undo the most recent action(s) you’ve taken. Note, once you have saved edits to your feature class you cannot undo your work
Redo: Allows you to redo the most recent action(s) you’ve taken. Note, once you have saved edits to your feature class you cannot undo your work