You are on page 1of 34

6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

Author
Ujaval Gandhi

Follow @spatialthoughts

Want to learn QGIS in a structured way? Check out Spatial Thoughts (https://spatialthoughts.com/) for more
learning materials and instructor-led online programs with QGIS.org certification.

Change Language

English

Making a Map (QGIS3)


Often one needs to create a map that can be printed or published. QGIS has a powerful tool called Print Layout
that allows you to take your GIS layers and package them to create maps.

Overview of the task


The tutorial shows how to create a map of Japan with standard map elements like map inset, grids, north arrow,
scale bar and labels.

Other skills you will learn


How to view and change QGIS Project Variables
How to use QGIS expressions

Get the data


We will use the Natural Earth dataset - specifically the Natural Earth Quick Start Kit that comes with beautifully
styled global layers that can be loaded directly to QGIS.

Download the Natural Earth Quickstart Kit


(https://naciscdn.org/naturalearth/packages/Natural_Earth_quick_start.zip). If the download link doesn’t work,
get it directly from Natural Earth Downloads (https://www.naturalearthdata.com/downloads/) page.

Data Source [NATURALEARTH] (../credits.html#naturalearth)

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 1/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

Procedure
1. Download and extract the Natural Earth Quick Start Kit data. Open QGIS. Locate the Natural Earth quick
start folder in the Browser panel. Expand the folder to locate the
Natural_Earth_quick_start_for_QGIS_v3 project. This is the project file that contains styled layers in
QGIS Document format. Double-click the project to open it.

Note
If you get a pop-up dialog named Handle Unavailable Layers, click the Auto-Find button followed by Apply
Changes to fix the error.

2. If your map is in your preferred language, you can proceed to Step 4. If not, you can change the language
of the labels. This project uses variables to set the language. We can change the variables by going to
Project ‣ Properties.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 2/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

Note
Project variables are a great way to store project-specific values for use anywhere you can use an expression
in QGIS. The Natural_Earth_quick_start_for_QGIS_v3 project comes with many preset variables that are
used for styling within that project.

3. Switch to the Variables tab in the Project Properties dialog. Locate the project_language variable and
click on the Value column to edit it. Change the language to name_en and click OK.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 3/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

4. Back in the main QGIS window, click the Refresh button in the Map Navigation Toolbar. You will now see
the map rendered with English labels.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 4/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

5. Use the pan and zoom controls in the Map Navigation Toolbar and zoom to Japan.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 5/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

6. You can turn off some map layers for data that we do not need for this map. Expand the z5 - 1:18m
folder and uncheck the box next to ne_10m_geography_marine_polys and
ne_10m_admin_0_disputed_areas layers. Before we make a map suitable for printing, we need to choose
an appropriate projection. The default CRS for the project is set to EPSG:3857 Pseudo-Mercator . This is a
CRS popularly used for web mapping and is a decent choice for our purpose, so we can leave it to its de-
falt value. Go to Project ‣ New Print Layout.

Note
For Japan, Japan Plane Rectangular CS is a projected coordinate reference system (CRS) that is designed for
minimum distortions. It is divided in 18 zones and if you are working for a smaller region in Japan, using this
CRS will be better.

7. You will be prompted to enter a title for the layout. You can leave it empty and click Ok.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 6/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

Note
Leaving the layout name empty will assign a default name such as Layout 1 .

8. In the Print Layout window, click on Zoom full button to display the full extent of the Layout.

9. Now we would have to bring the map view that we see in the QGIS Canvas to the layout. Go to Add Item ‣
Add Map.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 7/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

10. Once the Add Map mode is active, hold the left mouse button and drag a rectangle where you want to in-
sert the map.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 8/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

11. You will see that the rectangle window will be rendered with the map from the main QGIS canvas. The
rendered map may not be covering the full extent of our interest area. Use Edit ‣ Select/Move item and
Edit ‣ Move Content options to pan the map in the window and center it in the composer.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 9/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

12. Let us also adjust the zoom level for the map. Click on the Item Properties tab and enter 10000000 as the
Scale value.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 10/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

13. Now we will add a map inset that shows a zoomed in view for the Tokyo area. Before we make any
changes to the layers in the main QGIS window, check the Lock layers and Lock styles for layers boxes.
This will ensure that if we turn off some layers or change their styles, this view will not change.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 11/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

14. Switch to the main QGIS window. Turn off the layer group z5 - 1:18m and activate the z7 - 1: 4m
group. This layer group has styling that is more appropriate for a zoomed-in view. Use the pan and zoom
controls in the Map Navigation Toolbar and zoom around Tokyo.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 12/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

15. We are now ready to add the map inset. Switch the the Print Layout window. Go to Add Item ‣ Add Map.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 13/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

16. Drag a rectangle at the place where you want to add the map inset. You will now notice that we have 2
map objects in the Print Layout. When making changes, make sure you have the correct map selected.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 14/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

17. Select the Map 2 object that we just added from the Items panel. Select the Item properties tab. Scroll
down to the Frame panel and check the box next to it. You can change the color and thickness of the
frame border so it is easy to distinguish against the map background.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 15/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

18. One neat feature of the Print Layout is that it can automatically highlight the area from the main map
which is represented in the inset. Select the Map 1 object from the Items panel. In the Item properties tab,
scroll down to the Overviews section. Click the Add a new overview button.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 16/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

19. Select Map 2 as the Map Frame. This tells the Print Layout to highlight the current object Map 1 with the
extent of the map shown in the Map 2 object.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 17/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

20. Now that we have the map inset ready, we will add a grid to the main map. Select the Map 1 object from
the Items panel. In the Item properties tab, scroll down to the Grids section. Click the Add a new grid but-
ton, followed by Modify grid….

21. By default, the grid lines use the same units and projections as the currently selected map projections.
However, it is more common and useful to display grid lines in degrees. We can select a different CRS for
the grid. Click on the Change… button next to CRS.

22. In the Coordinate Reference System Selector dialog, enter 4326 in the Filter box. From the results, select
the WGS84 EPSG:4326 as the CRS. Click OK.

23. Select the Interval values as 5 degrees in both X and Y direction. You can adjust the Offset to change
where the grid lines appear.

24. Scroll down to the Grid frame section and check the Draw coordinates box. The default format is Degrees
We use cookies
but it to ensure as
appears that
a you have the
number. Webest
canexperience
customize onisour
towebsite.
appendIfayou continueChoose
° symbol. to use this site weand
Custom assume
clickthat
theyou accept
Expression button next to it. this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 18/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

25. Enter the following expression to create a string that takes the grid number and appends ° symbol to it.

concat(to_string(@grid_number), '° ')

26. Notice that the grids now have a custom label from the expression. Adjust the position settings for Left,
Right, Top and Bottom as per your liking.

27. Now we will add a Rectangluar frame to hold other map elements like north arrow, scale and label. Go to
Add Item ‣ Add Shape ‣ Add Rectangle.

28. You can change the Style of the rectangle to match the map background.

29. Now we will add a North Arrow to the map. QGIS comes with a nice collection of map-related images - in-
cluding many types of North Arrows. Click Add Item ‣ Add Picture.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 19/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

30. Holding your left mouse button, draw a rectangle. On the right-hand panel, click on the Item Properties
tab and expand the Search directories section and select the image of your liking.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 20/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

31. Now we will add a scale bar. Click on Add Item ‣ Add Scalebar.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 21/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

32. Click on the layout where you want the scalebar to appear. In the Item Properties tab, make sure you have
chosen the correct map element Map 1 for which to display the scalebar. Choose the Style that fit your
requirement. In the Segments panel, change the Fixed width to 200 units and adjust the segments to
your liking.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 22/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

33. It is time to label our map. Click on Add Item ‣ Add Label.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 23/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

34. Click on the map and draw a box where the label should be. In the Item Properties tab, expand the Label
section and enter a label for the map. Similarly add another labels for data and software credits.

35. Once you are satisfied with the map, you can export it as an Image, PDF or SVG. For this tutorial, let’s ex-
port it as an image. Click Layout ‣ Export as Image.

35. Save the image in the format of your liking. Below is the exported PNG image.

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 24/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

Sponsored

Cardiologist: Too Much Belly Fat? Do This Before Bed


Full Nutrition Secrets

If you're over 40 years old and own a computer - this game is for you!
Game of Thrones Play Now

Joint Doctor Begs Brits To “Repair” Joints With This Tip (Every Morning)
Nutritional Science Ltd

Doctor: If You Have Toenail Fungus Do This Immediately!


Fungus Helper Learn More

Simple Trick Makes People Lose Weight Like Never Before


Support My Weight

Gut Expert Begs: "Throw Out Your Cereal, Have This Every Morning" (Try It Now)
BowelSolution

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 25/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

69 Comments 
1 Login

G Join the discussion…

LOG IN WITH OR SIGN UP WITH DISQUS ?

Name

 23 Share Best Newest Oldest

M
Michael Siska − ⚑
4 years ago

Wow! This is a very fantastic tutorial for map creation in QGIS. However, am interested to have
this tutorial saved as pdf please

3 0 Reply • Share ›

Ujaval Gandhi Mod > Michael Siska − ⚑


4 years ago

Use Ctrl+P (on Windows) or Cmd+P (Mac) in Chrome to print the page to PDF (see
attached screenshot) ⛺ View — uploads.disquscdn.com

3 0 Reply • Share ›

H
Husnain Sherazi > Ujaval Gandhi − ⚑
9 months ago

Can I have the above manual in PDF format please?

0 0 Reply • Share ›

Ujaval Gandhi Mod > Husnain Sherazi − ⚑


9 months ago

In Chrome, you can hit Ctrl + P (print) and save the page as a PDF.

0 0 Reply • Share ›

G
gatoruss − ⚑
2 years ago edited

I know that this tutorial is 2 years old. But when I try to follow
along, after downloading Natural Earth Starter Kit and loading the
We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept
Natural_Earth_quick_start_for_QGIS_v3, I get a message that 90+ problems
with the file (see screen shot). Any ideas this.what's
OKwrong?

https://www.qgistutorials.com/en/docs/3/making_a_map.html 26/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

UPDATE: All of the messages seemed to relate to 2 missing fonts. I downloaded one of the
missing fonts, and that cured both missing font. However, the error about "Handle Unavailable
Layer" persists.

⛺ View — uploads.disquscdn.com

1 0 Reply • Share ›

Rifqi Hanif > gatoruss − ⚑


8 months ago

I got the same problem

0 0 Reply • Share ›

J
judai356 > gatoruss
− ⚑
a year ago

From what I can find, that specific layer (countries colorcoded) is no longer included in
the packages.

0 0 Reply • Share ›

Born To Succeed Marshall − ⚑


2 years ago

i really love this mannual if i colud have it. i am a new user of Qgis i have only been using Arcgis
but this open source software is good for me. thanks for compilling it. do you have a free
certificate course for me to attend?

1 0 Reply • Share ›

Ujaval Gandhi Mod > Born To Succeed Marshall


− ⚑
2 years ago

Thanks. I offer several free courses for self study courses.spatialthoughts.com.

If you need certification, you will have to attend a paid live training session. Learn more
at https://spatialthoughts.com/

1 0 Reply • Share ›

M
mzah − ⚑
4 years ago

Thanks a lot, my first experience using any GIS software

1 0 Reply • Share ›

K
Katie Grabowski − ⚑
4 months ago

Dotoyou
We use cookies have
ensure anyou
that updated
have theversion of thison
best experience tutorial? I'm running
our website. into issues
If you continue just
to use this with
site opening
we assume thatthe
you accept
Quick Start project and would love working
this. through
OK these steps

0 0 Reply • Share
https://www.qgistutorials.com/en/docs/3/making_a_map.html 27/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips
0 0 Reply • Share ›

Ujaval Gandhi Mod > Katie Grabowski − ⚑


3 months ago

Hi Katie - I see that the latest version of Natural Earth Quick Start Kit has a missing layer.
You can click 'Auto-find' and it will fix the error. After that you can proceed as usual. See
the attached screenshot. ⛺ View — uploads.disquscdn.com

0 0 Reply • Share ›

Baryoe Baryoe Baryoe − ⚑


6 months ago

Excellent ! Thank you.

0 0 Reply • Share ›

J
Jesús Durán Franco − ⚑
9 months ago edited

Why use: concat(to_string(@grid_number), '° ')


Instead of: to_string(@grid_number) + '° '

0 0 Reply • Share ›

Frédéric − ⚑
10 months ago

Thank very much! my tirst experience with QGIS.

0 0 Reply • Share ›

Okeoma⚡ − ⚑
a year ago

Been using QGIS for a while never knew about the overview feature.

Really cool stuff.

0 0 Reply • Share ›

A
Anilkumar − ⚑
a year ago

how to add scale in RF ( ex: 1:10000)

0 0 Reply • Share ›

Ujaval Gandhi Mod > Anilkumar


− ⚑
a year ago

Insert a scale bar from (Add Item -> Scale Bar) and then change the Style drop down to
We use cookies to ensureNumeric
that you have
andthe
youbest
willexperience on our
get a scale aswebsite.
1:XXXXX If you continue to use this site we assume that you accept

0 0 Reply • this.
Share › OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 28/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

M
MILLICENT CADENCE − ⚑
a year ago

I did everything correct but the grid lines did not show. I'm using a MacBook Pro.

0 0 Reply • Share ›

Dwayne Renville − ⚑
2 years ago

Hi, how do I get the degree symbol at step 25 of the tutorial?

0 0 Reply • Share ›

Dwayne Renville > Dwayne Renville − ⚑


2 years ago

Never mind. I use copy and paste.

0 0 Reply • Share ›

David Borrink − ⚑
2 years ago edited

Thank you so much for this wonderful tutorial. I've been drawing maps for clients for years using
Adobe Illustrator and scans and finally said I needed to learn this GIS technology and take
advantage of all the resources. Your tutorial was well explained and covered the basics of the
interface in a way that shows how powerful it really is. Well done.

0 0 Reply • Share ›

Kh Lk − ⚑
2 years ago

Great tutorial, thanks a lot.

0 0 Reply • Share ›

M
Murad Saidakhmedov − ⚑
2 years ago

Hi Ujaval,

I am trying to download the Natural Earth Quickstart Kit through the link provided above, but it
seems that my laptop isn't downloading it. I am using Macbook pro and Big Sur OS. is there any
problem, how can I fix it?
could you recommend something.

Thank you for your support and your site to help people learn QGIS.
Murad

0 0 Reply •
Share ›
We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

Ujaval Gandhi Mod


this. OK
> Murad Saidakhmedov − ⚑
https://www.qgistutorials.com/en/docs/3/making_a_map.html 29/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips
2 years ago

Hmm. Strange. It is the same for me. However, right-click on the link and selecting 'Open
Link in Incognito Window' in Chrome on Mac starts the download for me. Could be a
chrome issue or an issue with the CDN they are using.

1 0 Reply • Share ›

M
Murad Saidakhmedov > Ujaval Gandhi − ⚑
2 years ago

Thank you for advice. When did as you recommended, through incognito
window, download has started.

1 0 Reply • Share ›

Ari M. − ⚑
2 years ago

Excellent tutorial -- thank you!

0 0 Reply • Share ›

Michael Savala − ⚑
3 years ago

I just started with GIS and I'm happy I found this program. This is an excellent tutorial, and I'm
only on step 1! Can't wait to keep learning. Thank you for creating this.

0 0 Reply • Share ›

Ghostwriter von ACAD-Profy − ⚑


3 years ago

Absolut klasse Artikel

0 0 Reply • Share ›

T
Tracy Lall − ⚑
3 years ago

I downloaded the natural earth quick start kit. However when I opened it in QGIS the data have all
become completely separated, in addition to this the option of QGIS quick start doesn't appear at
all. Any idea on how I can get over this issue? thanks

0 0 Reply • Share ›

J
Jerico Arsenault − ⚑
3 years ago

I am working on a Mac and I am unable to get the grid lines and unable to get pictures on it

0 0 Reply • Share ›
We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

L
Lemani Kampango this. OK − ⚑
3 years ago
https://www.qgistutorials.com/en/docs/3/making_a_map.html 30/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

Wonderful lessons easy to follow steps for a beginner like me

0 0 Reply • Share ›

E
Eniola adebayo − ⚑
3 years ago edited

The most pleasing aspect of this tutorial to me is the map styling and use of colours.
Pls, I'll like to know if there's a tutorial on use of colours in styling layers

0 0 Reply • Share ›

Ujaval Gandhi Mod > Eniola adebayo − ⚑


3 years ago

When choosing colors, I use https://colorbrewer2.org/ - which is very good. To learn


cartography in detail, I highly recommend this book 'QGIS Map Design'
https://locatepress.com/qmd2

0 0 Reply • Share ›

A
AMRIT KUMAR Mishra − ⚑
3 years ago

Hi Ujaval,
I am unable to change the names to English. Even though I used the methods you asked for.
Please help

0 0 Reply • Share ›

Ujaval Gandhi Mod > AMRIT KUMAR Mishra


− ⚑
3 years ago

Share your screenshot of the settings dailog where you are changing the
'project_language' variable.

0 0 Reply • Share ›

A
AMRIT KUMAR Mishra > Ujaval Gandhi
− ⚑
3 years ago

Hi Ujaval, Can you suggest which files will be easier to work with from this link.
https://ec.europa.eu/eurost...
Thanks

0 0 Reply • Share ›

Ujaval Gandhi Mod > AMRIT KUMAR Mishra


− ⚑
3 years ago

shapefile (.shp) would be easiest to use in QGIS. GeoJSON will also


We use cookies to ensure that you have the bestwork but would
experience on ourbe slower.
website. If you continue to use this site we assume that you accept

0 this.
0 Reply
OK • Share ›

https://www.qgistutorials.com/en/docs/3/making_a_map.html 31/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

A
AMRIT KUMAR Mishra > Ujaval Gandhi
− ⚑
3 years ago

Hi, I made the map, but was unable to have the coordinates.Can it be
due to the offset settings.
I send you the map in email. Can you please check and let me know,
what I missed?

Thanks

0 0 Reply • Share ›

A
AMRIT KUMAR Mishra > Ujaval Gandhi − ⚑
3 years ago

Thanks Ujaval.
I will write you more emails, if I dont get things done

Amrit

0 0 Reply • Share ›

A
AMRIT KUMAR Mishra > Ujaval Gandhi
− ⚑
3 years ago

Managed to change it.

0 0 Reply • Share ›

D
David McGill − ⚑
3 years ago

I followed the instructions and was able to print my map of Japan. However, I was not able to
either Export it as an image or as a PDF. No screen appeared asking me for a file name etc. I'm
using a Mac running OS Catalina and tried it with QGIS 3.10 and 3.12. Are you able to give me a
reason why I was not able to export my map? Thanks

0 0 Reply • Share ›

Ujaval Gandhi Mod > David McGill


− ⚑
3 years ago

What happens after you click 'Layout -> Export as PDF'?

0 0 Reply • Share ›

D
David McGill > Ujaval Gandhi − ⚑
3 years ago

I didn't get anything! Not even details of a location of where to save the file far
less even to give it a name.However, I have downloaded QGIS 3.8 and for some
reason
We use cookies to ensure that you have it works
the best perfectly.
experience on our This is my
website. variation
If you continue of your
to use map
this of Japan.
site we assume that you accept
⛺ View — uploads.disquscdn.com
this. OK
0
https://www.qgistutorials.com/en/docs/3/making_a_map.html
0 Reply • Share ›
32/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips
0 0 Reply • Share ›

Gurpreet − ⚑
3 years ago edited

Hi Thanks for your support. I made a map, but in the output the developed map had completely
different font size of cities. I used google maps free services to take raster. Please see the
original and one I drew taking screen shot and using crop function ⛺ View — uploads.disquscdn.com

0 0 Reply • Share ›

Gurpreet > Gurpreet


− ⚑
3 years ago

this is edited version ⛺ View — uploads.disquscdn.com screen shot in paint

0 0 Reply • Share ›

Gurpreet > Gurpreet − ⚑


3 years ago

I wanted the second output but could not.

0 0 Reply • Share ›

Ujaval Gandhi Mod > Gurpreet


− ⚑
3 years ago

Change the DPI settings when writing output from Print Layout.
Default in 300. Change to 100 and you will get a low-zoom version
such as above. Since the label size and placement changes by zoom
level for Google Maps, you cannot control that from QGIS. When
exporting the DPI would request appropriate tiles from Google Maps.

0 0 Reply • Share ›

Gurpreet > Ujaval Gandhi − ⚑


3 years ago

Hi Ujaval, thanks for the suggestions. I highly appreciate your prompt


response.

Best

0 0 Reply • Share ›

J
Juwon Isaac Ishola − ⚑
3 years ago

Please how do i get certificate for the courses taken

0 0 Reply • Share ›
We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept
Load more
this. comments
OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 33/34
6/27/23, 10:14 AM Making a Map (QGIS3) — QGIS Tutorials and Tips

Sponsored

Cardiologist: Too Much Belly Fat? Do This Before Bed


Full Nutrition Secrets

Joint Doctor Begs Brits To “Repair” Joints With This Tip (Every Morning)
Nutritional Science Ltd

Doctor: If You Have Toenail Fungus Do This Immediately!


Fungus Helper Learn More

Simple Trick Makes People Lose Weight Like Never Before


Support My Weight

Do you know the main cause of wrinkles and saggy skin? (And it’s not ageing!)
goldentree.com

If you're over 40 years old and own a computer - this game is for you!
Game of Thrones

comments powered by Disqus (http://disqus.com)

© Copyright 2021, Ujaval Gandhi. Back to top


Last updated on Jun 23, 2023.
Created using Sphinx (http://sphinx-doc.org/) 4.0.1.

This work is licensed under a Creative Commons Attribution 4.0 International License
(http://creativecommons.org/licenses/by/4.0/deed.en_US)

We use cookies to ensure that you have the best experience on our website. If you continue to use this site we assume that you accept

this. OK

https://www.qgistutorials.com/en/docs/3/making_a_map.html 34/34

You might also like