Use this forum to find or post TSRE tips & guides.
Manuel18
Posts: 4 Joined: 12 Feb 2019, 01:15
Hello everybody.
Since Google maps API key got an expensive cost than i can't afford. I figure out a solution to this.
Mapbox
Mapbox provide not just a vector street map also an satellital images.
www.Mapbox.com
1.- Register and obtain your API KEY.
2.- Once obtained your API KEY, open settings.txt and alter (imageMapsURL) line with the following code:
Code: Select all
imageMapsUrl = http://api.mapbox.com/v4/mapbox.satellite/{lon},{lat},{zoom}/{res}x{res}.png?access_token=INSERT_YOUR_API_KEY_HERE
This is a example on use...
Regards.
Manuel
Last edited by
Manuel18 on 12 Feb 2019, 23:15, edited 1 time in total.
xavivilla
Posts: 26 Joined: 16 Jan 2019, 19:14
Thank you very much for the Google alternative
To make it easier to see the code to enter in settings.txt
Code: Select all
imageMapsUrl = http://api.mapbox.com/v4/mapbox.satellite/{lon},{lat},{zoom}/{res}x{res}.png?access_token=INSERT_YOUR_API_KEY_HERE
I apologize for my English of translator
Goku
Site Admin
Posts: 313 Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
Thanks. That is an awesome help for route builders.
kiwikid
Posts: 4 Joined: 16 Jan 2019, 17:33
That's brilliant, thanks a lot.
Mike
VAPOR3D
Posts: 13 Joined: 31 May 2020, 02:30
Hey,
I can't get this to work. What is the format of the data to be entered between the brackets of {lon},{lat},{zoom}/{res}x{res}?
Thanks.
VAPOR3D
Posts: 13 Joined: 31 May 2020, 02:30
Well, I've learned how it works, thanks anyway!
a408814361
Posts: 1 Joined: 17 Nov 2020, 06:06
Can you tall me how to work ? thankyou.
Switch Tender
Posts: 34 Joined: 17 Jan 2019, 01:58
The first post in this thread is pretty self explanatory.
What part of it are you having problems with?