Map Layout & Cartographic Design in QGIS
A great analysis means nothing if it can't be communicated clearly. **Cartographic design** is the art and science of turning your GIS data into a polished, readable, professional map — ready for reports, presentations, or publication. ---
📋 Prerequisites
- QGIS Desktop 3.22+ installed on your computer.
- Basic understanding of GIS data concepts.
Step-by-Step Instructions
Know the Essential Map Elements
Every professional map should include these core elements: - **Title** – clearly states what the map shows - **Map Body** – the main visual content - **Legend** – explains symbols, colors, and classes - **North Arrow** – shows orientation - **Scale Bar** – indicates real-world distance - **Metadata** – source, author, date, coordinate system ---
Open the Print Layout in QGIS
1. With your map ready in the main canvas, go to **Project → New Print Layout** 2. Give your layout a name (e.g., "LULC_Map_2024") 3. This opens the Print Layout designer ---
Add the Map Frame
1. Click **Add Item → Add Map** 2. Draw a rectangle on the layout page — your map appears inside it 3. Use the **Item Properties** panel to adjust scale and extent precisely ---
Add a Legend
1. **Add Item → Add Legend** 2. Draw it on the layout — it auto-populates from your visible layers 3. In Item Properties, rename layers/groups for clarity, and remove any that aren't needed ---
Add a North Arrow and Scale Bar
1. **Add Item → Add North Arrow** — choose a style from the gallery 2. **Add Item → Add Scale Bar** — choose units (meters/kilometers) and style 3. Position both neatly, usually in a corner that doesn't overlap important data ---
Add Title and Text
1. **Add Item → Add Label** 2. Type your title, then adjust font size and style in Item Properties (make it clearly larger than other text) 3. Add a smaller text label for metadata: data source, coordinate system, author, and date ---
Apply Good Design Principles
- **Visual hierarchy:** Title should be the most prominent text; keep supporting text smaller - **Color choice:** Use intuitive colors (blue for water, green for vegetation) and ensure good contrast - **Simplicity:** Don't overcrowd the map — only show what's necessary to tell the story - **Alignment:** Keep elements aligned and consistent margins around the page ---
Export Your Final Map
1. Go to **Layout → Export as Image** (PNG/JPEG) or **Export as PDF** 2. Choose your desired resolution (300 DPI is standard for print quality) 3. Save — your map is now ready to share or publish ---
🧠 Quick Recap & Practice Questions
## Quick Recap
- Every map needs: Title, Map Body, Legend, North Arrow, Scale Bar, Metadata
- Build layouts using QGIS's **Print Layout** tool
- Apply good design principles: hierarchy, color, simplicity, alignment
- Export as PDF or high-resolution PNG for final use
---
## Practice Questions
1. Why is a scale bar necessary even if you show a title?
2. Name three essential elements every professional map should have.
3. What DPI is generally recommended for print-quality map exports?
---
*Next Tutorial: Python for GIS – Automating Workflows with GDAL/Geopandas*