Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
tomovangel
Partner - Specialist
Partner - Specialist

Map Background ?

Hello, dear Qlikers !

I am facing with problems whenever I try to use the map from opencycle.

I have registered at thunderforest and obtained API key.
But whenever i post the following url
https://{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey=7490eaeafa1d40ff89487a78cd7d467c


No map is visualized .

when i use the key on the following link

http://a.tile.opencyclemap.org/cycle/${z}/${x}/${y}.png?apikey=7490eaeafa1d40ff89487a78cd7d467c

No map is visualized .


how can I remove the API key Required for the map
Screenshot_4.png

Any suggestions as to, How can I use a different map than the basic one are welcomed.

Thanks in advance

1 Solution

Accepted Solutions
agigliotti

you can use as URL:

http://a.tiles.mapbox.com/v3/mapbox.natural-earth-hypso-bathy/${z}/${x}/${y}.png

http://b.tiles.mapbox.com/v3/mapbox.natural-earth-hypso-bathy/${z}/${x}/${y}.png

http://c.tiles.mapbox.com/v3/mapbox.natural-earth-hypso-bathy/${z}/${x}/${y}.png

http://d.tiles.mapbox.com/v3/mapbox.natural-earth-hypso-bathy/${z}/${x}/${y}.png


and as Attribution:

Tiles &copy; <a href='http://mapbox.com/'>MapBox</a>


also let's take a look at Re: Satellite Slippy Map

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it

View solution in original post

2 Replies
agigliotti

you can use as URL:

http://a.tiles.mapbox.com/v3/mapbox.natural-earth-hypso-bathy/${z}/${x}/${y}.png

http://b.tiles.mapbox.com/v3/mapbox.natural-earth-hypso-bathy/${z}/${x}/${y}.png

http://c.tiles.mapbox.com/v3/mapbox.natural-earth-hypso-bathy/${z}/${x}/${y}.png

http://d.tiles.mapbox.com/v3/mapbox.natural-earth-hypso-bathy/${z}/${x}/${y}.png


and as Attribution:

Tiles &copy; <a href='http://mapbox.com/'>MapBox</a>


also let's take a look at Re: Satellite Slippy Map

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
tomovangel
Partner - Specialist
Partner - Specialist
Author

Although all 4 links, are with the same visualization, From the discussion that you redirected me to, I will try to make the answer.

Thank you for your time !

-Angel