This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

thunderforest api key in QGIS 3

2

I know this has been beaten to death, but I don't see how to do this in QGIS 3.

I have the API Key and Tile Layer URL.

So I add OSM Cycle Map via Web>Quick Map Services>OSM

I right click on Properties in Layers, but then what do I do? Here's the screen shot on macOS, QGIS 3.2.3alt text

Thanks

asked 20 Oct '18, 22:44

MtnBiker's gravatar image

MtnBiker
116227
accept rate: 0%

edited 20 Oct '18, 23:27

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

4

Hi, I also struggled a couple of hours to enter the API Key of Thunderforest in QGIS3.

The OSM layer must not be added via QuickMapService.

Instead, in the browser, there is an entry "XYZ tiles"

Right click, "new connection"

in Name: write whatever you want. "OSM Landscape Map " is quite good.

in URL: write the "https://tile.thunderforest.com/landscape/{z}/{x}/{y}.png?apikey=xxxxx" (put your API Key) click OK

A new entry 'OSM Landscape' appears under XYZ tiles

Right click it, "Add selected leyers to canvas".

Done !

answered 14 Dec '18, 13:01

ospeleo's gravatar image

ospeleo
6121
accept rate: 0%

edited 14 Dec '18, 13:02

1

@ospeleo: useful, XYZ tiles are non-obvious if one is used to earlier versions of QGIS.

(14 Dec '18, 13:54) SK53 ♦

Source code available on GitHub .