Look at the settings for 8.004 here:
Second post has the URL examples.
For 7.012, go back to post 5 in this thread.
8.004:
7.012:
Second post has the URL examples.
For 7.012, go back to post 5 in this thread.
8.004:
Code:
imageMapsUrl = https://api.mapbox.com/styles/v1/mapbox/satellite-v9/static/{lon},{lat},{zoom}/{res}x{res}?access_token= MapAPIKey = yourMapBoxKeyValue // // Important!!! MapBox currently needs this setting: imageMapsZoomOffset = -1 imageMapsZoomOffset = -1
7.012:
Code:
imageMapsUrl = https://api.mapbox.com/styles/v1/mapbox/satellite-v9/static/{lon},{lat},16/{res}x{res}?access_token=yourMapBoxKeyValue
Comment